Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman committed Jun 26, 2020
1 parent 7017be2 commit d382b80
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.0"
"version": "0.1.1"
}
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.0",
"version": "0.1.1",
"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.0",
"@glint/transform": "^0.1.0",
"@glint/config": "^0.1.1",
"@glint/transform": "^0.1.1",
"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.0",
"version": "0.1.1",
"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.0",
"version": "0.1.1",
"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.0",
"version": "0.1.1",
"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.0",
"version": "0.1.1",
"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.0",
"@glint/transform": "^0.1.0"
"@glint/config": "^0.1.1",
"@glint/transform": "^0.1.1"
},
"devDependencies": {
"@types/jest": "^25.2.1",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.1.1",
"description": "A brand new Glimmer app.",
"directories": {
"doc": "doc",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@glimmerx/helper": "^0.2.3",
"@glimmerx/modifier": "^0.2.3",
"@glimmerx/service": "^0.2.3",
"@glint/cli": "0.1.0",
"@glint/tsserver-plugin": "0.1.0",
"@glint/cli": "0.1.1",
"@glint/tsserver-plugin": "0.1.1",
"@types/qunit": "^2.9.1",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
Expand Down

0 comments on commit d382b80

Please sign in to comment.