@backstage-community/plugin-bazaar 0.2.28 → 0.2.30
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 +12 -0
- package/README.md +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage-community/plugin-bazaar
|
|
2
2
|
|
|
3
|
+
## 0.2.30
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cb24354: Backstage version bump to v1.31.1
|
|
8
|
+
|
|
9
|
+
## 0.2.29
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 23c908d: Backstage version bump to v1.30.2
|
|
14
|
+
|
|
3
15
|
## 0.2.28
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ The Bazaar allows engineers and teams to open up and announce their new and exci
|
|
|
14
14
|
|
|
15
15
|
# Note
|
|
16
16
|
|
|
17
|
-
You will **need** to also perform the installation instructions in [Bazaar Backend](https://github.com/backstage/
|
|
17
|
+
You will **need** to also perform the installation instructions in [Bazaar Backend](https://github.com/backstage/community-plugins/tree/main/workspaces/bazaar/plugins/bazaar-backend) in order for this plugin to work.
|
|
18
18
|
|
|
19
19
|
## Getting Started
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-bazaar",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.30",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "bazaar",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"test": "backstage-cli package test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/catalog-client": "^1.
|
|
41
|
-
"@backstage/catalog-model": "^1.
|
|
42
|
-
"@backstage/core-components": "^0.
|
|
43
|
-
"@backstage/core-plugin-api": "^1.9.
|
|
40
|
+
"@backstage/catalog-client": "^1.7.0",
|
|
41
|
+
"@backstage/catalog-model": "^1.7.0",
|
|
42
|
+
"@backstage/core-components": "^0.15.0",
|
|
43
|
+
"@backstage/core-plugin-api": "^1.9.4",
|
|
44
44
|
"@backstage/errors": "^1.2.4",
|
|
45
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
45
|
+
"@backstage/plugin-catalog-react": "^1.13.0",
|
|
46
46
|
"@date-io/luxon": "1.x",
|
|
47
47
|
"@material-ui/core": "^4.12.2",
|
|
48
48
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"react-use": "^17.2.4"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@backstage/cli": "^0.
|
|
60
|
-
"@backstage/dev-utils": "^1.0
|
|
59
|
+
"@backstage/cli": "^0.27.1",
|
|
60
|
+
"@backstage/dev-utils": "^1.1.0",
|
|
61
61
|
"@testing-library/dom": "^10.0.0",
|
|
62
62
|
"@testing-library/jest-dom": "^6.0.0",
|
|
63
63
|
"@testing-library/react": "^15.0.0",
|