Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Jul 29, 2018
1 parent 63159f3 commit 361bb0c
Show file tree
Hide file tree
Showing 33 changed files with 62 additions and 62 deletions.
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-basic",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -14,6 +14,6 @@
"react-dom": "^16.0.0"
},
"devDependencies": {
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-afterjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-afterjs",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@jaredpalmer/after": "latest",
"express": "^4.16.2",
"razzle": "^2.2.0",
"razzle": "^2.3.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-custom-babel-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-custom-babel-config",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -17,6 +17,6 @@
},
"devDependencies": {
"babel-preset-stage-0": "^6.22.0",
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-custom-environment-variables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-custom-environment-variables",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,6 +15,6 @@
"serialize-javascript": "^1.3.0"
},
"devDependencies": {
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-custom-webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-custom-webpack-config",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,6 +15,6 @@
"serialize-javascript": "^1.3.0"
},
"devDependencies": {
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-elm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-elm",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"postinstall": "elm-package install -y",
Expand All @@ -16,6 +16,6 @@
"devDependencies": {
"elm-hot-loader": "^0.5.4",
"elm-webpack-loader": "4.5.0",
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-firebase-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-firebase-functions",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -17,6 +17,6 @@
"react-dom": "^16.0.0"
},
"devDependencies": {
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-hyperapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-hyperapp",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,6 +15,6 @@
},
"devDependencies": {
"babel-plugin-transform-react-jsx": "^6.23.0",
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-inferno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-inferno",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -18,6 +18,6 @@
"devDependencies": {
"babel-plugin-inferno": "5.0.1",
"inferno-devtools": "5.0.1",
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-jest-snapshots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-jest",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,7 +15,7 @@
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"razzle": "^2.2.0",
"razzle": "^2.3.0",
"react-test-renderer": "^16.0.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-jsxstyle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-jsxstyle",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -16,6 +16,6 @@
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-koa",
"version": "2.0.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-material-ui",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,6 +15,6 @@
"react-dom": "^16.0.0"
},
"devDependencies": {
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-polka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-polka",
"version": "0.8.12",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-preact",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,6 +15,6 @@
},
"devDependencies": {
"babel-plugin-transform-react-jsx": "^6.23.0",
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-rax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-rax",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -20,6 +20,6 @@
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"babel-preset-rax": "^0.2.5",
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-react-loadable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-react-loadable",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"express": "^4.16.2",
"razzle": "^2.2.0",
"razzle": "^2.3.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-loadable": "^5.3.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-react-native-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-react-native-web",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -16,6 +16,6 @@
},
"devDependencies": {
"babel-plugin-react-native-web": "^0.4.0",
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-react-router-3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-react-router-3",
"version": "0.1.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -19,4 +19,4 @@
"react-router-redux": "4.0.8",
"react-router-scroll": "0.4.2"
}
}
}
4 changes: 2 additions & 2 deletions examples/with-reason-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-reason-react",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "concurrently \"npm run js-watch\" \"npm run bsb-watch\"",
Expand All @@ -20,6 +20,6 @@
"devDependencies": {
"bs-platform": "^2.0.0",
"concurrently": "^3.5.0",
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-redux",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -20,6 +20,6 @@
"serialize-javascript": "^1.3.0"
},
"devDependencies": {
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-styled-components",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,6 +15,6 @@
"styled-components": "^2.2.3"
},
"devDependencies": {
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
6 changes: 3 additions & 3 deletions examples/with-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-typescript",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -22,8 +22,8 @@
"@types/react-dom": "^16.0.5",
"@types/react-router-dom": "^4.2.6",
"@types/webpack-env": "^1.13.6",
"razzle": "^2.2.0",
"razzle-plugin-typescript": "^2.2.0",
"razzle": "^2.3.0",
"razzle-plugin-typescript": "^2.3.0",
"ts-jest": "^22.4.5",
"tslint": "^5.10.0",
"tslint-react": "^3.5.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-vendor-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-vendor-bundle",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -14,6 +14,6 @@
"react-dom": "^16.0.0"
},
"devDependencies": {
"razzle": "^2.2.0"
"razzle": "^2.3.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
},
"cacheDir": ".changelog"
},
"version": "2.2.0"
"version": "2.3.0"
}
2 changes: 1 addition & 1 deletion packages/create-razzle-app/package.json