@backstage/backend-dev-utils 0.1.0 → 0.1.1

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/backend-dev-utils
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 482dae5de1c: Updated link to docs.
8
+
9
+ ## 0.1.1-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 482dae5de1c: Updated link to docs.
14
+
3
15
  ## 0.1.0
4
16
 
5
17
  ### Minor Changes
package/README.md CHANGED
@@ -16,5 +16,5 @@ yarn add --cwd plugins/<plugin>-backend @backstage/backend-dev-utils
16
16
  ## Documentation
17
17
 
18
18
  - [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
19
- - [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
19
+ - [Backstage Documentation](https://backstage.io/docs)
20
20
  - [Backstage Backend System](https://backstage.io/docs/backend-system/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-dev-utils",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,7 +28,7 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "devDependencies": {
31
- "@backstage/cli": "^0.22.2"
31
+ "@backstage/cli": "^0.22.4"
32
32
  },
33
33
  "files": [
34
34
  "dist"