@ember/app-blueprint 0.1.0 → 0.1.1

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,22 +1,18 @@
1
1
  {
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
- "impact": "minor",
5
- "oldVersion": "0.0.0",
6
- "newVersion": "0.1.0",
4
+ "impact": "patch",
5
+ "oldVersion": "0.1.0",
6
+ "newVersion": "0.1.1",
7
7
  "tagName": "latest",
8
8
  "constraints": [
9
- {
10
- "impact": "minor",
11
- "reason": "Appears in changelog section :rocket: Enhancement"
12
- },
13
9
  {
14
10
  "impact": "patch",
15
- "reason": "Appears in changelog section :house: Internal"
11
+ "reason": "Appears in changelog section :bug: Bug Fix"
16
12
  }
17
13
  ],
18
14
  "pkgJSONPath": "./package.json"
19
15
  }
20
16
  },
21
- "description": "## Release (2025-04-25)\n\n* @ember/app-blueprint 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#3](https://github.com/ember-cli/ember-app-blueprint/pull/3) Import the app blueprint from ember-cli and @embroider/app-blueprint ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#6](https://github.com/ember-cli/ember-app-blueprint/pull/6) fix repo url ([@mansona](https://github.com/mansona))\n * [#4](https://github.com/ember-cli/ember-app-blueprint/pull/4) set up release plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
17
+ "description": "## Release (2025-05-08)\n\n* @ember/app-blueprint 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#10](https://github.com/ember-cli/ember-app-blueprint/pull/10) Add @ember/test-waiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#7](https://github.com/ember-cli/ember-app-blueprint/pull/7) Remove @glimmer/tracking ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
22
18
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## Release (2025-05-08)
4
+
5
+ * @ember/app-blueprint 0.1.1 (patch)
6
+
7
+ #### :bug: Bug Fix
8
+ * `@ember/app-blueprint`
9
+ * [#10](https://github.com/ember-cli/ember-app-blueprint/pull/10) Add @ember/test-waiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10
+ * [#7](https://github.com/ember-cli/ember-app-blueprint/pull/7) Remove @glimmer/tracking ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11
+
12
+ #### Committers: 1
13
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
14
+
3
15
  ## Release (2025-04-25)
4
16
 
5
17
  * @ember/app-blueprint 0.1.0 (minor)
@@ -51,6 +51,7 @@
51
51
  "@ember/optional-features": "^2.2.0",
52
52
  "@ember/string": "^4.0.0",
53
53
  "@ember/test-helpers": "^5.1.0",
54
+ "@ember/test-waiters": "^4.1.0",
54
55
  "@embroider/macros": "^1.16.12",
55
56
  "@embroider/core": "^4.0.0-alpha.0",
56
57
  "@embroider/vite": "^1.0.0-alpha.0",
@@ -58,8 +59,7 @@
58
59
  "@embroider/router": "^3.0.1",
59
60
  "@embroider/config-meta-loader": "^1.0.0-alpha.0",
60
61
  "@eslint/js": "^9.23.0",
61
- "@glimmer/component": "^2.0.0",
62
- "@glimmer/tracking": "^1.1.2<% if (typescript) { %>",
62
+ "@glimmer/component": "^2.0.0<% if (typescript) { %>",
63
63
  "@glint/core": "^1.5.2",
64
64
  "@glint/environment-ember-loose": "^1.5.2",
65
65
  "@glint/environment-ember-template-imports": "^1.5.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"