Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## @janus-idp/backstage-scaffolder-backend-module-annotator [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-22)

### Features

* **deps:** update to backstage 1.28 ([#1891](#1891)) ([1ba1108](1ba1108))
  • Loading branch information
semantic-release-bot committed Jul 22, 2024
1 parent 680a086 commit 1f6b6c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions plugins/scaffolder-annotator-action/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @janus-idp/backstage-scaffolder-backend-module-annotator [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-22)


### Features

* **deps:** update to backstage 1.28 ([#1891](https://github.com/janus-idp/backstage-plugins/issues/1891)) ([1ba1108](https://github.com/janus-idp/backstage-plugins/commit/1ba11088e0de60e90d138944267b83600dc446e5))

## @janus-idp/backstage-scaffolder-backend-module-annotator [1.1.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13)


Expand Down
5 changes: 3 additions & 2 deletions plugins/scaffolder-annotator-action/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-annotator-dynamic",
"description": "The annotator module for @backstage/plugin-scaffolder-backend",
"version": "1.1.0",
"version": "1.2.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -12,7 +12,8 @@
},
"backstage": {
"role": "backend-plugin-module",
"supported-versions": "1.26.5"
"supported-versions": "1.28.4",
"pluginId": "annotator"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/scaffolder-annotator-action/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-annotator",
"description": "The annotator module for @backstage/plugin-scaffolder-backend",
"version": "1.1.0",
"version": "1.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1f6b6c3

Please sign in to comment.