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
18 changes: 7 additions & 11 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"solution": {
"@glint/ember-tsc": {
"impact": "patch",
"oldVersion": "1.1.1",
"newVersion": "1.1.2",
"oldVersion": "1.1.2",
"newVersion": "1.1.3",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/core/package.json"
Expand All @@ -17,15 +17,11 @@
"oldVersion": "1.7.4"
},
"@glint/tsserver-plugin": {
"impact": "minor",
"oldVersion": "2.1.1",
"newVersion": "2.2.0",
"impact": "patch",
"oldVersion": "2.2.0",
"newVersion": "2.2.1",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @glint/ember-tsc"
Expand All @@ -37,5 +33,5 @@
"oldVersion": "2.0.0"
}
},
"description": "## Release (2026-02-07)\n\n* @glint/ember-tsc 1.1.2 (patch)\n* @glint/tsserver-plugin 2.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@glint/tsserver-plugin`\n * [#1053](https://github.com/typed-ember/glint/pull/1053) Allow ember-tsc to be choosable from the VSCode UI in preparation for using the bundled version of ember-tsc for JS projects ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@glint/ember-tsc`\n * [#1054](https://github.com/typed-ember/glint/pull/1054) Add activation logging when starting up to the glint 2 output channel ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#1048](https://github.com/typed-ember/glint/pull/1048) Bump VSCode for glint2 @ 1.0.2 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2026-02-26)\n\n* @glint/ember-tsc 1.1.3 (patch)\n* @glint/tsserver-plugin 2.2.1 (patch)\n\n#### :house: Internal\n* `@glint/ember-tsc`\n * [#1059](https://github.com/typed-ember/glint/pull/1059) Cleanup core's language-server.ts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#1056](https://github.com/typed-ember/glint/pull/1056) Update meta for vscode package ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## Release (2026-02-26)

* @glint/ember-tsc 1.1.3 (patch)
* @glint/tsserver-plugin 2.2.1 (patch)

#### :house: Internal
* `@glint/ember-tsc`
* [#1059](https://github.com/typed-ember/glint/pull/1059) Cleanup core's language-server.ts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* Other
* [#1056](https://github.com/typed-ember/glint/pull/1056) Update meta for vscode package ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2026-02-07)

* @glint/ember-tsc 1.1.2 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/ember-tsc",
"version": "1.1.2",
"version": "1.1.3",
"repository": "typed-ember/glint",
"description": "A CLI for performing typechecking on Glimmer templates",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsserver-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/tsserver-plugin",
"version": "2.2.0",
"version": "2.2.1",
"type": "commonjs",
"repository": "typed-ember/glint",
"description": "TypeScript Server Plugin for Glint",
Expand Down