ember-cli 6.7.0 → 6.7.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,32 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
+
## Release (2025-10-08)
|
|
4
|
+
|
|
5
|
+
* ember-cli 6.7.2 (patch)
|
|
6
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.1 (patch)
|
|
7
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.2 (patch)
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fix
|
|
10
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
11
|
+
* [#10838](https://github.com/ember-cli/ember-cli/pull/10838) Add package license metadata to match repository ([@davidtaylorhq](https://github.com/davidtaylorhq))
|
|
12
|
+
|
|
13
|
+
#### Committers: 1
|
|
14
|
+
- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
|
|
15
|
+
|
|
16
|
+
## Release (2025-10-06)
|
|
17
|
+
|
|
18
|
+
* ember-cli 6.7.1 (patch)
|
|
19
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.1 (patch)
|
|
20
|
+
|
|
21
|
+
#### :bug: Bug Fix
|
|
22
|
+
* `ember-cli`
|
|
23
|
+
* [#10834](https://github.com/ember-cli/ember-cli/pull/10834) [bugfix release] Fix tests using wrong versions ([@mansona](https://github.com/mansona))
|
|
24
|
+
* `@ember-tooling/classic-build-app-blueprint`
|
|
25
|
+
* [#10824](https://github.com/ember-cli/ember-cli/pull/10824) [bugfix release] fix app-blueprint being considered a blueprint ([@mansona](https://github.com/mansona))
|
|
26
|
+
|
|
27
|
+
#### Committers: 1
|
|
28
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
29
|
+
|
|
3
30
|
## Release (2025-09-06)
|
|
4
31
|
|
|
5
32
|
* ember-cli 6.7.0 (minor)
|
package/docs/build/data.json
CHANGED
|
@@ -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.7.
|
|
6
|
+
"version": "6.7.2-release-dd4f3ca55c"
|
|
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.7.
|
|
3
|
+
"version": "6.7.2",
|
|
4
4
|
"description": "Command line tool for developing ambitious ember.js apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
"watch-detector": "^1.0.2",
|
|
112
112
|
"workerpool": "^9.2.0",
|
|
113
113
|
"yam": "^1.0.0",
|
|
114
|
-
"@ember-tooling/classic-build-addon-blueprint": "6.7.
|
|
115
|
-
"@ember-tooling/classic-build-app-blueprint": "6.7.
|
|
114
|
+
"@ember-tooling/classic-build-addon-blueprint": "6.7.1",
|
|
115
|
+
"@ember-tooling/classic-build-app-blueprint": "6.7.2"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@octokit/rest": "^19.0.7",
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-tooling/classic-build-addon-blueprint",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.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
|
+
"license": "MIT",
|
|
10
|
+
"keywords": [
|
|
11
|
+
"ember-blueprint"
|
|
12
|
+
],
|
|
9
13
|
"dependencies": {
|
|
10
14
|
"@ember-tooling/blueprint-model": "^0.0.2",
|
|
11
15
|
"chalk": "^4.1.2",
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-tooling/classic-build-app-blueprint",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.2",
|
|
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
|
+
"license": "MIT",
|
|
10
|
+
"keywords": [
|
|
11
|
+
"ember-blueprint"
|
|
12
|
+
],
|
|
9
13
|
"dependencies": {
|
|
10
14
|
"@ember-tooling/blueprint-model": "^0.0.2",
|
|
11
15
|
"chalk": "^4.1.2",
|