@ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.3 → 6.7.0-beta.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.
Files changed (2) hide show
  1. package/files/README.md +1 -1
  2. package/package.json +5 -5
package/files/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  - Ember.js v5.8 or above
8
8
  - Ember CLI v5.8 or above
9
- - Node.js v18 or above
9
+ - Node.js v20 or above
10
10
 
11
11
  ## Installation
12
12
 
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-addon-blueprint",
3
- "version": "6.7.0-alpha.3",
3
+ "version": "6.7.0-beta.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
7
7
  "directory": "packages/addon-blueprint"
8
8
  },
9
9
  "dependencies": {
10
+ "@ember-tooling/blueprint-model": "^0.0.2",
10
11
  "chalk": "^4.1.2",
11
12
  "ember-cli-normalize-entity-name": "^1.0.0",
12
13
  "ember-cli-string-utils": "^1.1.0",
@@ -14,15 +15,14 @@
14
15
  "lodash": "^4.17.21",
15
16
  "silent-error": "^1.1.1",
16
17
  "sort-package-json": "^2.12.0",
17
- "walk-sync": "^3.0.0",
18
- "@ember-tooling/blueprint-model": "0.0.2"
18
+ "walk-sync": "^3.0.0"
19
19
  },
20
20
  "release-plan": {
21
21
  "semverIncrementAs": {
22
22
  "minor": "prerelease",
23
23
  "patch": "prerelease"
24
24
  },
25
- "semverIncrementTag": "alpha",
26
- "publishTag": "alpha"
25
+ "semverIncrementTag": "beta",
26
+ "publishTag": "beta"
27
27
  }
28
28
  }