Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.4.0 (2025-01-23)

### Features

- 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))

# 0.3.0 (2024-09-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"bundled": true,
"backstage": {
Expand Down
6 changes: 6 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.4.0 (2025-01-23)

### Features

- 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))

# 0.3.0 (2024-09-25)

_version only change_
Expand Down
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.3.0",
"version": "0.4.0",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions plugins/analytics-module-segment/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2025-01-23)

### Features

- 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))

# 0.1.0 (2024-09-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion plugins/analytics-module-segment/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@segment/backstage-plugin-analytics-module-segment",
"description": "Backstage analytics module plugin for Segment",
"version": "0.1.0",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
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.4.0 (2025-01-23)

### Features

- 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))
- **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))

# 0.3.2 (2024-09-25)

### Bug Fixes
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.3.2",
"version": "0.4.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Loading