Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 30, 2024
1 parent a6adf85 commit f175048
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-olives-film.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.4",
"@anakz/backstage-plugin-library-check": "0.1.0",
"@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.1.0",
"@anakz/backstage-plugin-library-check-backend": "0.2.0",
"@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.2.0

### Minor Changes

- e3a0ebc: Adding support for build.gradle and POM.xml files

## 0.1.0

### Minor 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.1.0",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions plugins/library-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @anakz/backstage-plugin-library-check

## 0.1.0

### Minor Changes

- e3a0ebc: Adding support for build.gradle and POM.xml files

### Patch Changes

- Updated dependencies [e3a0ebc]
- @anakz/backstage-plugin-library-check-backend@0.2.0

## 0.0.4

### 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.4",
"version": "0.1.0",
"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.1.0",
"@anakz/backstage-plugin-library-check-backend": "0.2.0",
"@backstage/core-components": "^0.14.0",
"@backstage/core-plugin-api": "^1.9.0",
"@backstage/errors": "^1.2.3",
Expand Down

0 comments on commit f175048

Please sign in to comment.