Skip to content

Commit

Permalink
chore(release/proxy-sigv4-backend): publish v0.3.0 (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Alec Jacobs <[email protected]>
  • Loading branch information
alecjacobs5401 authored Aug 30, 2024
1 parent cac1d4a commit 97b84d6
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 6 deletions.
11 changes: 11 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2024-08-30)

### Features

- upgrade dependencies for backstage 1.30.3 ([#9](https://github.com/segmentio/segment-backstage-plugins/issues/9)) ([f4571f5](https://github.com/segmentio/segment-backstage-plugins/commit/f4571f5a88f32a7a84715235ea9caa0d6d2e1994))
- upgrade to backstage 1.25.2 ([#4](https://github.com/segmentio/segment-backstage-plugins/issues/4)) ([04bd05b](https://github.com/segmentio/segment-backstage-plugins/commit/04bd05b6d31ea9a59c0261241a97b8c5efac0c08))
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"bundled": true,
"backstage": {
Expand All @@ -14,6 +14,8 @@
"lint": "backstage-cli package lint"
},
"dependencies": {
"@backstage-community/plugin-github-actions": "^0.6.16",
"@backstage-community/plugin-tech-radar": "^0.7.4",
"@backstage/app-defaults": "^1.5.10",
"@backstage/catalog-model": "^1.6.0",
"@backstage/cli": "^0.27.0",
Expand Down Expand Up @@ -44,9 +46,7 @@
"react-dom": "^18.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-use": "^17.2.4",
"@backstage-community/plugin-github-actions": "^0.6.16",
"@backstage-community/plugin-tech-radar": "^0.7.4"
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/test-utils": "^1.5.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2024-08-30)

### Features

- upgrade dependencies for backstage 1.30.3 ([#9](https://github.com/segmentio/segment-backstage-plugins/issues/9)) ([f4571f5](https://github.com/segmentio/segment-backstage-plugins/commit/f4571f5a88f32a7a84715235ea9caa0d6d2e1994))
- upgrade to backstage 1.25.2 ([#4](https://github.com/segmentio/segment-backstage-plugins/issues/4)) ([04bd05b](https://github.com/segmentio/segment-backstage-plugins/commit/04bd05b6d31ea9a59c0261241a97b8c5efac0c08))
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.1.0",
"version": "0.2.0",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions plugins/proxy-sigv4-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.3.0 (2024-08-30)

### Features

- **proxy-sigv4-backend:** migrate to aws-sdk v3 for js and remove deprecations ([#10](https://github.com/segmentio/segment-backstage-plugins/issues/10)) ([cac1d4a](https://github.com/segmentio/segment-backstage-plugins/commit/cac1d4a89015af48fcf1e2e274dcf330858e57cd))
- upgrade dependencies for backstage 1.30.3 ([#9](https://github.com/segmentio/segment-backstage-plugins/issues/9)) ([f4571f5](https://github.com/segmentio/segment-backstage-plugins/commit/f4571f5a88f32a7a84715235ea9caa0d6d2e1994))

# 0.2.0 (2024-04-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion plugins/proxy-sigv4-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@segment/backstage-plugin-proxy-sigv4-backend",
"description": "Backstage backend plugin that configures endpoints for signing and proxying HTTP requests with AWS SigV4",
"version": "0.2.0",
"version": "0.3.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 97b84d6

Please sign in to comment.