@backstage/plugin-scaffolder-backend-module-sentry 0.1.18-next.0 → 0.1.18-next.2

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,26 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-sentry
2
2
 
3
+ ## 0.1.18-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@0.6.10-next.2
10
+ - @backstage/plugin-scaffolder-node@0.3.0-next.2
11
+ - @backstage/config@1.1.1
12
+ - @backstage/errors@1.2.3
13
+
14
+ ## 0.1.18-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-plugin-api@0.6.10-next.1
20
+ - @backstage/plugin-scaffolder-node@0.3.0-next.1
21
+ - @backstage/config@1.1.1
22
+ - @backstage/errors@1.2.3
23
+
3
24
  ## 0.1.18-next.0
4
25
 
5
26
  ### Patch Changes
package/README.md CHANGED
@@ -12,7 +12,7 @@ You need to configure the action in your backend:
12
12
 
13
13
  ```bash
14
14
  # From your Backstage root directory
15
- yarn add --cwd packages/backend @backstage/plugin-scaffolder-backend-module-sentry
15
+ yarn --cwd packages/backend add @backstage/plugin-scaffolder-backend-module-sentry
16
16
  ```
17
17
 
18
18
  Configure the action (you can check
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-sentry",
3
- "version": "0.1.18-next.0",
3
+ "version": "0.1.18-next.2",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -34,15 +34,15 @@
34
34
  "postpack": "backstage-cli package postpack"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-plugin-api": "^0.6.10-next.0",
37
+ "@backstage/backend-plugin-api": "^0.6.10-next.2",
38
38
  "@backstage/config": "^1.1.1",
39
39
  "@backstage/errors": "^1.2.3",
40
- "@backstage/plugin-scaffolder-node": "^0.3.0-next.0",
40
+ "@backstage/plugin-scaffolder-node": "^0.3.0-next.2",
41
41
  "yaml": "^2.3.3"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/backend-test-utils": "^0.3.0-next.0",
45
- "@backstage/cli": "^0.25.2-next.0",
44
+ "@backstage/backend-test-utils": "^0.3.0-next.2",
45
+ "@backstage/cli": "^0.25.2-next.2",
46
46
  "@backstage/types": "^1.1.1",
47
47
  "msw": "^2.0.0"
48
48
  },