Skip to content

Commit 90bb542

Browse files
Merge pull request #1018 from typed-ember/release-preview
Prepare Release
2 parents 07406b3 + 5ceffec commit 90bb542

File tree

5 files changed

+28
-10
lines changed

5 files changed

+28
-10
lines changed

.release-plan.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"@glint/ember-tsc": {
44
"impact": "patch",
5-
"oldVersion": "1.0.6",
6-
"newVersion": "1.0.7",
5+
"oldVersion": "1.0.7",
6+
"newVersion": "1.0.8",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -15,8 +15,8 @@
1515
},
1616
"@glint/template": {
1717
"impact": "patch",
18-
"oldVersion": "1.7.1",
19-
"newVersion": "1.7.2",
18+
"oldVersion": "1.7.2",
19+
"newVersion": "1.7.3",
2020
"tagName": "latest",
2121
"constraints": [
2222
{
@@ -28,8 +28,8 @@
2828
},
2929
"@glint/tsserver-plugin": {
3030
"impact": "patch",
31-
"oldVersion": "2.0.6",
32-
"newVersion": "2.0.7",
31+
"oldVersion": "2.0.7",
32+
"newVersion": "2.0.8",
3333
"tagName": "latest",
3434
"constraints": [
3535
{
@@ -46,5 +46,5 @@
4646
"oldVersion": "0.0.1"
4747
}
4848
},
49-
"description": "## Release (2025-10-31)\n\n* @glint/ember-tsc 1.0.7 (patch)\n* @glint/template 1.7.2 (patch)\n* @glint/tsserver-plugin 2.0.7 (patch)\n\n#### :bug: Bug Fix\n* `@glint/template`\n * [#1013](https://github.com/typed-ember/glint/pull/1013) Changed GlobalSVGAttributes to extend GlobalHTMLAttributes instead of just GlobalAriaAttributes ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- [@johanrd](https://github.com/johanrd)\n"
49+
"description": "## Release (2025-11-17)\n\n* @glint/ember-tsc 1.0.8 (patch)\n* @glint/template 1.7.3 (patch)\n* @glint/tsserver-plugin 2.0.8 (patch)\n\n#### :bug: Bug Fix\n* `@glint/template`\n * [#1023](https://github.com/typed-ember/glint/pull/1023) Optimized computations ([@ijlee2](https://github.com/ijlee2))\n\n#### :memo: Documentation\n* [#1019](https://github.com/typed-ember/glint/pull/1019) CONTRIBUTING: additional note about ember-tsc ([@machty](https://github.com/machty))\n* [#1017](https://github.com/typed-ember/glint/pull/1017) CONTRIBUTING: add note about Volar Labs transformed files ([@machty](https://github.com/machty))\n\n#### Committers: 2\n- Alex Matchneer ([@machty](https://github.com/machty))\n- Isaac Lee ([@ijlee2](https://github.com/ijlee2))\n"
5050
}

CHANGELOG.md

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

3+
## Release (2025-11-17)
4+
5+
* @glint/ember-tsc 1.0.8 (patch)
6+
* @glint/template 1.7.3 (patch)
7+
* @glint/tsserver-plugin 2.0.8 (patch)
8+
9+
#### :bug: Bug Fix
10+
* `@glint/template`
11+
* [#1023](https://github.com/typed-ember/glint/pull/1023) Optimized computations ([@ijlee2](https://github.com/ijlee2))
12+
13+
#### :memo: Documentation
14+
* [#1019](https://github.com/typed-ember/glint/pull/1019) CONTRIBUTING: additional note about ember-tsc ([@machty](https://github.com/machty))
15+
* [#1017](https://github.com/typed-ember/glint/pull/1017) CONTRIBUTING: add note about Volar Labs transformed files ([@machty](https://github.com/machty))
16+
17+
#### Committers: 2
18+
- Alex Matchneer ([@machty](https://github.com/machty))
19+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
20+
321
## Release (2025-10-31)
422

523
* @glint/ember-tsc 1.0.7 (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/ember-tsc",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"repository": "typed-ember/glint",
55
"description": "A CLI for performing typechecking on Glimmer templates",
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.7.2",
3+
"version": "1.7.3",
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.7",
3+
"version": "2.0.8",
44
"type": "commonjs",
55
"repository": "typed-ember/glint",
66
"description": "TypeScript Server Plugin for Glint",

0 commit comments

Comments
 (0)