File tree 8 files changed +18
-18
lines changed 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 25
25
"release-it-yarn-workspaces" : " ^1.4.0" ,
26
26
"typescript" : " ^3.9.5"
27
27
},
28
- "version" : " 0.1.2 "
28
+ "version" : " 0.2.0 "
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glint/cli" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"repository" : " typed-ember/glint" ,
5
5
"description" : " A CLI for performing typechecking on Glimmer templates" ,
6
6
"license" : " MIT" ,
20
20
"prepack" : " yarn build"
21
21
},
22
22
"dependencies" : {
23
- "@glint/config" : " ^0.1.2 " ,
24
- "@glint/transform" : " ^0.1.2 " ,
23
+ "@glint/config" : " ^0.2.0 " ,
24
+ "@glint/transform" : " ^0.2.0 " ,
25
25
"debug" : " ^4.1.1" ,
26
26
"resolve" : " ^1.17.0" ,
27
27
"yargs" : " ^15.3.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glint/config" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"repository" : " typed-ember/glint" ,
5
5
"description" : " Tools to read configuration for @glint packages" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glint/environment-glimmerx" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"repository" : " typed-ember/glint" ,
5
5
"description" : " A Glint environment to support GlimmerX projects" ,
6
6
"license" : " MIT" ,
21
21
" types/"
22
22
],
23
23
"dependencies" : {
24
- "@glint/config" : " ^0.1.2 " ,
25
- "@glint/template" : " ^0.1.2 "
24
+ "@glint/config" : " ^0.2.0 " ,
25
+ "@glint/template" : " ^0.2.0 "
26
26
},
27
27
"devDependencies" : {
28
28
"expect-type" : " 0.7.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glint/template" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"repository" : " typed-ember/glint" ,
5
5
"description" : " Type definitions to back typechecking for Glimmer templates" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glint/transform" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"repository" : " typed-ember/glint" ,
5
5
"description" : " Transforms Glimmer templates into TypeScript code that approximates their semantics" ,
6
6
"license" : " MIT" ,
22
22
"@babel/plugin-proposal-decorators" : " 7.8.3" ,
23
23
"@babel/preset-typescript" : " ^7.9.0" ,
24
24
"@glimmer/syntax" : " ^0.54.0" ,
25
- "@glint/config" : " ^0.1.2 " ,
25
+ "@glint/config" : " ^0.2.0 " ,
26
26
"debug" : " ^4.1.1"
27
27
},
28
28
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glint/tsserver-plugin" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"repository" : " typed-ember/glint" ,
5
5
"description" : " A TypeScript language service plugin to provide typechecking and editor support for working with Glimmer templates" ,
6
6
"license" : " MIT" ,
18
18
"prepack" : " yarn build"
19
19
},
20
20
"dependencies" : {
21
- "@glint/config" : " ^0.1.2 " ,
22
- "@glint/transform" : " ^0.1.2 "
21
+ "@glint/config" : " ^0.2.0 " ,
22
+ "@glint/transform" : " ^0.2.0 "
23
23
},
24
24
"devDependencies" : {
25
25
"@types/jest" : " ^25.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo-app" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " A brand new Glimmer app." ,
5
5
"directories" : {
6
6
"doc" : " doc" ,
31
31
"@glimmerx/helper" : " ^0.2.3" ,
32
32
"@glimmerx/modifier" : " ^0.2.3" ,
33
33
"@glimmerx/service" : " ^0.2.3" ,
34
- "@glint/cli" : " ^0.1.2 " ,
35
- "@glint/environment-glimmerx" : " ^0.1.2 " ,
36
- "@glint/tsserver-plugin" : " ^0.1.2 " ,
34
+ "@glint/cli" : " ^0.2.0 " ,
35
+ "@glint/environment-glimmerx" : " ^0.2.0 " ,
36
+ "@glint/tsserver-plugin" : " ^0.2.0 " ,
37
37
"@types/qunit" : " ^2.9.1" ,
38
38
"@typescript-eslint/eslint-plugin" : " ^2.26.0" ,
39
39
"@typescript-eslint/parser" : " ^2.26.0" ,
You can’t perform that action at this time.
0 commit comments