Skip to content

Commit

Permalink
v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 11, 2024
1 parent c7c21c4 commit d8c361d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.18.0](https://github.com/drodil/backstage-plugin-qeta/compare/v1.17.0...v1.18.0) (2024-01-11)


### Features

* introduce new search backend module for q&a ([1dc0809](https://github.com/drodil/backstage-plugin-qeta/commit/1dc0809a7c59cf822975f157ca14ba65986b8969)), closes [#106](https://github.com/drodil/backstage-plugin-qeta/issues/106)


### Bug Fixes

* force correct answer color ([1f48626](https://github.com/drodil/backstage-plugin-qeta/commit/1f48626aae70924db18f7f85a7ac6b0956eb77fc))

## [1.17.0](https://github.com/drodil/backstage-plugin-qeta/compare/v1.16.5...v1.17.0) (2024-01-08)


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

0 comments on commit d8c361d

Please sign in to comment.