Skip to content

Commit f37102c

Browse files
chore(release): prepare package publishing (#22)
Signed-off-by: Alec Jacobs <[email protected]>
1 parent 241f808 commit f37102c

File tree

8 files changed

+29
-4
lines changed

8 files changed

+29
-4
lines changed

packages/app/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.4.0 (2025-01-23)
7+
8+
### Features
9+
10+
- backstage v1.35 package bump ([#21](https://github.com/segmentio/segment-backstage-plugins/issues/21)) ([241f808](https://github.com/segmentio/segment-backstage-plugins/commit/241f808dfba1a1c411d9761d2cf914c44a90011e))
11+
612
# 0.3.0 (2024-09-25)
713

814
### Features

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"bundled": true,
66
"backstage": {

packages/backend/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.4.0 (2025-01-23)
7+
8+
### Features
9+
10+
- backstage v1.35 package bump ([#21](https://github.com/segmentio/segment-backstage-plugins/issues/21)) ([241f808](https://github.com/segmentio/segment-backstage-plugins/commit/241f808dfba1a1c411d9761d2cf914c44a90011e))
11+
612
# 0.3.0 (2024-09-25)
713

814
_version only change_

packages/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"main": "dist/index.cjs.js",
55
"types": "src/index.ts",
66
"private": true,

plugins/analytics-module-segment/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.2.0 (2025-01-23)
7+
8+
### Features
9+
10+
- backstage v1.35 package bump ([#21](https://github.com/segmentio/segment-backstage-plugins/issues/21)) ([241f808](https://github.com/segmentio/segment-backstage-plugins/commit/241f808dfba1a1c411d9761d2cf914c44a90011e))
11+
612
# 0.1.0 (2024-09-25)
713

814
### Features

plugins/analytics-module-segment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/backstage-plugin-analytics-module-segment",
33
"description": "Backstage analytics module plugin for Segment",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

plugins/proxy-sigv4-backend/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.4.0 (2025-01-23)
7+
8+
### Features
9+
10+
- backstage v1.35 package bump ([#21](https://github.com/segmentio/segment-backstage-plugins/issues/21)) ([241f808](https://github.com/segmentio/segment-backstage-plugins/commit/241f808dfba1a1c411d9761d2cf914c44a90011e))
11+
- **proxy-sigv4-backend:** add region and service options ([#19](https://github.com/segmentio/segment-backstage-plugins/issues/19)) ([d05d196](https://github.com/segmentio/segment-backstage-plugins/commit/d05d196107e6b2b6273bb112f7a427db4ae46caa))
12+
613
# 0.3.2 (2024-09-25)
714

815
### Bug Fixes

plugins/proxy-sigv4-backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/backstage-plugin-proxy-sigv4-backend",
33
"description": "Backstage backend plugin that configures endpoints for signing and proxying HTTP requests with AWS SigV4",
4-
"version": "0.3.2",
4+
"version": "0.4.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)