Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman committed Aug 2, 2020
1 parent 09fbb5c commit 8cbc291
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"release-it-yarn-workspaces": "^1.4.0",
"typescript": "^3.9.5"
},
"version": "0.1.2"
"version": "0.2.0"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/cli",
"version": "0.1.2",
"version": "0.2.0",
"repository": "typed-ember/glint",
"description": "A CLI for performing typechecking on Glimmer templates",
"license": "MIT",
Expand All @@ -20,8 +20,8 @@
"prepack": "yarn build"
},
"dependencies": {
"@glint/config": "^0.1.2",
"@glint/transform": "^0.1.2",
"@glint/config": "^0.2.0",
"@glint/transform": "^0.2.0",
"debug": "^4.1.1",
"resolve": "^1.17.0",
"yargs": "^15.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/config",
"version": "0.1.2",
"version": "0.2.0",
"repository": "typed-ember/glint",
"description": "Tools to read configuration for @glint packages",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/environment-glimmerx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/environment-glimmerx",
"version": "0.1.2",
"version": "0.2.0",
"repository": "typed-ember/glint",
"description": "A Glint environment to support GlimmerX projects",
"license": "MIT",
Expand All @@ -21,8 +21,8 @@
"types/"
],
"dependencies": {
"@glint/config": "^0.1.2",
"@glint/template": "^0.1.2"
"@glint/config": "^0.2.0",
"@glint/template": "^0.2.0"
},
"devDependencies": {
"expect-type": "0.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/template",
"version": "0.1.2",
"version": "0.2.0",
"repository": "typed-ember/glint",
"description": "Type definitions to back typechecking for Glimmer templates",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/transform",
"version": "0.1.2",
"version": "0.2.0",
"repository": "typed-ember/glint",
"description": "Transforms Glimmer templates into TypeScript code that approximates their semantics",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/preset-typescript": "^7.9.0",
"@glimmer/syntax": "^0.54.0",
"@glint/config": "^0.1.2",
"@glint/config": "^0.2.0",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tsserver-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/tsserver-plugin",
"version": "0.1.2",
"version": "0.2.0",
"repository": "typed-ember/glint",
"description": "A TypeScript language service plugin to provide typechecking and editor support for working with Glimmer templates",
"license": "MIT",
Expand All @@ -18,8 +18,8 @@
"prepack": "yarn build"
},
"dependencies": {
"@glint/config": "^0.1.2",
"@glint/transform": "^0.1.2"
"@glint/config": "^0.2.0",
"@glint/transform": "^0.2.0"
},
"devDependencies": {
"@types/jest": "^25.2.1",
Expand Down
8 changes: 4 additions & 4 deletions test-packages/demo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-app",
"version": "0.1.1",
"version": "0.2.0",
"description": "A brand new Glimmer app.",
"directories": {
"doc": "doc",
Expand Down Expand Up @@ -31,9 +31,9 @@
"@glimmerx/helper": "^0.2.3",
"@glimmerx/modifier": "^0.2.3",
"@glimmerx/service": "^0.2.3",
"@glint/cli": "^0.1.2",
"@glint/environment-glimmerx": "^0.1.2",
"@glint/tsserver-plugin": "^0.1.2",
"@glint/cli": "^0.2.0",
"@glint/environment-glimmerx": "^0.2.0",
"@glint/tsserver-plugin": "^0.2.0",
"@types/qunit": "^2.9.1",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
Expand Down

0 comments on commit 8cbc291

Please sign in to comment.