@backstage/plugin-techdocs-module-addons-contrib 1.0.16 → 1.0.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
+ ## 1.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@1.6.1
9
+ - @backstage/integration-react@1.1.17
10
+ - @backstage/core-components@0.13.4
11
+ - @backstage/core-plugin-api@1.5.3
12
+ - @backstage/theme@0.4.1
13
+ - @backstage/plugin-techdocs-react@1.1.9
14
+
3
15
  ## 1.0.16
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-module-addons-contrib",
3
3
  "description": "Plugin module for contributed TechDocs Addons",
4
- "version": "1.0.16",
4
+ "version": "1.0.17",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@backstage/core-components": "^0.13.4",
37
37
  "@backstage/core-plugin-api": "^1.5.3",
38
- "@backstage/integration": "^1.6.0",
39
- "@backstage/integration-react": "^1.1.16",
38
+ "@backstage/integration": "^1.6.1",
39
+ "@backstage/integration-react": "^1.1.17",
40
40
  "@backstage/plugin-techdocs-react": "^1.1.9",
41
41
  "@backstage/theme": "^0.4.1",
42
42
  "@material-ui/core": "^4.12.2",
@@ -53,10 +53,10 @@
53
53
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "^0.22.10",
56
+ "@backstage/cli": "^0.22.11",
57
57
  "@backstage/core-app-api": "^1.9.1",
58
- "@backstage/dev-utils": "^1.0.18",
59
- "@backstage/plugin-techdocs-addons-test-utils": "^1.0.17",
58
+ "@backstage/dev-utils": "^1.0.19",
59
+ "@backstage/plugin-techdocs-addons-test-utils": "^1.0.19",
60
60
  "@backstage/test-utils": "^1.4.2",
61
61
  "@testing-library/dom": "^8.0.0",
62
62
  "@testing-library/jest-dom": "^5.10.1",