diff --git a/examples/basic/package.json b/examples/basic/package.json index a5eb1c9da..7d9792ad1 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-basic", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -15,6 +15,6 @@ }, "devDependencies": { "raf": "^3.3.2", - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-afterjs/package.json b/examples/with-afterjs/package.json index fbd4aac48..ffde3bc14 100644 --- a/examples/with-afterjs/package.json +++ b/examples/with-afterjs/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-afterjs", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -11,7 +11,7 @@ "dependencies": { "@jaredpalmer/after": "latest", "express": "^4.16.2", - "razzle": "^1.0.0", + "razzle": "^1.0.1", "react": "^16.2.0", "react-dom": "^16.2.0", "react-helmet": "^5.2.0", diff --git a/examples/with-custom-babel-config/package.json b/examples/with-custom-babel-config/package.json index 339013c31..41dec11e6 100644 --- a/examples/with-custom-babel-config/package.json +++ b/examples/with-custom-babel-config/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-custom-babel-config", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -17,6 +17,6 @@ }, "devDependencies": { "babel-preset-stage-0": "^6.22.0", - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-custom-environment-variables/package.json b/examples/with-custom-environment-variables/package.json index a90993744..ea3194e1a 100644 --- a/examples/with-custom-environment-variables/package.json +++ b/examples/with-custom-environment-variables/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-custom-environment-variables", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -15,6 +15,6 @@ "serialize-javascript": "^1.3.0" }, "devDependencies": { - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-custom-webpack-config/package.json b/examples/with-custom-webpack-config/package.json index c497a8bcd..a5c0abf3c 100644 --- a/examples/with-custom-webpack-config/package.json +++ b/examples/with-custom-webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-custom-webpack-config", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -15,6 +15,6 @@ "serialize-javascript": "^1.3.0" }, "devDependencies": { - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-elm/package.json b/examples/with-elm/package.json index 065c1645a..8056f04fe 100644 --- a/examples/with-elm/package.json +++ b/examples/with-elm/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-elm", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", @@ -16,6 +16,6 @@ "devDependencies": { "elm-hot-loader": "^0.5.4", "elm-webpack-loader": "^4.3.1", - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-firebase-functions/package.json b/examples/with-firebase-functions/package.json index 08eea5112..ca3e83bbf 100644 --- a/examples/with-firebase-functions/package.json +++ b/examples/with-firebase-functions/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-basic", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -18,6 +18,6 @@ }, "devDependencies": { "raf": "^3.3.2", - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-inferno/package.json b/examples/with-inferno/package.json index d33646791..67b6abd19 100644 --- a/examples/with-inferno/package.json +++ b/examples/with-inferno/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-inferno", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -17,6 +17,6 @@ "devDependencies": { "babel-plugin-inferno": "^2.0.0", "inferno-devtools": "^1.4.2", - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-jest-snapshots/package.json b/examples/with-jest-snapshots/package.json index a4fc8545c..214a656d9 100644 --- a/examples/with-jest-snapshots/package.json +++ b/examples/with-jest-snapshots/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-jest", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -16,7 +16,7 @@ }, "devDependencies": { "raf": "^3.3.2", - "razzle": "^1.0.0", + "razzle": "^1.0.1", "react-test-renderer": "^16.0.0" } } diff --git a/examples/with-jsxstyle/package.json b/examples/with-jsxstyle/package.json index 670f55760..d4293abdf 100644 --- a/examples/with-jsxstyle/package.json +++ b/examples/with-jsxstyle/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-jsxstyle", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -17,6 +17,6 @@ }, "devDependencies": { "raf": "^3.3.2", - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-material-ui/package.json b/examples/with-material-ui/package.json index c91317865..b8f099ea5 100644 --- a/examples/with-material-ui/package.json +++ b/examples/with-material-ui/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-material-ui", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -21,6 +21,6 @@ }, "devDependencies": { "raf": "^3.3.2", - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-preact/package.json b/examples/with-preact/package.json index 9551fa692..74c968998 100644 --- a/examples/with-preact/package.json +++ b/examples/with-preact/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-preact", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -15,6 +15,6 @@ }, "devDependencies": { "babel-plugin-transform-react-jsx": "^6.23.0", - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-rax/package.json b/examples/with-rax/package.json index 3a0cc45b5..1d15de6df 100644 --- a/examples/with-rax/package.json +++ b/examples/with-rax/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-rax", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -20,6 +20,6 @@ "devDependencies": { "babel-preset-es2015": "^6.24.0", "babel-preset-rax": "^0.2.5", - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-react-loadable/package.json b/examples/with-react-loadable/package.json index b9e2d5bbf..d6089a536 100644 --- a/examples/with-react-loadable/package.json +++ b/examples/with-react-loadable/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-react-loadable", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -11,7 +11,7 @@ "dependencies": { "express": "^4.16.2", "raf": "^3.4.0", - "razzle": "^1.0.0", + "razzle": "^1.0.1", "react": "^16.0.0", "react-dom": "^16.0.0", "react-loadable": "^5.3.1", diff --git a/examples/with-react-native-web/package.json b/examples/with-react-native-web/package.json index 821eaec47..51876be8d 100644 --- a/examples/with-react-native-web/package.json +++ b/examples/with-react-native-web/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-react-native-web", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -16,6 +16,6 @@ }, "devDependencies": { "babel-plugin-react-native-web": "^0.4.0", - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-reason-react/package.json b/examples/with-reason-react/package.json index de739c544..1ad612f59 100644 --- a/examples/with-reason-react/package.json +++ b/examples/with-reason-react/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-reason-react", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "concurrently \"npm run js-watch\" \"npm run bsb-watch\"", @@ -20,6 +20,6 @@ "devDependencies": { "bs-platform": "^2.0.0", "concurrently": "^3.5.0", - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-redux/package.json b/examples/with-redux/package.json index a67cc7657..7acd7236d 100644 --- a/examples/with-redux/package.json +++ b/examples/with-redux/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-redux", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -20,6 +20,6 @@ "serialize-javascript": "^1.3.0" }, "devDependencies": { - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-styled-components/package.json b/examples/with-styled-components/package.json index 734adfd0e..1975f3f41 100644 --- a/examples/with-styled-components/package.json +++ b/examples/with-styled-components/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-styled-components", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -16,6 +16,6 @@ }, "devDependencies": { "raf": "^3.3.2", - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index 54562105c..e7382da29 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-typescript", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -23,7 +23,7 @@ "@types/react-router-dom": "^4.2.3", "@types/webpack-env": "^1.13.2", "raf": "^3.4.0", - "razzle": "^1.0.0", + "razzle": "^1.0.1", "ts-jest": "20.0.6", "ts-loader": "2.3.4", "tslint": "5.8.0", diff --git a/examples/with-vendor-bundle/package.json b/examples/with-vendor-bundle/package.json index 804d4075a..1ff9c94a4 100644 --- a/examples/with-vendor-bundle/package.json +++ b/examples/with-vendor-bundle/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-vendor-bundle", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "razzle start", @@ -14,6 +14,6 @@ "react-dom": "^16.0.0" }, "devDependencies": { - "razzle": "^1.0.0" + "razzle": "^1.0.1" } } diff --git a/lerna.json b/lerna.json index 3ee6da99b..7ec045d99 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ }, "cacheDir": ".changelog" }, - "version": "1.0.0" + "version": "1.0.1" } diff --git a/packages/razzle/package.json b/packages/razzle/package.json index 4a06e2a6e..8f4e69588 100644 --- a/packages/razzle/package.json +++ b/packages/razzle/package.json @@ -1,6 +1,6 @@ { "name": "razzle", - "version": "1.0.0", + "version": "1.0.1", "description": "Build isomorphic Javascript applications with ease.", "repository": "git@github.com:jaredpalmer/razzle.git", "author": "Jared Palmer ",