@ember/app-blueprint 6.8.0-beta.1 → 6.8.0-beta.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,15 +1,11 @@
1
1
  {
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
- "impact": "minor",
5
- "oldVersion": "6.8.0-beta.0",
6
- "newVersion": "6.8.0-beta.1",
4
+ "impact": "patch",
5
+ "oldVersion": "6.8.0-beta.1",
6
+ "newVersion": "6.8.0-beta.2",
7
7
  "tagName": "beta",
8
8
  "constraints": [
9
- {
10
- "impact": "minor",
11
- "reason": "Appears in changelog section :rocket: Enhancement"
12
- },
13
9
  {
14
10
  "impact": "patch",
15
11
  "reason": "Appears in changelog section :house: Internal"
@@ -18,5 +14,5 @@
18
14
  "pkgJSONPath": "./package.json"
19
15
  }
20
16
  },
21
- "description": "## Release (2025-09-05)\n\n* @ember/app-blueprint 6.8.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#73](https://github.com/ember-cli/ember-app-blueprint/pull/73) Prepare 6.8 beta ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#75](https://github.com/ember-cli/ember-app-blueprint/pull/75) update the beta version ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
17
+ "description": "## Release (2025-09-29)\n\n* @ember/app-blueprint 6.8.0-beta.2 (patch)\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#83](https://github.com/ember-cli/ember-app-blueprint/pull/83) update ember source to latest beta ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
22
18
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## Release (2025-09-29)
4
+
5
+ * @ember/app-blueprint 6.8.0-beta.2 (patch)
6
+
7
+ #### :house: Internal
8
+ * `@ember/app-blueprint`
9
+ * [#83](https://github.com/ember-cli/ember-app-blueprint/pull/83) update ember source to latest beta ([@mansona](https://github.com/mansona))
10
+
11
+ #### Committers: 1
12
+ - Chris Manson ([@mansona](https://github.com/mansona))
13
+
3
14
  ## Release (2025-09-05)
4
15
 
5
16
  * @ember/app-blueprint 6.8.0-beta.1 (minor)
@@ -80,7 +80,7 @@
80
80
  "ember-page-title": "^9.0.3",
81
81
  "ember-qunit": "^9.0.3",
82
82
  "ember-resolver": "^13.1.1",
83
- "ember-source": "~6.8.0-beta.1",
83
+ "ember-source": "~6.8.0-beta.4",
84
84
  "ember-template-lint": "^7.9.3<% if (welcome) { %>",
85
85
  "ember-welcome-page": "^7.0.2<% } %>",
86
86
  "eslint": "^9.34.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "6.8.0-beta.1",
3
+ "version": "6.8.0-beta.2",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"