@ember/app-blueprint 6.8.0 → 6.8.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.
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
- "impact": "minor",
5
- "oldVersion": "6.7.2",
6
- "newVersion": "6.8.0",
4
+ "impact": "patch",
5
+ "oldVersion": "6.8.1",
6
+ "newVersion": "6.8.2",
7
7
  "tagName": "latest",
8
8
  "constraints": [
9
9
  {
10
- "impact": "minor",
11
- "reason": "Appears in changelog section :rocket: Enhancement"
10
+ "impact": "patch",
11
+ "reason": "Appears in changelog section :bug: Bug Fix"
12
12
  }
13
13
  ],
14
14
  "pkgJSONPath": "./package.json"
15
15
  }
16
16
  },
17
- "description": "## Release (2025-10-14)\n\n* @ember/app-blueprint 6.8.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#109](https://github.com/ember-cli/ember-app-blueprint/pull/109) Release 6.8 ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
17
+ "description": "## Release (2025-10-24)\n\n* @ember/app-blueprint 6.8.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#120](https://github.com/ember-cli/ember-app-blueprint/pull/120) [bugfix release] set node version in engines to >= 20 ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 1\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n"
18
18
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## Release (2025-10-24)
4
+
5
+ * @ember/app-blueprint 6.8.2 (patch)
6
+
7
+ #### :bug: Bug Fix
8
+ * `@ember/app-blueprint`
9
+ * [#120](https://github.com/ember-cli/ember-app-blueprint/pull/120) [bugfix release] set node version in engines to >= 20 ([@aklkv](https://github.com/aklkv))
10
+
11
+ #### Committers: 1
12
+ - Alexey Kulakov ([@aklkv](https://github.com/aklkv))
13
+
14
+ ## Release (2025-10-17)
15
+
16
+ * @ember/app-blueprint 6.8.1 (patch)
17
+
18
+ #### :bug: Bug Fix
19
+ * `@ember/app-blueprint`
20
+ * [#116](https://github.com/ember-cli/ember-app-blueprint/pull/116) [bugfix release] update ember-cli version to latest stable ([@mansona](https://github.com/mansona))
21
+
22
+ #### Committers: 1
23
+ - Chris Manson ([@mansona](https://github.com/mansona))
24
+
3
25
  ## Release (2025-10-14)
4
26
 
5
27
  * @ember/app-blueprint 6.8.0 (minor)
@@ -72,7 +72,7 @@
72
72
  "concurrently": "^9.2.1",
73
73
  "decorator-transforms": "^2.3.0",
74
74
  "ember-auto-import": "^2.11.1",
75
- "ember-cli": "~6.8.0-beta.3",
75
+ "ember-cli": "~6.8.0",
76
76
  "ember-cli-babel": "^8.2.0",
77
77
  "ember-cli-deprecation-workflow": "^3.4.0<% if (emberData) { %>",
78
78
  "ember-data": "~5.6.0<% } %>",
@@ -103,7 +103,7 @@
103
103
  "vite": "^7.1.9"
104
104
  },
105
105
  "engines": {
106
- "node": ">= 18"
106
+ "node": ">= 20"
107
107
  },
108
108
  "ember": {
109
109
  "edition": "octane"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "6.8.0",
3
+ "version": "6.8.2",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"