Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Wermke committed Jan 27, 2017
1 parent 7a9e25d commit 3f7cba4
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.30",
"version": "0.4.0-rc"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion packages/babel6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/babel6",
"version": "0.4.0-rc",
"version": "0.4.0",
"description": "Webpack block for babel 6+.",
"main": "lib/index",
"license": "MIT",
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": "0.4.0-rc",
"version": "0.4.0",
"description": "Functional approach to compose your webpack config.",
"main": "lib/index",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/css-modules",
"version": "0.4.0-rc",
"version": "0.4.0",
"description": "Webpack block for CSS modules.",
"main": "lib/index",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.4.0-rc",
"version": "0.4.0",
"description": "Webpack block for the webpack dev server.",
"main": "lib/index",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/dev-server2",
"version": "0.4.0-rc",
"version": "0.4.0",
"description": "Webpack block for the webpack dev server.",
"main": "lib/index",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.4.0-rc",
"version": "0.4.0",
"description": "Webpack block for the Extract-text plugin.",
"main": "lib/index",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/extract-text2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/extract-text2",
"version": "0.4.0-rc",
"version": "0.4.0",
"description": "Webpack block for the Extract-text plugin.",
"main": "lib/index",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/postcss",
"version": "0.4.0-rc.1",
"version": "0.4.0",
"description": "Webpack block for PostCSS.",
"main": "lib/index",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/sass",
"version": "0.4.0-rc",
"version": "0.4.0",
"description": "Webpack block for SASS.",
"main": "lib/index",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/tslint",
"version": "0.4.0-rc",
"version": "0.4.0",
"description": "Webpack block for typescript linting.",
"main": "lib/index",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/typescript",
"version": "0.4.0-rc",
"version": "0.4.0",
"description": "Webpack block for Typescript.",
"main": "lib/index",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/webpack-common",
"version": "0.4.0-rc",
"version": "0.4.0",
"description": "Code that can be shared between different webpack versions' webpack-block packages.",
"license": "MIT",
"author": "Andy Wermke <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/webpack",
"version": "0.4.0-rc.2",
"version": "0.4.0",
"description": "Webpack block for the webpack 1.x base configuration.",
"license": "MIT",
"author": "Andy Wermke <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/webpack2",
"version": "0.4.0-rc.2",
"version": "0.4.0",
"description": "Webpack block for the webpack 2.x base configuration.",
"license": "MIT",
"author": "Andy Wermke <[email protected]>",
Expand Down

0 comments on commit 3f7cba4

Please sign in to comment.