Skip to content

Commit

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

### Features

* **bulk-import:** add the Bulk Import from GitHub Backend [RHIDP-955] ([#1471](#1471)) ([4f79be2](4f79be2))

### Bug Fixes

* **deps:** fix rbac dependencies ([#1918](#1918)) ([fcc4e1d](fcc4e1d))
* **deps:** move backend-test-utils to devDependencies ([#1944](#1944)) ([9052a3f](9052a3f))
* **deps:** rollback unreleased plugins ([#1951](#1951)) ([8b77969](8b77969))
* **rbac:** don't start transaction if there no group policies ([#1923](#1923)) ([dffa964](dffa964))
* remove crashing process from playwright tests ([#1941](#1941)) ([4b20f8a](4b20f8a))

### Documentation

* added OpenAPI spec for rbac-backend ([#1830](#1830)) ([4eb2035](4eb2035))
* **rbac:** fix condition rules api url ([#1914](#1914)) ([e6fa0ae](e6fa0ae))
  • Loading branch information
semantic-release-bot committed Jul 24, 2024
1 parent e19a665 commit 9cbdca8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 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.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-24)


### Bug Fixes

* **deps:** rollback unreleased plugins ([#1951](https://github.com/janus-idp/backstage-plugins/issues/1951)) ([8b77969](https://github.com/janus-idp/backstage-plugins/commit/8b779694f02f8125587296305276b84cdfeeaebe))

## @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)


Expand Down
13 changes: 6 additions & 7 deletions plugins/scaffolder-annotator-action/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-annotator-dynamic",
"description": "The annotator module for @backstage/plugin-scaffolder-backend",
"version": "1.1.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"version": "1.2.1",
"main": "./dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
"access": "public"
},
"backstage": {
"role": "backend-plugin-module",
"supported-versions": "1.28.4",
"pluginId": "annotator"
"pluginId": "scaffolder",
"pluginPackage": "@backstage/plugin-scaffolder-backend"
},
"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.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9cbdca8

Please sign in to comment.