Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andywer committed Apr 27, 2020
1 parent f808db6 commit 4fc9c50
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.1"
"version": "2.1.0"
}
4 changes: 2 additions & 2 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/assets",
"version": "2.0.1",
"version": "2.1.0",
"description": "Webpack block for style loader, file loader, url loader and friends.",
"main": "lib/index",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"url-loader": "^4.1.0"
},
"devDependencies": {
"@webpack-blocks/core": "^2.0.0",
"@webpack-blocks/core": "^2.1.0",
"webpack": "^4.20.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/babel",
"version": "2.0.1",
"version": "2.1.0",
"description": "Webpack block for babel 6+.",
"main": "lib/index",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@webpack-blocks/core": "^2.0.0",
"@webpack-blocks/core": "^2.1.0",
"webpack": "^4.20.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/core",
"version": "2.0.0",
"version": "2.1.0",
"description": "Functional approach to compose your webpack config.",
"main": "lib/index",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/dev-server",
"version": "2.0.1",
"version": "2.1.0",
"description": "Webpack block for the webpack dev server.",
"main": "lib/index",
"license": "MIT",
Expand All @@ -21,4 +21,4 @@
"peerDependencies": {
"@webpack-blocks/core": "^2.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/eslint",
"version": "2.0.1",
"version": "2.1.0",
"description": "Webpack block for JavaScript linting.",
"main": "index.js",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"eslint-loader": "^4.0.0"
},
"devDependencies": {
"@webpack-blocks/core": "^2.0.0",
"@webpack-blocks/core": "^2.1.0",
"webpack": "^4.20.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/extract-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/extract-text",
"version": "2.0.1",
"version": "2.1.0",
"description": "Webpack block for the Extract Text Plugin.",
"main": "lib/index",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"extract-text-webpack-plugin": "^4.0.0-beta.0"
},
"devDependencies": {
"@webpack-blocks/core": "^2.0.0",
"@webpack-blocks/core": "^2.1.0",
"webpack": "^4.20.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/postcss",
"version": "2.0.1",
"version": "2.1.0",
"description": "Webpack block for PostCSS.",
"main": "lib/index",
"license": "MIT",
Expand All @@ -19,8 +19,8 @@
"postcss-loader": "^3.0.0"
},
"devDependencies": {
"@webpack-blocks/assets": "^2.0.1",
"@webpack-blocks/core": "^2.0.0"
"@webpack-blocks/assets": "^2.1.0",
"@webpack-blocks/core": "^2.1.0"
},
"peerDependencies": {
"@webpack-blocks/core": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/sample-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sample-app",
"private": true,
"version": "2.0.1",
"version": "2.1.0",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack.config.babel.js",
"start": "cross-env NODE_ENV=development webpack-dev-server --config webpack.config.babel.js"
Expand All @@ -26,7 +26,7 @@
"rimraf": "^2.6.2",
"typescript": "^3.1.2",
"webpack": "^4.20.2",
"webpack-blocks": "^2.0.1",
"webpack-blocks": "^2.1.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/sass",
"version": "2.0.1",
"version": "2.1.0",
"description": "Webpack block for SASS.",
"main": "lib/index",
"license": "MIT",
Expand All @@ -22,8 +22,8 @@
"style-loader": "^1.1.4"
},
"devDependencies": {
"@webpack-blocks/assets": "^2.0.1",
"@webpack-blocks/core": "^2.0.0",
"@webpack-blocks/assets": "^2.1.0",
"@webpack-blocks/core": "^2.1.0",
"webpack": "^4.20.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/uglify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/uglify",
"version": "2.0.1",
"version": "2.1.0",
"description": "Webpack block for UglifyJS",
"main": "index",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"webpack-merge": "^4.2.2"
},
"devDependencies": {
"@webpack-blocks/core": "^2.0.0",
"@webpack-blocks/core": "^2.1.0",
"webpack": "^4.20.2"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/webpack-blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-blocks",
"version": "2.0.1",
"version": "2.1.0",
"description": "Convenience package that includes all the most common webpack blocks.",
"license": "MIT",
"author": "Andy Wermke <[email protected]>",
Expand All @@ -14,14 +14,14 @@
"repository": "andywer/webpack-blocks",
"bugs": "https://github.com/andywer/webpack-blocks/issues",
"dependencies": {
"@webpack-blocks/assets": "^2.0.1",
"@webpack-blocks/babel": "^2.0.1",
"@webpack-blocks/dev-server": "^2.0.1",
"@webpack-blocks/extract-text": "^2.0.1",
"@webpack-blocks/postcss": "^2.0.1",
"@webpack-blocks/sass": "^2.0.1",
"@webpack-blocks/assets": "^2.1.0",
"@webpack-blocks/babel": "^2.1.0",
"@webpack-blocks/dev-server": "^2.1.0",
"@webpack-blocks/extract-text": "^2.1.0",
"@webpack-blocks/postcss": "^2.1.0",
"@webpack-blocks/sass": "^2.1.0",
"@webpack-blocks/typescript": "^2.0.1",
"@webpack-blocks/uglify": "^2.0.1",
"@webpack-blocks/webpack": "^2.0.1"
"@webpack-blocks/uglify": "^2.1.0",
"@webpack-blocks/webpack": "^2.1.0"
}
}
16 changes: 8 additions & 8 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/webpack",
"version": "2.0.1",
"version": "2.1.0",
"description": "Webpack block for the webpack 2.x base configuration.",
"license": "MIT",
"author": "Andy Wermke <[email protected]>",
Expand All @@ -14,17 +14,17 @@
"repository": "andywer/webpack-blocks",
"bugs": "https://github.com/andywer/webpack-blocks/issues",
"dependencies": {
"@webpack-blocks/core": "^2.0.0",
"@webpack-blocks/core": "^2.1.0",
"webpack-merge": "^4.2.2"
},
"devDependencies": {
"@types/node": "^10.11.6",
"@webpack-blocks/assets": "^2.0.1",
"@webpack-blocks/babel": "^2.0.1",
"@webpack-blocks/dev-server": "^2.0.1",
"@webpack-blocks/extract-text": "^2.0.1",
"@webpack-blocks/postcss": "^2.0.1",
"@webpack-blocks/sass": "^2.0.1",
"@webpack-blocks/assets": "^2.1.0",
"@webpack-blocks/babel": "^2.1.0",
"@webpack-blocks/dev-server": "^2.1.0",
"@webpack-blocks/extract-text": "^2.1.0",
"@webpack-blocks/postcss": "^2.1.0",
"@webpack-blocks/sass": "^2.1.0",
"@webpack-blocks/tslint": "^2.0.1",
"@webpack-blocks/typescript": "^2.0.1",
"awesome-typescript-loader": "^5.2.1",
Expand Down

0 comments on commit 4fc9c50

Please sign in to comment.