@ember/app-blueprint 6.8.0-beta.2 → 6.8.0-beta.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.
@@ -2,17 +2,17 @@
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
4
  "impact": "patch",
5
- "oldVersion": "6.8.0-beta.1",
6
- "newVersion": "6.8.0-beta.2",
5
+ "oldVersion": "6.8.0-beta.3",
6
+ "newVersion": "6.8.0-beta.4",
7
7
  "tagName": "beta",
8
8
  "constraints": [
9
9
  {
10
10
  "impact": "patch",
11
- "reason": "Appears in changelog section :house: Internal"
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-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"
17
+ "description": "## Release (2025-10-06)\n\n* @ember/app-blueprint 6.8.0-beta.4 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#88](https://github.com/ember-cli/ember-app-blueprint/pull/88) [bugfix beta] fix the use of ember test in the new blueprint ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
18
18
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## Release (2025-10-06)
4
+
5
+ * @ember/app-blueprint 6.8.0-beta.4 (patch)
6
+
7
+ #### :bug: Bug Fix
8
+ * `@ember/app-blueprint`
9
+ * [#88](https://github.com/ember-cli/ember-app-blueprint/pull/88) [bugfix beta] fix the use of ember test in the new blueprint ([@mansona](https://github.com/mansona))
10
+
11
+ #### Committers: 1
12
+ - Chris Manson ([@mansona](https://github.com/mansona))
13
+
14
+ ## Release (2025-10-03)
15
+
16
+ * @ember/app-blueprint 6.8.0-beta.3 (patch)
17
+
18
+ #### :bug: Bug Fix
19
+ * `@ember/app-blueprint`
20
+ * [#86](https://github.com/ember-cli/ember-app-blueprint/pull/86) [bugfix beta] update ember-cli to beta ([@mansona](https://github.com/mansona))
21
+
22
+ #### Committers: 1
23
+ - Chris Manson ([@mansona](https://github.com/mansona))
24
+
3
25
  ## Release (2025-09-29)
4
26
 
5
27
  * @ember/app-blueprint 6.8.0-beta.2 (patch)
@@ -24,7 +24,7 @@
24
24
  "lint:js:fix": "eslint . --fix<% if (typescript) { %>",
25
25
  "lint:types": "glint<% } %>",
26
26
  "start": "vite",
27
- "test": "vite build --mode development && testem ci"
27
+ "test": "vite build --mode development && ember test --path dist"
28
28
  },
29
29
  "exports": {
30
30
  "./tests/*": "./tests/*",
@@ -71,7 +71,7 @@
71
71
  "concurrently": "^9.2.1",
72
72
  "decorator-transforms": "^2.3.0",
73
73
  "ember-auto-import": "^2.10.0",
74
- "ember-cli": "^6.6.0",
74
+ "ember-cli": "~6.8.0-beta.2",
75
75
  "ember-cli-babel": "^8.2.0",
76
76
  "ember-cli-deprecation-workflow": "^3.4.0<% if (emberData) { %>",
77
77
  "ember-data": "~5.6.0<% } %>",
package/files/testem.cjs CHANGED
@@ -3,7 +3,6 @@
3
3
  if (typeof module !== 'undefined') {
4
4
  module.exports = {
5
5
  test_page: 'tests/index.html?hidepassed',
6
- cwd: 'dist',
7
6
  disable_watching: true,
8
7
  launch_in_ci: ['Chrome'],
9
8
  launch_in_dev: ['Chrome'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "6.8.0-beta.2",
3
+ "version": "6.8.0-beta.4",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"