Skip to content

Commit

Permalink
Merge pull request #8 from axelerant/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
zeshanziya authored Sep 25, 2024
2 parents 0934c8f + a75c4c9 commit c1828c5
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .changeset/fast-rats-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-swans-sleep.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@backstage/plugin-techdocs-react": "^1.2.7",
"@backstage/plugin-user-settings": "^0.8.11",
"@backstage/theme": "^0.5.6",
"@axelerant/backstage-plugin-platformsh": "^0.1.0",
"@axelerant/backstage-plugin-platformsh": "^0.1.1",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"history": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@backstage/plugin-search-backend-module-techdocs": "^0.2.0",
"@backstage/plugin-search-backend-node": "^1.3.0",
"@backstage/plugin-techdocs-backend": "^1.10.10",
"@axelerant/backstage-plugin-platformsh-backend": "^0.1.3",
"@axelerant/backstage-plugin-platformsh-common": "^0.1.0",
"@axelerant/backstage-plugin-platformsh-backend": "^0.1.4",
"@axelerant/backstage-plugin-platformsh-common": "^0.1.1",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"node-gyp": "^10.0.0",
Expand Down
9 changes: 9 additions & 0 deletions plugins/platformsh-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @axelerant/backstage-plugin-platformsh-backend

## 0.1.4

### Patch Changes

- 29c92d4: Use a polling mechanism to check the environment action status to fix timeout issue and improve error handling.
- 0934c8f: remove platformsh-client from bundled dependency
- Updated dependencies [29c92d4]
- @axelerant/backstage-plugin-platformsh-common@0.1.1

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/platformsh-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelerant/backstage-plugin-platformsh-backend",
"version": "0.1.3",
"version": "0.1.4",
"description": "Backstage backend plugin for Platform.sh integration!",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@backstage/plugin-catalog-node": "^1.12.6",
"@backstage/plugin-permission-common": "^0.8.1",
"@backstage/plugin-permission-node": "^0.8.2",
"@axelerant/backstage-plugin-platformsh-common": "^0.1.0",
"@axelerant/backstage-plugin-platformsh-common": "^0.1.1",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"node-fetch": "^2.6.7",
Expand Down
7 changes: 7 additions & 0 deletions plugins/platformsh-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @axelerant/backstage-plugin-platformsh-common

## 0.1.1

### Patch Changes

- 29c92d4: Use a polling mechanism to check the environment action status to fix timeout issue and improve error handling.
2 changes: 1 addition & 1 deletion plugins/platformsh-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@axelerant/backstage-plugin-platformsh-common",
"description": "Common functionalities for the backstage platformsh plugin",
"version": "0.1.0",
"version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions plugins/platformsh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @axelerant/backstage-plugin-platformsh

## 0.1.1

### Patch Changes

- 29c92d4: Use a polling mechanism to check the environment action status to fix timeout issue and improve error handling.
- Updated dependencies [29c92d4]
- @axelerant/backstage-plugin-platformsh-common@0.1.1
4 changes: 2 additions & 2 deletions plugins/platformsh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelerant/backstage-plugin-platformsh",
"version": "0.1.0",
"version": "0.1.1",
"description": "Backstage frontend plugin for Platform.sh integration!",
"license": "Apache-2.0",
"exports": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@axelerant/backstage-plugin-platformsh-common": "^0.1.0",
"@axelerant/backstage-plugin-platformsh-common": "^0.1.1",
"@backstage/catalog-model": "^1.6.0",
"@backstage/core-compat-api": "^0.2.8",
"@backstage/core-components": "^0.14.10",
Expand Down

0 comments on commit c1828c5

Please sign in to comment.