From a400199a926d5fc1623cab59542eb36fbef9708f Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Tue, 30 Jan 2018 13:28:20 -0500 Subject: [PATCH] v0.8.11 --- examples/basic/package.json | 4 ++-- examples/with-custom-babel-config/package.json | 4 ++-- examples/with-custom-environment-variables/package.json | 4 ++-- examples/with-custom-webpack-config/package.json | 4 ++-- examples/with-elm/package.json | 4 ++-- examples/with-firebase-functions/package.json | 4 ++-- examples/with-inferno/package.json | 4 ++-- examples/with-jest-snapshots/package.json | 4 ++-- examples/with-jsxstyle/package.json | 4 ++-- examples/with-material-ui/package.json | 4 ++-- examples/with-preact/package.json | 4 ++-- examples/with-rax/package.json | 4 ++-- examples/with-react-loadable/package.json | 4 ++-- examples/with-reason-react/package.json | 4 ++-- examples/with-redux/package.json | 4 ++-- examples/with-styled-components/package.json | 4 ++-- examples/with-typescript/package.json | 4 ++-- examples/with-vendor-bundle/package.json | 4 ++-- lerna.json | 2 +- packages/razzle/package.json | 2 +- 20 files changed, 38 insertions(+), 38 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index b67fc7b19..18844ba14 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-basic", - "version": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -15,6 +15,6 @@ }, "devDependencies": { "raf": "^3.3.2", - "razzle": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-custom-babel-config/package.json b/examples/with-custom-babel-config/package.json index ad1bcd772..808c0a5b8 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": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -17,6 +17,6 @@ }, "devDependencies": { "babel-preset-stage-0": "^6.22.0", - "razzle": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-custom-environment-variables/package.json b/examples/with-custom-environment-variables/package.json index 4c414a4af..7cdb3d053 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": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -15,6 +15,6 @@ "serialize-javascript": "^1.3.0" }, "devDependencies": { - "razzle": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-custom-webpack-config/package.json b/examples/with-custom-webpack-config/package.json index 825b3f8d0..3edcff772 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": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -15,6 +15,6 @@ "serialize-javascript": "^1.3.0" }, "devDependencies": { - "razzle": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-elm/package.json b/examples/with-elm/package.json index d7af87633..5d73adb25 100644 --- a/examples/with-elm/package.json +++ b/examples/with-elm/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-elm", - "version": "0.8.10", + "version": "0.8.11", "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": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-firebase-functions/package.json b/examples/with-firebase-functions/package.json index a945cfbbf..08a7084d5 100644 --- a/examples/with-firebase-functions/package.json +++ b/examples/with-firebase-functions/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-basic", - "version": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -18,6 +18,6 @@ }, "devDependencies": { "raf": "^3.3.2", - "razzle": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-inferno/package.json b/examples/with-inferno/package.json index 11d1711e7..8019636af 100644 --- a/examples/with-inferno/package.json +++ b/examples/with-inferno/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-inferno", - "version": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -17,6 +17,6 @@ "devDependencies": { "babel-plugin-inferno": "^2.0.0", "inferno-devtools": "^1.4.2", - "razzle": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-jest-snapshots/package.json b/examples/with-jest-snapshots/package.json index 5a2add699..45feea511 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": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -16,7 +16,7 @@ }, "devDependencies": { "raf": "^3.3.2", - "razzle": "^0.8.10", + "razzle": "^0.8.11", "react-test-renderer": "^16.0.0" } } diff --git a/examples/with-jsxstyle/package.json b/examples/with-jsxstyle/package.json index fa3864b45..89a4ce59d 100644 --- a/examples/with-jsxstyle/package.json +++ b/examples/with-jsxstyle/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-jsxstyle", - "version": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -17,6 +17,6 @@ }, "devDependencies": { "raf": "^3.3.2", - "razzle": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-material-ui/package.json b/examples/with-material-ui/package.json index c87b8eeb4..62df354a2 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": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -21,6 +21,6 @@ }, "devDependencies": { "raf": "^3.3.2", - "razzle": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-preact/package.json b/examples/with-preact/package.json index 86e02dc3c..ee519cac6 100644 --- a/examples/with-preact/package.json +++ b/examples/with-preact/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-preact", - "version": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -15,6 +15,6 @@ }, "devDependencies": { "babel-plugin-transform-react-jsx": "^6.23.0", - "razzle": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-rax/package.json b/examples/with-rax/package.json index 127af5fd4..84280886f 100644 --- a/examples/with-rax/package.json +++ b/examples/with-rax/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-rax", - "version": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -20,6 +20,6 @@ "devDependencies": { "babel-preset-es2015": "^6.24.0", "babel-preset-rax": "^0.2.5", - "razzle": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-react-loadable/package.json b/examples/with-react-loadable/package.json index ed826e8f8..58da03579 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": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -11,7 +11,7 @@ "dependencies": { "express": "^4.16.2", "raf": "^3.4.0", - "razzle": "^0.8.10", + "razzle": "^0.8.11", "react": "^16.0.0", "react-dom": "^16.0.0", "react-loadable": "^5.3.1", diff --git a/examples/with-reason-react/package.json b/examples/with-reason-react/package.json index 0265ef78b..a77168389 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": "0.8.10", + "version": "0.8.11", "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": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-redux/package.json b/examples/with-redux/package.json index aadac208d..c978a2e4a 100644 --- a/examples/with-redux/package.json +++ b/examples/with-redux/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-redux", - "version": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -20,6 +20,6 @@ "serialize-javascript": "^1.3.0" }, "devDependencies": { - "razzle": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-styled-components/package.json b/examples/with-styled-components/package.json index 34d5553f6..830601474 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": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -16,6 +16,6 @@ }, "devDependencies": { "raf": "^3.3.2", - "razzle": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index 6b9ed192e..d6be20460 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -1,6 +1,6 @@ { "name": "razzle-examples-with-typescript", - "version": "0.8.10", + "version": "0.8.11", "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": "^0.8.10", + "razzle": "^0.8.11", "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 6eff443e8..77102f45e 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": "0.8.10", + "version": "0.8.11", "license": "MIT", "scripts": { "start": "razzle start", @@ -14,6 +14,6 @@ "react-dom": "^16.0.0" }, "devDependencies": { - "razzle": "^0.8.10" + "razzle": "^0.8.11" } } diff --git a/lerna.json b/lerna.json index 2e4c34e9e..29f00f84a 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ }, "cacheDir": ".changelog" }, - "version": "0.8.10" + "version": "0.8.11" } diff --git a/packages/razzle/package.json b/packages/razzle/package.json index c6357578a..106396b51 100644 --- a/packages/razzle/package.json +++ b/packages/razzle/package.json @@ -1,6 +1,6 @@ { "name": "razzle", - "version": "0.8.10", + "version": "0.8.11", "description": "Build isomorphic Javascript applications with ease.", "repository": "git@github.com:jaredpalmer/razzle.git", "author": "Jared Palmer ",