Skip to content

Commit

Permalink
v1.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Wermke committed Oct 2, 2017
1 parent e62a839 commit f7fc568
Show file tree
Hide file tree
Showing 37 changed files with 145 additions and 249 deletions.
2 changes: 1 addition & 1 deletion packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @webpack-blocks/assets - Changelog

## Next version
## 1.0.0-rc

- Added a `styleLoader` option to `css()` and `css.modules()` blocks.
With it it's now possible to pass options to the `style-loader` or
Expand Down
28 changes: 1 addition & 27 deletions packages/assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.0-beta.2",
"version": "1.0.0-rc",
"description": "Webpack block for style loader, file loader, url loader and friends.",
"main": "lib/index",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"url-loader": "^0.5.9"
},
"devDependencies": {
"@webpack-blocks/core": "^1.0.0-beta",
"@webpack-blocks/core": "^1.0.0-rc",
"ava": "^0.19.1",
"standard": "^8.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @webpack-blocks/babel - Changelog

## Next version
## 1.0.0-rc

- Breaking change: Renamed package from `babel6` to `babel` and
moved `babel-core` to be a peer dependency ([#217](https://github.com/andywer/webpack-blocks/issues/217))
Expand Down
28 changes: 1 addition & 27 deletions packages/babel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.0-beta.2",
"version": "1.0.0-rc",
"description": "Webpack block for babel 6+.",
"main": "lib/index",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"babel-loader": "^7.1.1"
},
"devDependencies": {
"@webpack-blocks/core": "^1.0.0-beta",
"@webpack-blocks/core": "^1.0.0-rc",
"ava": "^0.18.2",
"standard": "^8.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.0-beta.2",
"version": "1.0.0-rc",
"description": "Functional approach to compose your webpack config.",
"main": "lib/index",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @webpack-blocks/dev-server - Changelog

## Next version
## 1.0.0-rc

- Removed `reactHot` ([#214](https://github.com/andywer/webpack-blocks/pull/214))

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": "1.0.0-beta.3",
"version": "1.0.0-rc",
"description": "Webpack block for the webpack dev server.",
"main": "lib/index",
"license": "MIT",
Expand Down
36 changes: 18 additions & 18 deletions packages/elm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/elm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-blocks/elm",
"version": "1.0.0-beta",
"version": "1.0.0-rc",
"description": "Webpack block for elm.",
"main": "lib/index",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"elm-webpack-loader": "^4.3.1"
},
"devDependencies": {
"@webpack-blocks/core": "^1.0.0-beta",
"@webpack-blocks/core": "^1.0.0-rc",
"ava": "^0.18.2",
"standard": "^8.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/extract-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @webpack-blocks/extract-text - Changelog

## Next release
## 1.0.0-rc

- Breaking change: drop webpack 2 support, update extract-text-webpack-plugin to v3

Expand Down
28 changes: 1 addition & 27 deletions packages/extract-text/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.0-beta.2",
"version": "1.0.0-rc",
"description": "Webpack block for the Extract Text Plugin.",
"main": "lib/index",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"webpack": ">= 3.0.0"
},
"devDependencies": {
"@webpack-blocks/core": "^1.0.0-beta",
"@webpack-blocks/core": "^1.0.0-rc",
"ava": "^0.19.1",
"standard": "^8.6.0",
"webpack": "^3.6.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# @webpack-blocks/postcss - Changelog

## Next release
## 1.0.0-rc

- Breaking change: Remove `plugins` argument.
- Add `minimize` option.
- Breaking change: Remove `plugins` argument
- Add `minimize` option

## 1.0.0-beta

Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.0-beta",
"version": "1.0.0-rc",
"description": "Webpack block for PostCSS.",
"main": "lib/index",
"license": "MIT",
Expand All @@ -23,8 +23,8 @@
"postcss-loader": "^1.3.3"
},
"devDependencies": {
"@webpack-blocks/assets": "^1.0.0-beta",
"@webpack-blocks/core": "^1.0.0-beta",
"@webpack-blocks/assets": "^1.0.0-rc",
"@webpack-blocks/core": "^1.0.0-rc",
"ava": "^0.19.1",
"standard": "^8.6.0"
}
Expand Down
Loading

0 comments on commit f7fc568

Please sign in to comment.