Skip to content

Commit

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

### Bug Fixes

* add the NPM token for the `npm publish` of `dist-dynamic` packages ([janus-idp#1008](janus-idp#1008)) ([16b1305](janus-idp@16b1305))
* also publish the `dist-dynamic` packages ([janus-idp#1006](janus-idp#1006)) ([ac8d517](janus-idp@ac8d517))
* attempt to force a bump of backend plugins ([janus-idp#1007](janus-idp#1007)) ([7a37225](janus-idp@7a37225))
* **ci:** auth for the `dist-dynamic` `npm publish` ([janus-idp#1010](janus-idp#1010)) ([37ddc47](janus-idp@37ddc47))
* **ci:** auth for the `dist-dynamic` npm publish ([janus-idp#1009](janus-idp#1009)) ([9a9237a](janus-idp@9a9237a))
  • Loading branch information
semantic-release-bot committed Dec 7, 2023
1 parent 6d3fc6f commit cac0b18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions plugins/keycloak-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @janus-idp/backstage-plugin-keycloak-backend [1.7.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-12-07)


### Bug Fixes

* attempt to force a bump of backend plugins ([#1007](https://github.com/janus-idp/backstage-plugins/issues/1007)) ([7a37225](https://github.com/janus-idp/backstage-plugins/commit/7a372254fb7e8107aa794f7900a6511eee096677))

## @janus-idp/backstage-plugin-keycloak-backend [1.7.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-12-07)


Expand Down
3 changes: 2 additions & 1 deletion plugins/keycloak-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-keycloak-backend-dynamic",
"version": "1.7.9",
"version": "1.7.10",
"description": "A Backend backend plugin for Keycloak",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -49,6 +49,7 @@
"url-join": "^4.0.0",
"url-template": "^2.0.8"
},
"devDependencies": {},
"files": [
"dist",
"config.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion plugins/keycloak-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-keycloak-backend",
"version": "1.7.9",
"version": "1.7.10",
"description": "A Backend backend plugin for Keycloak",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down

0 comments on commit cac0b18

Please sign in to comment.