@backstage-community/plugin-bazaar 0.2.28 → 0.2.29

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage-community/plugin-bazaar
2
2
 
3
+ ## 0.2.29
4
+
5
+ ### Patch Changes
6
+
7
+ - 23c908d: Backstage version bump to v1.30.2
8
+
3
9
  ## 0.2.28
4
10
 
5
11
  ### 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/backstage/tree/master/plugins/bazaar-backend) in order for this plugin to work.
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.28",
3
+ "version": "0.2.29",
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.6.5",
41
- "@backstage/catalog-model": "^1.5.0",
42
- "@backstage/core-components": "^0.14.9",
40
+ "@backstage/catalog-client": "^1.6.6",
41
+ "@backstage/catalog-model": "^1.6.0",
42
+ "@backstage/core-components": "^0.14.10",
43
43
  "@backstage/core-plugin-api": "^1.9.3",
44
44
  "@backstage/errors": "^1.2.4",
45
- "@backstage/plugin-catalog-react": "^1.12.2",
45
+ "@backstage/plugin-catalog-react": "^1.12.3",
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.26.11",
60
- "@backstage/dev-utils": "^1.0.35",
59
+ "@backstage/cli": "^0.27.0",
60
+ "@backstage/dev-utils": "^1.0.37",
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",