|
1 | 1 | { |
2 | 2 | "solution": { |
3 | 3 | "@glint/ember-tsc": { |
4 | | - "impact": "minor", |
5 | | - "oldVersion": "1.0.0-alpha.1", |
6 | | - "newVersion": "1.0.0", |
| 4 | + "impact": "patch", |
| 5 | + "oldVersion": "1.0.0", |
| 6 | + "newVersion": "1.0.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 | 11 | "reason": "Has dependency `workspace:*` on @glint/template" |
16 | 12 | }, |
17 | 13 | { |
18 | 14 | "impact": "patch", |
19 | | - "reason": "Appears in changelog section :house: Internal" |
| 15 | + "reason": "Appears in changelog section :memo: Documentation" |
20 | 16 | } |
21 | 17 | ], |
22 | 18 | "pkgJSONPath": "./packages/core/package.json" |
23 | 19 | }, |
24 | 20 | "@glint/template": { |
25 | | - "impact": "minor", |
26 | | - "oldVersion": "1.6.0-alpha.4", |
27 | | - "newVersion": "1.6.0", |
| 21 | + "impact": "patch", |
| 22 | + "oldVersion": "1.6.0", |
| 23 | + "newVersion": "1.6.1", |
28 | 24 | "tagName": "latest", |
29 | 25 | "constraints": [ |
30 | | - { |
31 | | - "impact": "minor", |
32 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
33 | | - }, |
34 | 26 | { |
35 | 27 | "impact": "patch", |
36 | | - "reason": "Appears in changelog section :house: Internal" |
| 28 | + "reason": "Appears in changelog section :bug: Bug Fix" |
37 | 29 | } |
38 | 30 | ], |
39 | 31 | "pkgJSONPath": "./packages/template/package.json" |
40 | 32 | }, |
41 | 33 | "@glint/tsserver-plugin": { |
42 | | - "impact": "minor", |
43 | | - "oldVersion": "2.0.0-alpha.12", |
44 | | - "newVersion": "2.0.0", |
| 34 | + "impact": "patch", |
| 35 | + "oldVersion": "2.0.0", |
| 36 | + "newVersion": "2.0.1", |
45 | 37 | "tagName": "latest", |
46 | 38 | "constraints": [ |
47 | 39 | { |
48 | 40 | "impact": "patch", |
49 | 41 | "reason": "Has dependency `workspace:*` on @glint/ember-tsc" |
50 | | - }, |
51 | | - { |
52 | | - "impact": "minor", |
53 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
54 | | - }, |
55 | | - { |
56 | | - "impact": "patch", |
57 | | - "reason": "Appears in changelog section :house: Internal" |
58 | 42 | } |
59 | 43 | ], |
60 | 44 | "pkgJSONPath": "./packages/tsserver-plugin/package.json" |
61 | 45 | }, |
62 | 46 | "@glint/type-test": { |
63 | | - "impact": "minor", |
64 | | - "oldVersion": "2.0.0-alpha.5", |
65 | | - "newVersion": "2.0.0", |
66 | | - "tagName": "latest", |
67 | | - "constraints": [ |
68 | | - { |
69 | | - "impact": "minor", |
70 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
71 | | - }, |
72 | | - { |
73 | | - "impact": "patch", |
74 | | - "reason": "Appears in changelog section :house: Internal" |
75 | | - } |
76 | | - ], |
77 | | - "pkgJSONPath": "./packages/type-test/package.json" |
| 47 | + "oldVersion": "2.0.0" |
78 | 48 | } |
79 | 49 | }, |
80 | | - "description": "## Release (2025-09-30)\n\n* @glint/ember-tsc 1.0.0 (minor)\n* @glint/template 1.6.0 (minor)\n* @glint/tsserver-plugin 2.0.0 (minor)\n* @glint/type-test 2.0.0 (minor)\n\n#### :rocket: Enhancement\n* `@glint/ember-tsc`, `@glint/template`, `@glint/tsserver-plugin`, `@glint/type-test`\n * [#979](https://github.com/typed-ember/glint/pull/979) Split out ember-tsc and Glint 2 extension for hybrid upgrade strategy ([@machty](https://github.com/machty))\n\n#### :house: Internal\n* `@glint/ember-tsc`, `@glint/template`, `@glint/tsserver-plugin`, `@glint/type-test`\n * [#981](https://github.com/typed-ember/glint/pull/981) release-plan: prep for v2 ([@machty](https://github.com/machty))\n\n#### Committers: 1\n- Alex Matchneer ([@machty](https://github.com/machty))\n" |
| 50 | + "description": "## Release (2025-10-01)\n\n* @glint/ember-tsc 1.0.1 (patch)\n* @glint/template 1.6.1 (patch)\n* @glint/tsserver-plugin 2.0.1 (patch)\n\n#### :bug: Bug Fix\n* `@glint/template`\n * [#986](https://github.com/typed-ember/glint/pull/986) Add missing \"xmlns\" attribut to SVGSVGElementAttributes ([@bartocc](https://github.com/bartocc))\n\n#### :memo: Documentation\n* Other\n * [#987](https://github.com/typed-ember/glint/pull/987) Listed ember-codemod-add-template-tags as a migration option ([@ijlee2](https://github.com/ijlee2))\n * [#982](https://github.com/typed-ember/glint/pull/982) Publish v2 docs ([@machty](https://github.com/machty))\n* `@glint/ember-tsc`\n * [#985](https://github.com/typed-ember/glint/pull/985) Typo in README.md ([@bartocc](https://github.com/bartocc))\n\n#### Committers: 3\n- Alex Matchneer ([@machty](https://github.com/machty))\n- Isaac Lee ([@ijlee2](https://github.com/ijlee2))\n- Julien Palmas ([@bartocc](https://github.com/bartocc))\n" |
81 | 51 | } |
0 commit comments