ember-cli 6.8.0-alpha.3 → 6.8.0-alpha.4

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,22 @@
1
1
  # ember-cli Changelog
2
2
 
3
+ ## Release (2025-09-09)
4
+
5
+ * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.4 (patch)
6
+ * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.4 (patch)
7
+ * @ember-tooling/blueprint-blueprint 0.0.3 (patch)
8
+ * ember-cli 6.8.0-alpha.4 (patch)
9
+
10
+ #### :bug: Bug Fix
11
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
12
+ * [#10803](https://github.com/ember-cli/ember-cli/pull/10803) Add "ember-blueprint" to keywords in `package.json` for the classic blueprints ([@pichfl](https://github.com/pichfl))
13
+ * `@ember-tooling/classic-build-app-blueprint`
14
+ * [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15
+
16
+ #### Committers: 2
17
+ - Florian Pichler ([@pichfl](https://github.com/pichfl))
18
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
19
+
3
20
  ## Release (2025-09-05)
4
21
 
5
22
  * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.3 (patch)
@@ -3,7 +3,7 @@
3
3
  "logo": "https://ember-cli.com/assets/images/ember-cli-logo-small-dark.png",
4
4
  "name": "ember-cli",
5
5
  "description": "Command line tool for developing ambitious ember.js apps",
6
- "version": "6.8.0-alpha.3-master-5b57bf781a"
6
+ "version": "6.8.0-alpha.4-master-049d6da2cb"
7
7
  },
8
8
  "files": {
9
9
  "lib/broccoli/default-packager.js": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-cli",
3
- "version": "6.8.0-alpha.3",
3
+ "version": "6.8.0-alpha.4",
4
4
  "description": "Command line tool for developing ambitious ember.js apps",
5
5
  "keywords": [
6
6
  "app",
@@ -118,10 +118,10 @@
118
118
  "watch-detector": "^1.0.2",
119
119
  "workerpool": "^9.2.0",
120
120
  "yam": "^1.0.0",
121
+ "@ember-tooling/blueprint-blueprint": "0.0.3",
122
+ "@ember-tooling/classic-build-addon-blueprint": "6.8.0-alpha.4",
121
123
  "@ember-tooling/blueprint-model": "0.1.0",
122
- "@ember-tooling/blueprint-blueprint": "0.0.2",
123
- "@ember-tooling/classic-build-addon-blueprint": "6.8.0-alpha.3",
124
- "@ember-tooling/classic-build-app-blueprint": "6.8.0-alpha.3"
124
+ "@ember-tooling/classic-build-app-blueprint": "6.8.0-alpha.4"
125
125
  },
126
126
  "devDependencies": {
127
127
  "broccoli-plugin": "^4.0.3",
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-addon-blueprint",
3
- "version": "6.8.0-alpha.3",
3
+ "version": "6.8.0-alpha.4",
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
+ "keywords": [
10
+ "ember-blueprint"
11
+ ],
9
12
  "dependencies": {
10
13
  "@ember-tooling/blueprint-model": "workspace:*",
11
14
  "chalk": "^4.1.2",
@@ -1,4 +1,5 @@
1
- import Application from '@ember/application';
1
+ <% if (emberData) { %>import '@warp-drive/ember/install';
2
+ <% } %>import Application from '@ember/application';
2
3
  import Resolver from 'ember-resolver';
3
4
  import loadInitializers from 'ember-load-initializers';
4
5
  import config from '<%= modulePrefix %>/config/environment';
@@ -60,7 +60,7 @@
60
60
  "broccoli-asset-rev": "^3.0.0",
61
61
  "concurrently": "^9.2.0",
62
62
  "ember-auto-import": "^2.10.0",
63
- "ember-cli": "~6.8.0-alpha.3",
63
+ "ember-cli": "~6.8.0-alpha.4",
64
64
  "ember-cli-app-version": "^7.0.0",
65
65
  "ember-cli-babel": "^8.2.0",
66
66
  "ember-cli-clean-css": "^3.0.0",
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-app-blueprint",
3
- "version": "6.8.0-alpha.3",
3
+ "version": "6.8.0-alpha.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
7
7
  "directory": "packages/app-blueprint"
8
8
  },
9
+ "keywords": [
10
+ "ember-blueprint"
11
+ ],
9
12
  "dependencies": {
10
13
  "@ember-tooling/blueprint-model": "workspace:*",
11
14
  "chalk": "^4.1.2",
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "@ember-tooling/blueprint-blueprint",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
7
7
  "directory": "packages/blueprint-blueprint"
8
- }
8
+ },
9
+ "keywords": [
10
+ "ember-blueprint"
11
+ ]
9
12
  }