Skip to content

Commit 1af30b6

Browse files
Merge pull request #1014 from typed-ember/release-preview
Prepare Release
2 parents 3f50b40 + 00f8c4d commit 1af30b6

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-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.5",
6-
"newVersion": "1.0.6",
5+
"oldVersion": "1.0.6",
6+
"newVersion": "1.0.7",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -15,8 +15,8 @@
1515
},
1616
"@glint/template": {
1717
"impact": "patch",
18-
"oldVersion": "1.7.0",
19-
"newVersion": "1.7.1",
18+
"oldVersion": "1.7.1",
19+
"newVersion": "1.7.2",
2020
"tagName": "latest",
2121
"constraints": [
2222
{
@@ -28,8 +28,8 @@
2828
},
2929
"@glint/tsserver-plugin": {
3030
"impact": "patch",
31-
"oldVersion": "2.0.5",
32-
"newVersion": "2.0.6",
31+
"oldVersion": "2.0.6",
32+
"newVersion": "2.0.7",
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.6 (patch)\n* @glint/template 1.7.1 (patch)\n* @glint/tsserver-plugin 2.0.6 (patch)\n\n#### :bug: Bug Fix\n* `@glint/template`\n * [#1011](https://github.com/typed-ember/glint/pull/1011) fix regression where ariaAttributes were lost from SVGSVGElementAttributes ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* [#1007](https://github.com/typed-ember/glint/pull/1007) Test Attributes extension the way a consumer would ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@johanrd](https://github.com/johanrd)\n"
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"
5050
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## Release (2025-10-31)
44

5+
* @glint/ember-tsc 1.0.7 (patch)
6+
* @glint/template 1.7.2 (patch)
7+
* @glint/tsserver-plugin 2.0.7 (patch)
8+
9+
#### :bug: Bug Fix
10+
* `@glint/template`
11+
* [#1013](https://github.com/typed-ember/glint/pull/1013) Changed GlobalSVGAttributes to extend GlobalHTMLAttributes instead of just GlobalAriaAttributes ([@johanrd](https://github.com/johanrd))
12+
13+
#### Committers: 1
14+
- [@johanrd](https://github.com/johanrd)
15+
16+
## Release (2025-10-31)
17+
518
* @glint/ember-tsc 1.0.6 (patch)
619
* @glint/template 1.7.1 (patch)
720
* @glint/tsserver-plugin 2.0.6 (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.6",
3+
"version": "1.0.7",
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.1",
3+
"version": "1.7.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.6",
3+
"version": "2.0.7",
44
"type": "commonjs",
55
"repository": "typed-ember/glint",
66
"description": "TypeScript Server Plugin for Glint",

0 commit comments

Comments
 (0)