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

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Apr 23, 2019
1 parent 7f1978d commit b1d46d3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"npmClient": "yarn",
"packages": ["packages/*"],
"useWorkspaces": true,
"version": "1.2.3"
"version": "1.2.4"
}
4 changes: 2 additions & 2 deletions packages/typewiz-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typewiz-angular",
"version": "1.2.3",
"version": "1.2.4",
"main": "dist/patch-angular.js",
"typings": "dist/patch-angular.d.ts",
"repository": "https://github.com/urish/typewiz",
Expand All @@ -22,7 +22,7 @@
"@angular-devkit/schematics": "^0.6.8",
"@phenomnomnominal/tsquery": "^2.1.1",
"typescript": ">= 2.4.2 <4.0.0",
"typewiz-core": "^1.2.3"
"typewiz-core": "^1.2.4"
},
"schematics": "./dist/collection.json"
}
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.2.3",
"version": "1.2.4",
"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.2.3",
"version": "1.2.4",
"bin": {
"typewiz-node": "dist/typewiz-node.js"
},
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"ts-node": "^5.0.1",
"typewiz-core": "^1.2.3",
"typewiz-core": "^1.2.4",
"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.2.3",
"version": "1.2.4",
"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.2.3",
"typewiz-core": "^1.2.4",
"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.2.3",
"version": "1.2.4",
"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.2.3",
"typewiz-core": "^1.2.4",
"update-notifier": "^2.4.0"
},
"engines": {
Expand Down

0 comments on commit b1d46d3

Please sign in to comment.