File tree Expand file tree Collapse file tree 5 files changed +28
-10
lines changed Expand file tree Collapse file tree 5 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 22 "solution" : {
33 "@glint/ember-tsc" : {
44 "impact" : " patch" ,
5- "oldVersion" : " 1.0.6 " ,
6- "newVersion" : " 1.0.7 " ,
5+ "oldVersion" : " 1.0.7 " ,
6+ "newVersion" : " 1.0.8 " ,
77 "tagName" : " latest" ,
88 "constraints" : [
99 {
1515 },
1616 "@glint/template" : {
1717 "impact" : " patch" ,
18- "oldVersion" : " 1.7.1 " ,
19- "newVersion" : " 1.7.2 " ,
18+ "oldVersion" : " 1.7.2 " ,
19+ "newVersion" : " 1.7.3 " ,
2020 "tagName" : " latest" ,
2121 "constraints" : [
2222 {
2828 },
2929 "@glint/tsserver-plugin" : {
3030 "impact" : " patch" ,
31- "oldVersion" : " 2.0.6 " ,
32- "newVersion" : " 2.0.7 " ,
31+ "oldVersion" : " 2.0.7 " ,
32+ "newVersion" : " 2.0.8 " ,
3333 "tagName" : " latest" ,
3434 "constraints" : [
3535 {
4646 "oldVersion" : " 0.0.1"
4747 }
4848 },
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 "
49+ "description" : " ## Release (2025-11-17 )\n\n * @glint/ember-tsc 1.0.8 (patch)\n * @glint/template 1.7.3 (patch)\n * @glint/tsserver-plugin 2.0.8 (patch)\n\n #### :bug: Bug Fix\n * `@glint/template`\n * [#1023 ](https://github.com/typed-ember/glint/pull/1023) Optimized computations ([@ijlee2](https://github.com/ijlee2)) \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: 2 \n - Alex Matchneer ([@machty ](https://github.com/machty)) \n - Isaac Lee ([@ijlee2](https://github.com/ijlee2) )\n "
5050}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-11-17)
4+
5+ * @glint/ember-tsc 1.0.8 (patch)
6+ * @glint/template 1.7.3 (patch)
7+ * @glint/tsserver-plugin 2.0.8 (patch)
8+
9+ #### :bug : Bug Fix
10+ * ` @glint/template `
11+ * [ #1023 ] ( https://github.com/typed-ember/glint/pull/1023 ) Optimized computations ([ @ijlee2 ] ( https://github.com/ijlee2 ) )
12+
13+ #### :memo : Documentation
14+ * [ #1019 ] ( https://github.com/typed-ember/glint/pull/1019 ) CONTRIBUTING: additional note about ember-tsc ([ @machty ] ( https://github.com/machty ) )
15+ * [ #1017 ] ( https://github.com/typed-ember/glint/pull/1017 ) CONTRIBUTING: add note about Volar Labs transformed files ([ @machty ] ( https://github.com/machty ) )
16+
17+ #### Committers: 2
18+ - Alex Matchneer ([ @machty ] ( https://github.com/machty ) )
19+ - Isaac Lee ([ @ijlee2 ] ( https://github.com/ijlee2 ) )
20+
321## Release (2025-10-31)
422
523* @glint/ember-tsc 1.0.7 (patch)
Original file line number Diff line number Diff line change 11{
22 "name" : " @glint/ember-tsc" ,
3- "version" : " 1.0.7 " ,
3+ "version" : " 1.0.8 " ,
44 "repository" : " typed-ember/glint" ,
55 "description" : " A CLI for performing typechecking on Glimmer templates" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @glint/template" ,
3- "version" : " 1.7.2 " ,
3+ "version" : " 1.7.3 " ,
44 "repository" : " typed-ember/glint" ,
55 "description" : " Type definitions to back typechecking for Glimmer templates" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @glint/tsserver-plugin" ,
3- "version" : " 2.0.7 " ,
3+ "version" : " 2.0.8 " ,
44 "type" : " commonjs" ,
55 "repository" : " typed-ember/glint" ,
66 "description" : " TypeScript Server Plugin for Glint" ,
You can’t perform that action at this time.
0 commit comments