From d8c361dfbf4ed20923195f873c621fd20c671486 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 11 Jan 2024 10:59:38 +0000 Subject: [PATCH] v1.18.0 --- CHANGELOG.md | 12 ++++++++++++ plugins/qeta-backend/package.json | 2 +- plugins/qeta-common/package.json | 2 +- plugins/qeta/package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e02657b..1d6055a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/plugins/qeta-backend/package.json b/plugins/qeta-backend/package.json index de034985..d133ca1e 100644 --- a/plugins/qeta-backend/package.json +++ b/plugins/qeta-backend/package.json @@ -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", diff --git a/plugins/qeta-common/package.json b/plugins/qeta-common/package.json index ebeccfc0..37a092f6 100644 --- a/plugins/qeta-common/package.json +++ b/plugins/qeta-common/package.json @@ -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", diff --git a/plugins/qeta/package.json b/plugins/qeta/package.json index 2788beea..d77795c5 100644 --- a/plugins/qeta/package.json +++ b/plugins/qeta/package.json @@ -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",