Skip to content

Commit

Permalink
v3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Nov 5, 2024
1 parent fda3fd4 commit 1c9def9
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [3.9.3](https://github.com/drodil/backstage-plugin-qeta/compare/v3.9.2...v3.9.3) (2024-11-05)


### Bug Fixes

* tag input not showing without pre-existing tags ([fda3fd4](https://github.com/drodil/backstage-plugin-qeta/commit/fda3fd4f88b760475388121806ab509c1aa05745)), closes [#235](https://github.com/drodil/backstage-plugin-qeta/issues/235)

### [3.9.2](https://github.com/drodil/backstage-plugin-qeta/compare/v3.9.1...v3.9.2) (2024-11-04)


Expand Down
2 changes: 1 addition & 1 deletion plugins/qeta-backend-module-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@drodil/backstage-plugin-qeta-backend-module-openai",
"description": "The OpenAI backend module for the qeta plugin.",
"version": "3.9.2",
"version": "3.9.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
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": "3.9.2",
"version": "3.9.3",
"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": "3.9.2",
"version": "3.9.3",
"main": "src/index.ts",
"types": "src/index.ts",
"prepublishOnly": "yarn tsc && yarn build",
Expand Down
2 changes: 1 addition & 1 deletion plugins/qeta-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"backstage.io",
"node"
],
"version": "3.9.2",
"version": "3.9.3",
"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": "3.9.2",
"version": "3.9.3",
"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": "3.9.2",
"version": "3.9.3",
"main": "src/index.ts",
"types": "src/index.ts",
"prepublishOnly": "yarn tsc && yarn build",
Expand Down
2 changes: 1 addition & 1 deletion plugins/scaffolder-backend-module-qeta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scaffolder",
"backstage.io"
],
"version": "3.9.2",
"version": "3.9.3",
"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": "3.9.2",
"version": "3.9.3",
"main": "src/index.ts",
"types": "src/index.ts",
"prepublishOnly": "yarn tsc && yarn build",
Expand Down

0 comments on commit 1c9def9

Please sign in to comment.