@backstage/core-plugin-api 1.3.0-next.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/alpha/package.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/core-plugin-api
|
|
2
2
|
|
|
3
|
+
## 1.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bca8e8b393: Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/config@1.0.6
|
|
13
|
+
- @backstage/types@1.0.2
|
|
14
|
+
- @backstage/version-bridge@1.0.3
|
|
15
|
+
|
|
3
16
|
## 1.3.0-next.1
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/core-plugin-api",
|
|
3
3
|
"description": "Core API used by Backstage plugins",
|
|
4
|
-
"version": "1.3.0
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"main": "dist/index.esm.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"start": "backstage-cli package start"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@backstage/config": "^1.0.6
|
|
36
|
+
"@backstage/config": "^1.0.6",
|
|
37
37
|
"@backstage/types": "^1.0.2",
|
|
38
38
|
"@backstage/version-bridge": "^1.0.3",
|
|
39
39
|
"history": "^5.0.0",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@backstage/cli": "^0.22.1
|
|
50
|
-
"@backstage/core-app-api": "^1.4.0
|
|
51
|
-
"@backstage/test-utils": "^1.2.4
|
|
49
|
+
"@backstage/cli": "^0.22.1",
|
|
50
|
+
"@backstage/core-app-api": "^1.4.0",
|
|
51
|
+
"@backstage/test-utils": "^1.2.4",
|
|
52
52
|
"@testing-library/jest-dom": "^5.10.1",
|
|
53
53
|
"@testing-library/react": "^12.1.3",
|
|
54
54
|
"@testing-library/react-hooks": "^8.0.0",
|