@backstage/version-bridge 1.0.5-next.0 → 1.0.6
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/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/version-bridge
|
|
2
2
|
|
|
3
|
+
## 1.0.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
|
|
8
|
+
|
|
9
|
+
## 1.0.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
|
|
14
|
+
|
|
3
15
|
## 1.0.5-next.0
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/version-bridge",
|
|
3
3
|
"description": "Utilities used by @backstage packages to support multiple concurrent versions",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"main": "dist/index.esm.js",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@backstage/cli": "^0.
|
|
45
|
-
"@testing-library/jest-dom": "^
|
|
44
|
+
"@backstage/cli": "^0.23.0",
|
|
45
|
+
"@testing-library/jest-dom": "^6.0.0",
|
|
46
46
|
"@testing-library/react": "^12.1.3",
|
|
47
47
|
"@testing-library/react-hooks": "^8.0.0"
|
|
48
48
|
},
|