Skip to content

Commit

Permalink
v3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Nov 22, 2024
1 parent 7545f54 commit 361c0ca
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.12.3](https://github.com/drodil/backstage-plugin-qeta/compare/v3.12.2...v3.12.3) (2024-11-22)


### Bug Fixes

* make date object correct in statistics endpoint ([7545f54](https://github.com/drodil/backstage-plugin-qeta/commit/7545f54d3fd9c3e75aaa2b26d40bf3278005abd1))

### [3.12.2](https://github.com/drodil/backstage-plugin-qeta/compare/v3.12.1...v3.12.2) (2024-11-22)


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.12.2",
"version": "3.12.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.12.2",
"version": "3.12.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.12.2",
"version": "3.12.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.12.2",
"version": "3.12.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.12.2",
"version": "3.12.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.12.2",
"version": "3.12.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.12.2",
"version": "3.12.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.12.2",
"version": "3.12.3",
"main": "src/index.ts",
"types": "src/index.ts",
"prepublishOnly": "yarn tsc && yarn build",
Expand Down

0 comments on commit 361c0ca

Please sign in to comment.