Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Apr 16, 2019
1 parent b089543 commit fad9cc5
Show file tree
Hide file tree
Showing 41 changed files with 80 additions and 80 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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -14,6 +14,6 @@
"react-dom": "^16.0.0"
},
"devDependencies": {
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@jaredpalmer/after": "latest",
"express": "^4.16.2",
"razzle": "^3.0.0-alpha.2",
"razzle": "^3.0.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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -17,6 +17,6 @@
},
"devDependencies": {
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,6 +15,6 @@
"serialize-javascript": "^1.3.0"
},
"devDependencies": {
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,6 +15,6 @@
"serialize-javascript": "^1.3.0"
},
"devDependencies": {
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.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": "3.0.0-alpha.2",
"version": "3.0.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": "^3.0.0-alpha.2"
"razzle": "^3.0.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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -17,6 +17,6 @@
"react-dom": "^16.0.0"
},
"devDependencies": {
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-heroku/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-heroku",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"express": "^4.15.2",
"razzle": "^3.0.0-alpha.2",
"razzle": "^3.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
Expand Down
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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,6 +15,6 @@
},
"devDependencies": {
"babel-plugin-transform-react-jsx": "^6.23.0",
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -18,6 +18,6 @@
"devDependencies": {
"babel-plugin-inferno": "5.1.0",
"inferno-devtools": "5.6.1",
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,7 +15,7 @@
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"razzle": "^3.0.0-alpha.2",
"razzle": "^3.0.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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -16,6 +16,6 @@
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions 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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -18,6 +18,6 @@
"react-router-dom": "^4.3.1"
},
"devDependencies": {
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-loadable-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-loadable-components",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"express": "^4.16.3",
"loadable-components": "^1.4.0",
"razzle": "^3.0.0-alpha.2",
"razzle": "^3.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,6 +15,6 @@
"react-dom": "^16.0.0"
},
"devDependencies": {
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.0"
}
}
6 changes: 3 additions & 3 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-mdx",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand All @@ -9,8 +9,8 @@
},
"dependencies": {
"express": "^4.15.2",
"razzle": "^3.0.0-alpha.2",
"razzle-plugin-mdx": "^3.0.0-alpha.2",
"razzle": "^3.0.0",
"razzle-plugin-mdx": "^3.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"remark-emoji": "^2.0.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-now/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-with-now",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,6 +15,6 @@
"react-dom": "^16.0.0"
},
"devDependencies": {
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions 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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,6 +15,6 @@
"serve-static": "^1.13.2"
},
"devDependencies": {
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.0"
}
}
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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -15,6 +15,6 @@
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.0.0",
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -19,6 +19,6 @@
},
"devDependencies": {
"babel-preset-rax": "^0.6.5",
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"express": "^4.16.2",
"razzle": "^3.0.0-alpha.2",
"razzle": "^3.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-loadable": "^5.5.0",
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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -17,6 +17,6 @@
"devDependencies": {
"babel-plugin-react-native-web": "^0.9.1",
"extract-text-webpack-plugin": "^3.0.2",
"razzle": "^3.0.0-alpha.2"
"razzle": "^3.0.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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"express": "^4.16.2",
"prop-types": "^15.6.1",
"razzle": "^3.0.0-alpha.2",
"razzle": "^3.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.0.0-alpha.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "concurrently \"npm run js-watch\" \"npm run bsb-watch\"",
Expand Down
Loading

0 comments on commit fad9cc5

Please sign in to comment.