Skip to content

Commit b4c8801

Browse files
committed
v2.0.1
1 parent cf83002 commit b4c8801

File tree

14 files changed

+34
-34
lines changed

14 files changed

+34
-34
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "2.0.0"
7+
"version": "2.0.1"
88
}

packages/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-blocks/assets",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Webpack block for style loader, file loader, url loader and friends.",
55
"main": "lib/index",
66
"license": "MIT",

packages/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-blocks/babel",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Webpack block for babel 6+.",
55
"main": "lib/index",
66
"license": "MIT",

packages/dev-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-blocks/dev-server",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Webpack block for the webpack dev server.",
55
"main": "lib/index",
66
"license": "MIT",

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-blocks/eslint",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Webpack block for JavaScript linting.",
55
"main": "index.js",
66
"license": "MIT",

packages/extract-text/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-blocks/extract-text",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Webpack block for the Extract Text Plugin.",
55
"main": "lib/index",
66
"license": "MIT",

packages/postcss/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-blocks/postcss",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Webpack block for PostCSS.",
55
"main": "lib/index",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"postcss-loader": "^3.0.0"
2020
},
2121
"devDependencies": {
22-
"@webpack-blocks/assets": "^2.0.0",
22+
"@webpack-blocks/assets": "^2.0.1",
2323
"@webpack-blocks/core": "^2.0.0"
2424
},
2525
"peerDependencies": {

packages/sample-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sample-app",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"scripts": {
66
"build": "cross-env NODE_ENV=production webpack --config webpack.config.babel.js",
77
"start": "cross-env NODE_ENV=development webpack-dev-server --config webpack.config.babel.js"
@@ -26,7 +26,7 @@
2626
"rimraf": "^2.6.2",
2727
"typescript": "^3.1.2",
2828
"webpack": "^4.20.2",
29-
"webpack-blocks": "^2.0.0",
29+
"webpack-blocks": "^2.0.1",
3030
"webpack-cli": "^3.1.2",
3131
"webpack-dev-server": "^3.1.9"
3232
}

packages/sass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-blocks/sass",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Webpack block for SASS.",
55
"main": "lib/index",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"style-loader": "^0.23.1"
2323
},
2424
"devDependencies": {
25-
"@webpack-blocks/assets": "^2.0.0",
25+
"@webpack-blocks/assets": "^2.0.1",
2626
"@webpack-blocks/core": "^2.0.0",
2727
"webpack": "^4.20.2"
2828
},

packages/tslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-blocks/tslint",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Webpack block for typescript linting.",
55
"main": "lib/index",
66
"license": "MIT",

0 commit comments

Comments
 (0)