Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman committed Jun 26, 2020
1 parent 6e30d11 commit 74eb686
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"release-it-lerna-changelog": "^2.3.0",
"release-it-yarn-workspaces": "^1.4.0"
},
"version": "0.1.1"
"version": "0.1.2"
}
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.1",
"version": "0.1.2",
"repository": "typed-ember/glint",
"license": "MIT",
"author": "Dan Freeman (https://github.com/dfreeman)",
Expand All @@ -19,8 +19,8 @@
"prepack": "yarn build"
},
"dependencies": {
"@glint/config": "^0.1.1",
"@glint/transform": "^0.1.1",
"@glint/config": "^0.1.2",
"@glint/transform": "^0.1.2",
"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.1",
"version": "0.1.2",
"repository": "typed-ember/glint",
"license": "MIT",
"author": "Dan Freeman (https://github.com/dfreeman)",
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.1",
"version": "0.1.2",
"repository": "typed-ember/glint",
"license": "MIT",
"author": "Dan Freeman (https://github.com/dfreeman)",
Expand Down
2 changes: 1 addition & 1 deletion packages/transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/transform",
"version": "0.1.1",
"version": "0.1.2",
"repository": "typed-ember/glint",
"license": "MIT",
"author": "Dan Freeman (https://github.com/dfreeman)",
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.1",
"version": "0.1.2",
"repository": "typed-ember/glint",
"license": "MIT",
"author": "Dan Freeman (https://github.com/dfreeman)",
Expand All @@ -17,8 +17,8 @@
"prepack": "yarn build"
},
"dependencies": {
"@glint/config": "^0.1.1",
"@glint/transform": "^0.1.1"
"@glint/config": "^0.1.2",
"@glint/transform": "^0.1.2"
},
"devDependencies": {
"@types/jest": "^25.2.1",
Expand Down

0 comments on commit 74eb686

Please sign in to comment.