Skip to content

Commit bd76fd7

Browse files
Merge pull request #924 from typed-ember/release-preview
Prepare Release
2 parents bbbd81c + 6416b15 commit bd76fd7

File tree

4 files changed

+41
-58
lines changed

4 files changed

+41
-58
lines changed

.release-plan.json

Lines changed: 16 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,51 @@
11
{
22
"solution": {
33
"@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",
77
"tagName": "alpha",
88
"constraints": [
99
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
1212
},
1313
{
1414
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
15+
"reason": "Appears in changelog section :bug: Bug Fix"
1616
}
1717
],
1818
"pkgJSONPath": "./packages/core/package.json"
1919
},
2020
"@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"
3222
},
3323
"@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"
4525
},
4626
"@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"
5828
},
5929
"@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",
6333
"tagName": "alpha",
6434
"constraints": [
6535
{
6636
"impact": "patch",
6737
"reason": "Has dependency `workspace:*` on @glint/core"
6838
},
6939
{
70-
"impact": "patch",
71-
"reason": "Appears in changelog section :bug: Bug Fix"
40+
"impact": "minor",
41+
"reason": "Appears in changelog section :rocket: Enhancement"
7242
}
7343
],
7444
"pkgJSONPath": "./packages/tsserver-plugin/package.json"
7545
},
7646
"@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"
8848
}
8949
},
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"
9151
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## Release (2025-08-13)
4+
5+
* @glint/core 2.0.0-alpha.4 (minor)
6+
* @glint/tsserver-plugin 2.0.0-alpha.4 (minor)
7+
8+
#### :rocket: Enhancement
9+
* `@glint/core`
10+
* [#932](https://github.com/typed-ember/glint/pull/932) More precise diagnostics for parse/compiler errors ([@machty](https://github.com/machty))
11+
* `@glint/core`, `@glint/tsserver-plugin`
12+
* [#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))
13+
14+
#### :bug: Bug Fix
15+
* `@glint/core`
16+
* [#928](https://github.com/typed-ember/glint/pull/928) Fix diagnostics for modifiers and other cases ([@machty](https://github.com/machty))
17+
* [#927](https://github.com/typed-ember/glint/pull/927) Fix broken directives that reference suppressed attr name ([@machty](https://github.com/machty))
18+
19+
#### :house: Internal
20+
* [#925](https://github.com/typed-ember/glint/pull/925) Reinstate a fixed test, rm unsupported .hbs test ([@machty](https://github.com/machty))
21+
* [#923](https://github.com/typed-ember/glint/pull/923) rm old Pods components ([@machty](https://github.com/machty))
22+
23+
#### Committers: 1
24+
- Alex Matchneer ([@machty](https://github.com/machty))
25+
326
## Release (2025-07-15)
427

528
* @glint/core 2.0.0-alpha.3 (patch)

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glint/core",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"repository": "typed-ember/glint",
55
"description": "A CLI for performing typechecking on Glimmer templates",
66
"license": "MIT",

packages/tsserver-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glint/tsserver-plugin",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"type": "commonjs",
55
"repository": "typed-ember/glint",
66
"description": "TypeScript Server Plugin for Glint",

0 commit comments

Comments
 (0)