@backstage/cli-common 0.1.11 → 0.1.12

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,17 @@
1
1
  # @backstage/cli-common
2
2
 
3
+ ## 0.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 482dae5de1c: Updated link to docs.
8
+
9
+ ## 0.1.12-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 482dae5de1c: Updated link to docs.
14
+
3
15
  ## 0.1.11
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -9,4 +9,4 @@ Do not install this package directly, it is an internal package used by [@backst
9
9
  ## Documentation
10
10
 
11
11
  - [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
12
- - [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
12
+ - [Backstage Documentation](https://backstage.io/docs)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/cli-common",
3
3
  "description": "Common functionality used by cli, backend, and create-app",
4
- "version": "0.1.11",
4
+ "version": "0.1.12",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -32,7 +32,7 @@
32
32
  "start": "backstage-cli package start"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/cli": "^0.22.0",
35
+ "@backstage/cli": "^0.22.4",
36
36
  "@types/node": "^16.0.0"
37
37
  },
38
38
  "files": [