@spotify/backstage-plugin-soundcheck 0.16.2 → 0.16.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @spotify/backstage-plugin-soundcheck
2
2
 
3
+ ## 0.16.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @spotify/backstage-plugin-soundcheck-common@0.16.3
9
+
3
10
  ## 0.16.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spotify/backstage-plugin-soundcheck",
3
3
  "description": "Ensure quality, reliability and alignment of software development with codified checks and guidance.",
4
- "version": "0.16.2",
4
+ "version": "0.16.3",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://backstage.spotify.com",
7
7
  "main": "./dist/index.esm.js",
@@ -78,7 +78,7 @@
78
78
  "@mui/icons-material": "^5.11.16",
79
79
  "@mui/styles": "^5.14.7",
80
80
  "@spotify/backstage-plugin-core": "^0.8.7",
81
- "@spotify/backstage-plugin-soundcheck-common": "^0.16.2",
81
+ "@spotify/backstage-plugin-soundcheck-common": "^0.16.3",
82
82
  "@tanstack/react-query": "^4.6.1",
83
83
  "@types/react-csv": "^1.1.6",
84
84
  "@uiw/react-md-editor": "3.20.10",
@@ -132,7 +132,7 @@
132
132
  "@playwright/test": "^1.32.3",
133
133
  "@sp4b-dev/test-utils": "^0.0.13",
134
134
  "@spotify/backstage-plugin-core-common": "^0.6.7",
135
- "@spotify/backstage-plugin-soundcheck-node": "^0.9.6",
135
+ "@spotify/backstage-plugin-soundcheck-node": "^0.9.8",
136
136
  "@testing-library/jest-dom": "^6.0.0",
137
137
  "@testing-library/react": "^14.0.0",
138
138
  "@testing-library/user-event": "^14.0.0",