|
1 | 1 | { |
2 | 2 | "solution": { |
3 | 3 | "@glint/core": { |
4 | | - "impact": "patch", |
5 | | - "oldVersion": "2.0.0-alpha.2", |
6 | | - "newVersion": "2.0.0-alpha.3", |
| 4 | + "impact": "minor", |
| 5 | + "oldVersion": "2.0.0-alpha.3", |
| 6 | + "newVersion": "2.0.0-alpha.4", |
7 | 7 | "tagName": "alpha", |
8 | 8 | "constraints": [ |
9 | 9 | { |
10 | | - "impact": "patch", |
11 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
| 10 | + "impact": "minor", |
| 11 | + "reason": "Appears in changelog section :rocket: Enhancement" |
12 | 12 | }, |
13 | 13 | { |
14 | 14 | "impact": "patch", |
15 | | - "reason": "Appears in changelog section :house: Internal" |
| 15 | + "reason": "Appears in changelog section :bug: Bug Fix" |
16 | 16 | } |
17 | 17 | ], |
18 | 18 | "pkgJSONPath": "./packages/core/package.json" |
19 | 19 | }, |
20 | 20 | "@glint/environment-ember-loose": { |
21 | | - "impact": "patch", |
22 | | - "oldVersion": "2.0.0-alpha.2", |
23 | | - "newVersion": "2.0.0-alpha.3", |
24 | | - "tagName": "alpha", |
25 | | - "constraints": [ |
26 | | - { |
27 | | - "impact": "patch", |
28 | | - "reason": "Appears in changelog section :house: Internal" |
29 | | - } |
30 | | - ], |
31 | | - "pkgJSONPath": "./packages/environment-ember-loose/package.json" |
| 21 | + "oldVersion": "2.0.0-alpha.3" |
32 | 22 | }, |
33 | 23 | "@glint/environment-ember-template-imports": { |
34 | | - "impact": "patch", |
35 | | - "oldVersion": "2.0.0-alpha.2", |
36 | | - "newVersion": "2.0.0-alpha.3", |
37 | | - "tagName": "alpha", |
38 | | - "constraints": [ |
39 | | - { |
40 | | - "impact": "patch", |
41 | | - "reason": "Appears in changelog section :house: Internal" |
42 | | - } |
43 | | - ], |
44 | | - "pkgJSONPath": "./packages/environment-ember-template-imports/package.json" |
| 24 | + "oldVersion": "2.0.0-alpha.3" |
45 | 25 | }, |
46 | 26 | "@glint/template": { |
47 | | - "impact": "patch", |
48 | | - "oldVersion": "1.6.0-alpha.1", |
49 | | - "newVersion": "1.6.0-alpha.2", |
50 | | - "tagName": "alpha", |
51 | | - "constraints": [ |
52 | | - { |
53 | | - "impact": "patch", |
54 | | - "reason": "Appears in changelog section :house: Internal" |
55 | | - } |
56 | | - ], |
57 | | - "pkgJSONPath": "./packages/template/package.json" |
| 27 | + "oldVersion": "1.6.0-alpha.2" |
58 | 28 | }, |
59 | 29 | "@glint/tsserver-plugin": { |
60 | | - "impact": "patch", |
61 | | - "oldVersion": "2.0.0-alpha.2", |
62 | | - "newVersion": "2.0.0-alpha.3", |
| 30 | + "impact": "minor", |
| 31 | + "oldVersion": "2.0.0-alpha.3", |
| 32 | + "newVersion": "2.0.0-alpha.4", |
63 | 33 | "tagName": "alpha", |
64 | 34 | "constraints": [ |
65 | 35 | { |
66 | 36 | "impact": "patch", |
67 | 37 | "reason": "Has dependency `workspace:*` on @glint/core" |
68 | 38 | }, |
69 | 39 | { |
70 | | - "impact": "patch", |
71 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
| 40 | + "impact": "minor", |
| 41 | + "reason": "Appears in changelog section :rocket: Enhancement" |
72 | 42 | } |
73 | 43 | ], |
74 | 44 | "pkgJSONPath": "./packages/tsserver-plugin/package.json" |
75 | 45 | }, |
76 | 46 | "@glint/type-test": { |
77 | | - "impact": "patch", |
78 | | - "oldVersion": "2.0.0-alpha.2", |
79 | | - "newVersion": "2.0.0-alpha.3", |
80 | | - "tagName": "alpha", |
81 | | - "constraints": [ |
82 | | - { |
83 | | - "impact": "patch", |
84 | | - "reason": "Appears in changelog section :house: Internal" |
85 | | - } |
86 | | - ], |
87 | | - "pkgJSONPath": "./packages/type-test/package.json" |
| 47 | + "oldVersion": "2.0.0-alpha.3" |
88 | 48 | } |
89 | 49 | }, |
90 | | - "description": "## Release (2025-07-15)\n\n* @glint/core 2.0.0-alpha.3 (patch)\n* @glint/environment-ember-loose 2.0.0-alpha.3 (patch)\n* @glint/environment-ember-template-imports 2.0.0-alpha.3 (patch)\n* @glint/template 1.6.0-alpha.2 (patch)\n* @glint/tsserver-plugin 2.0.0-alpha.3 (patch)\n* @glint/type-test 2.0.0-alpha.3 (patch)\n\n#### :bug: Bug Fix\n* `@glint/core`\n * [#910](https://github.com/typed-ember/glint/pull/910) Fix glimmer/syntax deprecation ([@ef4](https://github.com/ef4))\n* `@glint/core`, `@glint/tsserver-plugin`\n * [#912](https://github.com/typed-ember/glint/pull/912) Reinstate directives in a way that works with tsc (glint binary) ([@machty](https://github.com/machty))\n\n#### :house: Internal\n* `@glint/core`, `@glint/environment-ember-loose`, `@glint/environment-ember-template-imports`, `@glint/template`, `@glint/type-test`\n * [#914](https://github.com/typed-ember/glint/pull/914) Re-enable types tests ([@machty](https://github.com/machty))\n\n#### Committers: 2\n- Alex Matchneer ([@machty](https://github.com/machty))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" |
| 50 | + "description": "## Release (2025-08-13)\n\n* @glint/core 2.0.0-alpha.4 (minor)\n* @glint/tsserver-plugin 2.0.0-alpha.4 (minor)\n\n#### :rocket: Enhancement\n* `@glint/core`\n * [#932](https://github.com/typed-ember/glint/pull/932) More precise diagnostics for parse/compiler errors ([@machty](https://github.com/machty))\n* `@glint/core`, `@glint/tsserver-plugin`\n * [#931](https://github.com/typed-ember/glint/pull/931) Raise diagnostic errors due to syntax errors in .gts/.gjs template tags ([@machty](https://github.com/machty))\n\n#### :bug: Bug Fix\n* `@glint/core`\n * [#928](https://github.com/typed-ember/glint/pull/928) Fix diagnostics for modifiers and other cases ([@machty](https://github.com/machty))\n * [#927](https://github.com/typed-ember/glint/pull/927) Fix broken directives that reference suppressed attr name ([@machty](https://github.com/machty))\n\n#### :house: Internal\n* [#925](https://github.com/typed-ember/glint/pull/925) Reinstate a fixed test, rm unsupported .hbs test ([@machty](https://github.com/machty))\n* [#923](https://github.com/typed-ember/glint/pull/923) rm old Pods components ([@machty](https://github.com/machty))\n\n#### Committers: 1\n- Alex Matchneer ([@machty](https://github.com/machty))\n" |
91 | 51 | } |
0 commit comments