Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flegall committed Apr 5, 2018
1 parent 141fae2 commit 1572dba
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.0.31",
"version": "0.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/monopack-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monopack-builder",
"version": "0.0.31",
"version": "0.1.0",
"description": "A JavaScript bundler for node.js monorepo applications",
"main": "build/index.js",
"repository": "https://github.com/flegall/monopack",
Expand Down
14 changes: 7 additions & 7 deletions packages/monopack-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monopack-cli",
"version": "0.0.31",
"version": "0.1.0",
"description": "A JavaScript bundler for node.js monorepo applications",
"main": "build/index.js",
"repository": "https://github.com/flegall/monopack",
Expand All @@ -12,11 +12,11 @@
"fs-copy-file": "1.0.2",
"import-local": "1.0.0",
"lodash": "4.17.5",
"monopack-builder": "^0.0.31",
"monopack-config": "^0.0.31",
"monopack-dependency-collector": "^0.0.31",
"monopack-process": "^0.0.31",
"monopack-repo-builder": "^0.0.31",
"monopack-builder": "^0.1.0",
"monopack-config": "^0.1.0",
"monopack-dependency-collector": "^0.1.0",
"monopack-process": "^0.1.0",
"monopack-repo-builder": "^0.1.0",
"source-map-support": "0.5.4",
"tmp-promise": "1.0.4",
"yargs": "11.0.0"
Expand All @@ -25,6 +25,6 @@
"monopack": "./bin/monopack.js"
},
"devDependencies": {
"monopack-repo-builder": "^0.0.31"
"monopack-repo-builder": "^0.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/monopack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "monopack-config",
"version": "0.0.31",
"version": "0.1.0",
"description": "A JavaScript bundler for node.js monorepo applications",
"main": "build/index.js",
"repository": "https://github.com/flegall/monopack",
"author": "Florent Le Gall <[email protected]>",
"license": "MIT",
"devDependencies": {
"monopack-repo-builder": "^0.0.31"
"monopack-repo-builder": "^0.1.0"
},
"dependencies": {
"lodash": "4.17.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/monopack-dependency-collector/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "monopack-dependency-collector",
"version": "0.0.31",
"version": "0.1.0",
"description": "A JavaScript bundler for node.js monorepo applications",
"main": "build/index.js",
"repository": "https://github.com/flegall/monopack",
"author": "Florent Le Gall <[email protected]>",
"license": "MIT",
"devDependencies": {
"monopack-repo-builder": "^0.0.31"
"monopack-repo-builder": "^0.1.0"
},
"dependencies": {
"@yarnpkg/lockfile": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/monopack-process/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monopack-process",
"version": "0.0.31",
"version": "0.1.0",
"description": "A JavaScript bundler for node.js monorepo applications",
"main": "build/index.js",
"repository": "https://github.com/flegall/monopack",
Expand Down
4 changes: 2 additions & 2 deletions packages/monopack-repo-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monopack-repo-builder",
"version": "0.0.31",
"version": "0.1.0",
"description": "A JavaScript bundler for node.js monorepo applications",
"main": "build/index.js",
"repository": "https://github.com/flegall/monopack",
Expand All @@ -11,6 +11,6 @@
"tmp-promise": "1.0.4"
},
"devDependencies": {
"monopack-process": "^0.0.31"
"monopack-process": "^0.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/monopack/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "monopack",
"version": "0.0.31",
"version": "0.1.0",
"description": "A JavaScript bundler for node.js monorepo applications",
"main": "build/monopack.js",
"repository": "https://github.com/flegall/monopack",
"author": "Florent Le Gall <[email protected]>",
"license": "MIT",
"dependencies": {
"monopack-cli": "^0.0.31"
"monopack-cli": "^0.1.0"
},
"bin": {
"monopack": "./bin/monopack.js"
Expand Down

0 comments on commit 1572dba

Please sign in to comment.