Skip to content

Commit

Permalink
Version Packages (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 14, 2024
1 parent 13cab20 commit 7861627
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .changeset/bright-zoos-battle.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nice-llamas-jump.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/popular-zoos-hug.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/pretty-clocks-allow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sour-lobsters-tell.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/stupid-parrots-raise.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/thick-birds-clean.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tricky-vans-join.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 @@ -39,7 +39,7 @@
"@backstage/plugin-techdocs-react": "^1.2.3",
"@backstage/plugin-user-settings": "^0.8.5",
"@backstage/theme": "^0.5.3",
"@globallogicuki/backstage-plugin-terraform": "^0.3.0",
"@globallogicuki/backstage-plugin-terraform": "^0.4.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"history": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@backstage/plugin-search-backend-module-techdocs": "^0.1.22",
"@backstage/plugin-search-backend-node": "^1.2.21",
"@backstage/plugin-techdocs-backend": "^1.10.4",
"@globallogicuki/backstage-plugin-terraform-backend": "^0.3.0",
"@globallogicuki/backstage-plugin-terraform-backend": "^0.4.0",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"dockerode": "^3.3.1",
Expand Down
8 changes: 8 additions & 0 deletions plugins/terraform-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @globallogicuki/backstage-plugin-terraform-backend

## 0.4.0

### Minor Changes

- 85f968b: BREAKING: Adding OpenAPI spec.

Endpoints have changed to follow a conventional REST structure which means that you will need to update your `@globallogicuki/terraform` package to `0.4.0` or above

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/terraform-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globallogicuki/backstage-plugin-terraform-backend",
"version": "0.3.0",
"version": "0.4.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/terraform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @globallogicuki/backstage-plugin-terraform

## 0.4.0

### Minor Changes

- 85f968b: BREAKING: Changing API endpoints to support `0.4.0` of `@globallogicuki/terraform-backend`

To upgrade this package, please also update `@globallogicuki/terraform-backend` to `0.4.0` or above

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/terraform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globallogicuki/backstage-plugin-terraform",
"version": "0.3.0",
"version": "0.4.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7861627

Please sign in to comment.