Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Oct 9, 2018
1 parent bdbf749 commit d487bb7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.1.0"
"version": "1.2.0"
}
2 changes: 1 addition & 1 deletion packages/typewiz-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typewiz-core",
"version": "1.1.0",
"version": "1.2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": "https://github.com/urish/typewiz",
Expand Down
4 changes: 2 additions & 2 deletions packages/typewiz-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typewiz-node",
"version": "1.1.0",
"version": "1.2.0",
"bin": {
"typewiz-node": "dist/typewiz-node.js"
},
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"ts-node": "^5.0.1",
"typewiz-core": "^1.1.0",
"typewiz-core": "^1.2.0",
"util.promisify": "^1.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/typewiz-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typewiz-webpack",
"version": "1.1.0",
"version": "1.2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": "https://github.com/urish/typewiz",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"loader-utils": "^1.1.0",
"typewiz-core": "^1.1.0",
"typewiz-core": "^1.2.0",
"util.promisify": "^1.0.0",
"webpack-sources": "^1.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/typewiz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typewiz",
"version": "1.1.0",
"version": "1.2.0",
"main": "dist/cli.js",
"bin": "dist/cli.js",
"typings": "dist/cli.d.ts",
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"commander": "^2.15.1",
"typewiz-core": "^1.1.0",
"typewiz-core": "^1.2.0",
"update-notifier": "^2.4.0"
},
"engines": {
Expand Down

0 comments on commit d487bb7

Please sign in to comment.