Thanks to visit codestin.com
Credit goes to github.com

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.3.0 (2024-09-25)

### Features

- **analytics-module-segment:** create the analytics plugin module for segment ([#12](https://github.com/segmentio/segment-backstage-plugins/issues/12)) ([797ab8d](https://github.com/segmentio/segment-backstage-plugins/commit/797ab8dfba14f8a085dbf8e915d846fd26e51d74))

# 0.2.0 (2024-08-30)

### 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.2.0",
"version": "0.3.0",
"private": true,
"bundled": true,
"backstage": {
Expand Down
4 changes: 4 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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-09-25)

_version only change_

# 0.2.0 (2024-08-30)

### Features
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.2.0",
"version": "0.3.0",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
10 changes: 10 additions & 0 deletions plugins/analytics-module-segment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

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

# 0.1.0 (2024-09-25)

### Features

- **analytics-module-segment:** create the analytics plugin module for segment ([#12](https://github.com/segmentio/segment-backstage-plugins/issues/12)) ([797ab8d](https://github.com/segmentio/segment-backstage-plugins/commit/797ab8dfba14f8a085dbf8e915d846fd26e51d74))
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.0.0",
"version": "0.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 7 additions & 1 deletion plugins/proxy-sigv4-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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)
# 0.3.2 (2024-09-25)

### Bug Fixes

- **proxy-sigv4-backend:** revert to old body serialization to fix bug with body type ([#17](https://github.com/segmentio/segment-backstage-plugins/issues/17)) ([3012ee4](https://github.com/segmentio/segment-backstage-plugins/commit/3012ee4890813614d74528c4447a1f41e5c12c61))

# 0.3.1 (2024-08-30)

_Release only to fix missing `dist/index.d.ts` definitions_

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.1",
"version": "0.3.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Loading