Skip to content

Commit

Permalink
v3.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 7, 2025
1 parent 1c3abc2 commit 7141417
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 8 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.

### [3.16.4](https://github.com/drodil/backstage-plugin-qeta/compare/v3.16.3...v3.16.4) (2025-01-07)


### Bug Fixes

* prettier ([5595a8d](https://github.com/drodil/backstage-plugin-qeta/commit/5595a8d447c96db7f14bdda4837f4625d4724055))
* type the file upload options ([1c3abc2](https://github.com/drodil/backstage-plugin-qeta/commit/1c3abc2a317b37196fc49ba58f834e714d46169e))

### [3.16.3](https://github.com/drodil/backstage-plugin-qeta/compare/v3.16.2...v3.16.3) (2024-12-05)


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

0 comments on commit 7141417

Please sign in to comment.