Skip to content

Commit

Permalink
v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Mar 25, 2024
1 parent fc56660 commit 396e9a0
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.24.0](https://github.com/drodil/backstage-plugin-qeta/compare/v1.23.3...v1.24.0) (2024-03-25)


### Features

* add s3 as storage backend ([f34fd30](https://github.com/drodil/backstage-plugin-qeta/commit/f34fd30f679aeeb34740c6739c17696719192b9f))
* allow defining theme id for the home page ([2299139](https://github.com/drodil/backstage-plugin-qeta/commit/2299139f728dab45f12a0d0731c518a38f619069)), closes [#129](https://github.com/drodil/backstage-plugin-qeta/issues/129)
* allow filtering with multiple tags ([e08c851](https://github.com/drodil/backstage-plugin-qeta/commit/e08c851b47e466c825f8eda48c4367bd115cbffa))


### Bug Fixes

* change s3 config to optional and check on runtime ([c71794f](https://github.com/drodil/backstage-plugin-qeta/commit/c71794fe4c67e39ff7d5282143088c89ef12297a))

### [1.23.3](https://github.com/drodil/backstage-plugin-qeta/compare/v1.23.2...v1.23.3) (2024-02-27)


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

0 comments on commit 396e9a0

Please sign in to comment.