Skip to content

Commit d09756d

Browse files
Merge pull request #913 from typed-ember/release-preview
Prepare Release
2 parents b33e6b4 + 5572f24 commit d09756d

File tree

8 files changed

+50
-23
lines changed

8 files changed

+50
-23
lines changed

.release-plan.json

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,60 +2,64 @@
22
"solution": {
33
"@glint/core": {
44
"impact": "patch",
5-
"oldVersion": "2.0.0-alpha.1",
6-
"newVersion": "2.0.0-alpha.2",
5+
"oldVersion": "2.0.0-alpha.2",
6+
"newVersion": "2.0.0-alpha.3",
77
"tagName": "alpha",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1216
}
1317
],
1418
"pkgJSONPath": "./packages/core/package.json"
1519
},
1620
"@glint/environment-ember-loose": {
1721
"impact": "patch",
18-
"oldVersion": "2.0.0-alpha.1",
19-
"newVersion": "2.0.0-alpha.2",
22+
"oldVersion": "2.0.0-alpha.2",
23+
"newVersion": "2.0.0-alpha.3",
2024
"tagName": "alpha",
2125
"constraints": [
2226
{
2327
"impact": "patch",
24-
"reason": "Appears in changelog section :bug: Bug Fix"
28+
"reason": "Appears in changelog section :house: Internal"
2529
}
2630
],
2731
"pkgJSONPath": "./packages/environment-ember-loose/package.json"
2832
},
2933
"@glint/environment-ember-template-imports": {
3034
"impact": "patch",
31-
"oldVersion": "2.0.0-alpha.1",
32-
"newVersion": "2.0.0-alpha.2",
35+
"oldVersion": "2.0.0-alpha.2",
36+
"newVersion": "2.0.0-alpha.3",
3337
"tagName": "alpha",
3438
"constraints": [
3539
{
3640
"impact": "patch",
37-
"reason": "Appears in changelog section :bug: Bug Fix"
41+
"reason": "Appears in changelog section :house: Internal"
3842
}
3943
],
4044
"pkgJSONPath": "./packages/environment-ember-template-imports/package.json"
4145
},
4246
"@glint/template": {
4347
"impact": "patch",
44-
"oldVersion": "1.6.0-alpha.0",
45-
"newVersion": "1.6.0-alpha.1",
48+
"oldVersion": "1.6.0-alpha.1",
49+
"newVersion": "1.6.0-alpha.2",
4650
"tagName": "alpha",
4751
"constraints": [
4852
{
4953
"impact": "patch",
50-
"reason": "Appears in changelog section :bug: Bug Fix"
54+
"reason": "Appears in changelog section :house: Internal"
5155
}
5256
],
5357
"pkgJSONPath": "./packages/template/package.json"
5458
},
5559
"@glint/tsserver-plugin": {
5660
"impact": "patch",
57-
"oldVersion": "2.0.0-alpha.1",
58-
"newVersion": "2.0.0-alpha.2",
61+
"oldVersion": "2.0.0-alpha.2",
62+
"newVersion": "2.0.0-alpha.3",
5963
"tagName": "alpha",
6064
"constraints": [
6165
{
@@ -71,17 +75,17 @@
7175
},
7276
"@glint/type-test": {
7377
"impact": "patch",
74-
"oldVersion": "2.0.0-alpha.1",
75-
"newVersion": "2.0.0-alpha.2",
78+
"oldVersion": "2.0.0-alpha.2",
79+
"newVersion": "2.0.0-alpha.3",
7680
"tagName": "alpha",
7781
"constraints": [
7882
{
7983
"impact": "patch",
80-
"reason": "Appears in changelog section :bug: Bug Fix"
84+
"reason": "Appears in changelog section :house: Internal"
8185
}
8286
],
8387
"pkgJSONPath": "./packages/type-test/package.json"
8488
}
8589
},
86-
"description": "## Release (2025-06-17)\n\n* @glint/core 2.0.0-alpha.2 (patch)\n* @glint/environment-ember-loose 2.0.0-alpha.2 (patch)\n* @glint/environment-ember-template-imports 2.0.0-alpha.2 (patch)\n* @glint/template 1.6.0-alpha.1 (patch)\n* @glint/tsserver-plugin 2.0.0-alpha.2 (patch)\n* @glint/type-test 2.0.0-alpha.2 (patch)\n\n#### :bug: Bug Fix\n* `@glint/core`, `@glint/environment-ember-loose`, `@glint/environment-ember-template-imports`, `@glint/template`, `@glint/tsserver-plugin`, `@glint/type-test`\n * [#908](https://github.com/typed-ember/glint/pull/908) Fix build to prepare for re-releasing alphas ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
8791
}

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-07-15)
4+
5+
* @glint/core 2.0.0-alpha.3 (patch)
6+
* @glint/environment-ember-loose 2.0.0-alpha.3 (patch)
7+
* @glint/environment-ember-template-imports 2.0.0-alpha.3 (patch)
8+
* @glint/template 1.6.0-alpha.2 (patch)
9+
* @glint/tsserver-plugin 2.0.0-alpha.3 (patch)
10+
* @glint/type-test 2.0.0-alpha.3 (patch)
11+
12+
#### :bug: Bug Fix
13+
* `@glint/core`
14+
* [#910](https://github.com/typed-ember/glint/pull/910) Fix glimmer/syntax deprecation ([@ef4](https://github.com/ef4))
15+
* `@glint/core`, `@glint/tsserver-plugin`
16+
* [#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))
17+
18+
#### :house: Internal
19+
* `@glint/core`, `@glint/environment-ember-loose`, `@glint/environment-ember-template-imports`, `@glint/template`, `@glint/type-test`
20+
* [#914](https://github.com/typed-ember/glint/pull/914) Re-enable types tests ([@machty](https://github.com/machty))
21+
22+
#### Committers: 2
23+
- Alex Matchneer ([@machty](https://github.com/machty))
24+
- Edward Faulkner ([@ef4](https://github.com/ef4))
25+
326
## Release (2025-06-17)
427

528
* @glint/core 2.0.0-alpha.2 (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.2",
3+
"version": "2.0.0-alpha.3",
44
"repository": "typed-ember/glint",
55
"description": "A CLI for performing typechecking on Glimmer templates",
66
"license": "MIT",

packages/environment-ember-loose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glint/environment-ember-loose",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"repository": "typed-ember/glint",
55
"description": "A Glint environment to support loose-mode Ember.js projects",
66
"license": "MIT",

packages/environment-ember-template-imports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glint/environment-ember-template-imports",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"repository": "typed-ember/glint",
55
"description": "A Glint environment to support ember-template-imports projects",
66
"license": "MIT",

packages/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glint/template",
3-
"version": "1.6.0-alpha.1",
3+
"version": "1.6.0-alpha.2",
44
"repository": "typed-ember/glint",
55
"description": "Type definitions to back typechecking for 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.2",
3+
"version": "2.0.0-alpha.3",
44
"type": "commonjs",
55
"repository": "typed-ember/glint",
66
"description": "TypeScript Server Plugin for Glint",

packages/type-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glint/type-test",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"repository": "typed-ember/glint",
55
"description": "Tools for testing inferred types in Glint-enabled templates",
66
"license": "MIT",

0 commit comments

Comments
 (0)