Version Packages
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-todo-backend
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 676ede643: Added the `getOriginLocationByEntity` and `removeLocationById` methods to the catalog client
|
||||
- Updated dependencies [676ede643]
|
||||
- Updated dependencies [b196a4569]
|
||||
- Updated dependencies [8488a1a96]
|
||||
- Updated dependencies [37e3a69f5]
|
||||
- @backstage/catalog-client@0.3.9
|
||||
- @backstage/catalog-model@0.7.5
|
||||
- @backstage/backend-common@0.6.1
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-todo-backend",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -24,9 +24,9 @@
|
||||
"clean": "backstage-cli clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.6.0",
|
||||
"@backstage/catalog-client": "^0.3.8",
|
||||
"@backstage/catalog-model": "^0.7.3",
|
||||
"@backstage/backend-common": "^0.6.1",
|
||||
"@backstage/catalog-client": "^0.3.9",
|
||||
"@backstage/catalog-model": "^0.7.5",
|
||||
"@backstage/config": "^0.1.4",
|
||||
"@backstage/errors": "^0.1.1",
|
||||
"@backstage/integration": "^0.5.0",
|
||||
|
||||
Reference in New Issue
Block a user