Skip to content

Commit 99c644a

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent c503511 commit 99c644a

File tree

2 files changed

+14
-34
lines changed

2 files changed

+14
-34
lines changed

.release-plan.json

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,13 @@
11
{
22
"solution": {
33
"@glint/ember-tsc": {
4-
"impact": "patch",
5-
"oldVersion": "1.0.6",
6-
"newVersion": "1.0.7",
7-
"tagName": "latest",
8-
"constraints": [
9-
{
10-
"impact": "patch",
11-
"reason": "Has dependency `workspace:*` on @glint/template"
12-
}
13-
],
14-
"pkgJSONPath": "./packages/core/package.json"
4+
"oldVersion": "1.0.7"
155
},
166
"@glint/template": {
17-
"impact": "patch",
18-
"oldVersion": "1.7.1",
19-
"newVersion": "1.7.2",
20-
"tagName": "latest",
21-
"constraints": [
22-
{
23-
"impact": "patch",
24-
"reason": "Appears in changelog section :bug: Bug Fix"
25-
}
26-
],
27-
"pkgJSONPath": "./packages/template/package.json"
7+
"oldVersion": "1.7.2"
288
},
299
"@glint/tsserver-plugin": {
30-
"impact": "patch",
31-
"oldVersion": "2.0.6",
32-
"newVersion": "2.0.7",
33-
"tagName": "latest",
34-
"constraints": [
35-
{
36-
"impact": "patch",
37-
"reason": "Has dependency `workspace:*` on @glint/ember-tsc"
38-
}
39-
],
40-
"pkgJSONPath": "./packages/tsserver-plugin/package.json"
10+
"oldVersion": "2.0.7"
4111
},
4212
"@glint/type-test": {
4313
"oldVersion": "2.0.0"
@@ -46,5 +16,5 @@
4616
"oldVersion": "0.0.1"
4717
}
4818
},
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"
19+
"description": "## Release (2025-11-04)\n\n\n\n#### :memo: Documentation\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: 1\n- Alex Matchneer ([@machty](https://github.com/machty))\n"
5020
}

CHANGELOG.md

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

3+
## Release (2025-11-04)
4+
5+
6+
7+
#### :memo: Documentation
8+
* [#1017](https://github.com/typed-ember/glint/pull/1017) CONTRIBUTING: add note about Volar Labs transformed files ([@machty](https://github.com/machty))
9+
10+
#### Committers: 1
11+
- Alex Matchneer ([@machty](https://github.com/machty))
12+
313
## Release (2025-10-31)
414

515
* @glint/ember-tsc 1.0.7 (patch)

0 commit comments

Comments
 (0)