Skip to content

Commit

Permalink
Merge pull request #3 from anakzr/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
accezar authored Mar 20, 2024
2 parents f42b32d + 02a2dd2 commit 9d20829
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/nine-berries-sin.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 @@ -15,7 +15,7 @@
"lint": "backstage-cli package lint"
},
"dependencies": {
"@anakz/backstage-plugin-library-check": "0.0.2",
"@anakz/backstage-plugin-library-check": "0.0.3",
"@backstage/app-defaults": "^1.5.0",
"@backstage/catalog-model": "^1.4.4",
"@backstage/cli": "^0.25.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
},
"dependencies": {
"@anakz/backstage-plugin-library-check-backend": "0.0.2",
"@anakz/backstage-plugin-library-check-backend": "0.0.3",
"@backstage/backend-common": "^0.21.2",
"@backstage/backend-tasks": "^0.5.17",
"@backstage/catalog-client": "^1.6.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/library-check-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @anakz/backstage-plugin-library-check-backend

## 0.0.3

### Patch Changes

- 159d695: Fixed spelling on package.json url and some persistence improvements with knex

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/library-check-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@anakz/backstage-plugin-library-check-backend",
"description": "Backstage.io Library Check plugin backend",
"version": "0.0.2",
"version": "0.0.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions plugins/library-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @anakz/backstage-plugin-library-check

## 0.0.3

### Patch Changes

- 159d695: Fixed spelling on package.json url and some persistence improvements with knex
- Updated dependencies [159d695]
- @anakz/backstage-plugin-library-check-backend@0.0.3

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/library-check/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@anakz/backstage-plugin-library-check",
"description": "Backstage.io Library Check plugin frontend",
"version": "0.0.2",
"version": "0.0.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
"tsc": "tsc"
},
"dependencies": {
"@anakz/backstage-plugin-library-check-backend": "0.0.2",
"@anakz/backstage-plugin-library-check-backend": "0.0.3",
"@backstage/core-components": "^0.14.0",
"@backstage/core-plugin-api": "^1.9.0",
"@backstage/errors": "^1.2.3",
Expand Down

0 comments on commit 9d20829

Please sign in to comment.