Skip to content

Commit

Permalink
v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Aug 2, 2023
1 parent 902c2a4 commit 1d6f2a0
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.15.0](https://github.com/drodil/backstage-plugin-qeta/compare/v1.14.1...v1.15.0) (2023-08-02)


### Features

* more global access management ([f078b34](https://github.com/drodil/backstage-plugin-qeta/commit/f078b342d50885eac96395fd7a6611f9263333d1)), closes [#81](https://github.com/drodil/backstage-plugin-qeta/issues/81) [#75](https://github.com/drodil/backstage-plugin-qeta/issues/75)


### Bug Fixes

* global edit checks in routes ([902c2a4](https://github.com/drodil/backstage-plugin-qeta/commit/902c2a42f19ae771521294a33d85b709e420b7cb))

### [1.14.1](https://github.com/drodil/backstage-plugin-qeta/compare/v1.14.0...v1.14.1) (2023-07-31)


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

0 comments on commit 1d6f2a0

Please sign in to comment.