You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .release-plan.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
"solution": {
3
3
"@glint/ember-tsc": {
4
4
"impact": "patch",
5
-
"oldVersion": "1.0.5",
6
-
"newVersion": "1.0.6",
5
+
"oldVersion": "1.0.6",
6
+
"newVersion": "1.0.7",
7
7
"tagName": "latest",
8
8
"constraints": [
9
9
{
@@ -15,8 +15,8 @@
15
15
},
16
16
"@glint/template": {
17
17
"impact": "patch",
18
-
"oldVersion": "1.7.0",
19
-
"newVersion": "1.7.1",
18
+
"oldVersion": "1.7.1",
19
+
"newVersion": "1.7.2",
20
20
"tagName": "latest",
21
21
"constraints": [
22
22
{
@@ -28,8 +28,8 @@
28
28
},
29
29
"@glint/tsserver-plugin": {
30
30
"impact": "patch",
31
-
"oldVersion": "2.0.5",
32
-
"newVersion": "2.0.6",
31
+
"oldVersion": "2.0.6",
32
+
"newVersion": "2.0.7",
33
33
"tagName": "latest",
34
34
"constraints": [
35
35
{
@@ -46,5 +46,5 @@
46
46
"oldVersion": "0.0.1"
47
47
}
48
48
},
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"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
## Release (2025-10-31)
4
4
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))
0 commit comments