Version Packages
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-search-common
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/types@1.0.0
|
||||
- @backstage/plugin-permission-common@0.5.3
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-search-common",
|
||||
"description": "Common functionalities for Search, to be shared between various search-enabled plugins",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -39,11 +39,11 @@
|
||||
"url": "https://github.com/backstage/backstage/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/types": "^0.1.3",
|
||||
"@backstage/plugin-permission-common": "^0.5.2"
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@backstage/plugin-permission-common": "^0.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.15.2"
|
||||
"@backstage/cli": "^0.16.0"
|
||||
},
|
||||
"jest": {
|
||||
"roots": [
|
||||
|
||||
Reference in New Issue
Block a user