@ember/app-blueprint 6.11.0-alpha.2 → 6.11.0-alpha.3

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,8 +2,8 @@
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
4
  "impact": "patch",
5
- "oldVersion": "6.11.0-alpha.1",
6
- "newVersion": "6.11.0-alpha.2",
5
+ "oldVersion": "6.11.0-alpha.2",
6
+ "newVersion": "6.11.0-alpha.3",
7
7
  "tagName": "alpha",
8
8
  "constraints": [
9
9
  {
@@ -18,5 +18,5 @@
18
18
  "pkgJSONPath": "./package.json"
19
19
  }
20
20
  },
21
- "description": "## Release (2026-01-12)\n\n* @ember/app-blueprint 6.11.0-alpha.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#176](https://github.com/ember-cli/ember-app-blueprint/pull/176) [bugfix beta] fix warp-drive dependencies to use a tilde `~` ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#178](https://github.com/ember-cli/ember-app-blueprint/pull/178) Merge beta into main ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
21
+ "description": "## Release (2026-01-12)\n\n* @ember/app-blueprint 6.11.0-alpha.3 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#180](https://github.com/ember-cli/ember-app-blueprint/pull/180) [bugfix beta] don't turn warp-drive linksMode on by default for now ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#182](https://github.com/ember-cli/ember-app-blueprint/pull/182) Merge beta into main ([@mansona](https://github.com/mansona))\n * [#177](https://github.com/ember-cli/ember-app-blueprint/pull/177) Prepare Beta Release v6.10.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
22
22
  }
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  ## Release (2026-01-12)
4
4
 
5
+ * @ember/app-blueprint 6.11.0-alpha.3 (patch)
6
+
7
+ #### :bug: Bug Fix
8
+ * `@ember/app-blueprint`
9
+ * [#180](https://github.com/ember-cli/ember-app-blueprint/pull/180) [bugfix beta] don't turn warp-drive linksMode on by default for now ([@mansona](https://github.com/mansona))
10
+
11
+ #### :house: Internal
12
+ * `@ember/app-blueprint`
13
+ * [#182](https://github.com/ember-cli/ember-app-blueprint/pull/182) Merge beta into main ([@mansona](https://github.com/mansona))
14
+ * [#177](https://github.com/ember-cli/ember-app-blueprint/pull/177) Prepare Beta Release v6.10.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
15
+
16
+ #### Committers: 2
17
+ - Chris Manson ([@mansona](https://github.com/mansona))
18
+ - [@github-actions[bot]](https://github.com/apps/github-actions)
19
+
20
+ ## Release (2026-01-12)
21
+
5
22
  * @ember/app-blueprint 6.11.0-alpha.2 (patch)
6
23
 
7
24
  #### :bug: Bug Fix
@@ -2,7 +2,7 @@ import { useLegacyStore } from '@warp-drive/legacy';
2
2
  import { JSONAPICache } from '@warp-drive/json-api';
3
3
 
4
4
  const Store = useLegacyStore({
5
- linksMode: true,
5
+ linksMode: false,
6
6
  cache: JSONAPICache,
7
7
  handlers: [
8
8
  // -- your handlers here
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "6.11.0-alpha.2",
3
+ "version": "6.11.0-alpha.3",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"