Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 4 additions & 34 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,13 @@
{
"solution": {
"@glint/ember-tsc": {
"impact": "patch",
"oldVersion": "1.0.6",
"newVersion": "1.0.7",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @glint/template"
}
],
"pkgJSONPath": "./packages/core/package.json"
"oldVersion": "1.0.7"
},
"@glint/template": {
"impact": "patch",
"oldVersion": "1.7.1",
"newVersion": "1.7.2",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/template/package.json"
"oldVersion": "1.7.2"
},
"@glint/tsserver-plugin": {
"impact": "patch",
"oldVersion": "2.0.6",
"newVersion": "2.0.7",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @glint/ember-tsc"
}
],
"pkgJSONPath": "./packages/tsserver-plugin/package.json"
"oldVersion": "2.0.7"
},
"@glint/type-test": {
"oldVersion": "2.0.0"
Expand All @@ -46,5 +16,5 @@
"oldVersion": "0.0.1"
}
},
"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"
"description": "## Release (2025-11-04)\n\n\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: 1\n- Alex Matchneer ([@machty](https://github.com/machty))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2025-11-04)



#### :memo: Documentation
* [#1019](https://github.com/typed-ember/glint/pull/1019) CONTRIBUTING: additional note about ember-tsc ([@machty](https://github.com/machty))
* [#1017](https://github.com/typed-ember/glint/pull/1017) CONTRIBUTING: add note about Volar Labs transformed files ([@machty](https://github.com/machty))

#### Committers: 1
- Alex Matchneer ([@machty](https://github.com/machty))

## Release (2025-10-31)

* @glint/ember-tsc 1.0.7 (patch)
Expand Down