Skip to content

Commit f7fc568

Browse files
author
Andy Wermke
committed
v1.0.0-rc
1 parent e62a839 commit f7fc568

37 files changed

+145
-249
lines changed

packages/assets/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @webpack-blocks/assets - Changelog
22

3-
## Next version
3+
## 1.0.0-rc
44

55
- Added a `styleLoader` option to `css()` and `css.modules()` blocks.
66
With it it's now possible to pass options to the `style-loader` or

packages/assets/package-lock.json

Lines changed: 1 addition & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/assets/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/assets",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-rc",
44
"description": "Webpack block for style loader, file loader, url loader and friends.",
55
"main": "lib/index",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
"url-loader": "^0.5.9"
2727
},
2828
"devDependencies": {
29-
"@webpack-blocks/core": "^1.0.0-beta",
29+
"@webpack-blocks/core": "^1.0.0-rc",
3030
"ava": "^0.19.1",
3131
"standard": "^8.6.0"
3232
}

packages/babel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @webpack-blocks/babel - Changelog
22

3-
## Next version
3+
## 1.0.0-rc
44

55
- Breaking change: Renamed package from `babel6` to `babel` and
66
moved `babel-core` to be a peer dependency ([#217](https://github.com/andywer/webpack-blocks/issues/217))

packages/babel/package-lock.json

Lines changed: 1 addition & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel/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/babel",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-rc",
44
"description": "Webpack block for babel 6+.",
55
"main": "lib/index",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"babel-loader": "^7.1.1"
2323
},
2424
"devDependencies": {
25-
"@webpack-blocks/core": "^1.0.0-beta",
25+
"@webpack-blocks/core": "^1.0.0-rc",
2626
"ava": "^0.18.2",
2727
"standard": "^8.6.0"
2828
},

packages/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/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/core",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-rc",
44
"description": "Functional approach to compose your webpack config.",
55
"main": "lib/index",
66
"license": "MIT",

packages/dev-server/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @webpack-blocks/dev-server - Changelog
22

3-
## Next version
3+
## 1.0.0-rc
44

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

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": "1.0.0-beta.3",
3+
"version": "1.0.0-rc",
44
"description": "Webpack block for the webpack dev server.",
55
"main": "lib/index",
66
"license": "MIT",

0 commit comments

Comments
 (0)