Skip to content

Commit

Permalink
v1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 30, 2024
1 parent 94a1148 commit 7ac0029
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.21.1](https://github.com/drodil/backstage-plugin-qeta/compare/v1.21.0...v1.21.1) (2024-01-30)


### Bug Fixes

* move name setting to effect hook ([25dddf3](https://github.com/drodil/backstage-plugin-qeta/commit/25dddf33a154b2a74b2a7b3fb456cbd3b9a45fca))
* undefined default for name ([94a1148](https://github.com/drodil/backstage-plugin-qeta/commit/94a1148336cfd6a57419dfa7211473cbc0a07c32))

## [1.21.0](https://github.com/drodil/backstage-plugin-qeta/compare/v1.20.0...v1.21.0) (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion plugins/qeta-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drodil/backstage-plugin-qeta-backend",
"version": "1.21.0",
"version": "1.21.1",
"description": "Backstage.io Q&A plugin backend",
"keywords": [
"backstage",
Expand Down
2 changes: 1 addition & 1 deletion plugins/qeta-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"frontend",
"backstage.io"
],
"version": "1.21.0",
"version": "1.21.1",
"main": "src/index.ts",
"types": "src/index.ts",
"prepublishOnly": "yarn tsc && yarn build",
Expand Down
2 changes: 1 addition & 1 deletion plugins/qeta-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"frontend",
"backstage.io"
],
"version": "1.21.0",
"version": "1.21.1",
"main": "src/index.ts",
"types": "src/index.ts",
"prepublishOnly": "yarn tsc && yarn build",
Expand Down
2 changes: 1 addition & 1 deletion plugins/qeta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"frontend",
"backstage.io"
],
"version": "1.21.0",
"version": "1.21.1",
"main": "src/index.ts",
"types": "src/index.ts",
"prepublishOnly": "yarn tsc && yarn build",
Expand Down
2 changes: 1 addition & 1 deletion plugins/search-backend-module-qeta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"search",
"backstage.io"
],
"version": "1.21.0",
"version": "1.21.1",
"main": "src/index.ts",
"types": "src/index.ts",
"prepublishOnly": "yarn tsc && yarn build",
Expand Down

0 comments on commit 7ac0029

Please sign in to comment.