Skip to content
This repository was archived by the owner on Jan 2, 2018. It is now read-only.

Commit ecdc8e5

Browse files
committed
Version 1.0.0-beta.3
1 parent e5fa8fb commit ecdc8e5

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

extensions/roc-plugin-react-dev/docs/Hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Expected to return new settings that should be merged with the existing ones.
1313
Makes it possible to modify the settings object before a command is started and after potential arguments from the command line and configuration file have been parsed. This is a good point to default to some value if no was given or modify something in the settings.
1414

1515
__Initial value:__ _Nothing_
16-
__Expected return value:__ `{}`
16+
__Expected return value:__ `Object()`
1717

1818
#### Arguments
1919

extensions/roc-plugin-react-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "roc-plugin-react-dev",
33
"description": "Adds React support to Webpack and Roc (Development)",
4-
"version": "1.0.0-beta.2",
4+
"version": "1.0.0-beta.3",
55
"main": "lib/index.js",
66
"scripts": {
77
"lint": "eslint .",

extensions/roc-plugin-react/docs/Dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ The dependencies that are available in the project.
44

55
## Exported
66
### [react](https://www.npmjs.com/package/react)
7-
__Version__: ~15.0.1
7+
__Version__: ^15.3.2
88
__Extension__: roc-plugin-react
99
__Custom resolve function__: No
1010

1111
### [react-dom](https://www.npmjs.com/package/react-dom)
12-
__Version__: ~15.0.1
12+
__Version__: ^15.3.2
1313
__Extension__: roc-plugin-react
1414
__Custom resolve function__: No
1515

extensions/roc-plugin-react/docs/Hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Expected to return new settings that should be merged with the existing ones.
1313
Makes it possible to modify the settings object before a command is started and after potential arguments from the command line and configuration file have been parsed. This is a good point to default to some value if no was given or modify something in the settings.
1414

1515
__Initial value:__ _Nothing_
16-
__Expected return value:__ `{}`
16+
__Expected return value:__ `Object()`
1717

1818
#### Arguments
1919

extensions/roc-plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "roc-plugin-react",
33
"description": "Adds React support to Webpack and Roc",
4-
"version": "1.0.0-beta.2",
4+
"version": "1.0.0-beta.3",
55
"main": "lib/index.js",
66
"scripts": {
77
"lint": "eslint .",

0 commit comments

Comments
 (0)