Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Palmer authored and Jared Palmer committed Apr 30, 2017
1 parent fcff2ff commit 419f3a3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 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": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -14,6 +14,6 @@
"serialize-javascript": "^1.3.0"
},
"devDependencies": {
"razzle": "^0.4.1"
"razzle": "^0.4.2"
}
}
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": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -16,6 +16,6 @@
},
"devDependencies": {
"babel-preset-stage-0": "^6.22.0",
"razzle": "^0.4.1"
"razzle": "^0.4.2"
}
}
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-inferno",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -16,6 +16,6 @@
"devDependencies": {
"babel-plugin-inferno": "^2.0.0",
"inferno-devtools": "^1.4.2",
"razzle": "^0.4.1"
"razzle": "^0.4.2"
}
}
4 changes: 2 additions & 2 deletions examples/with-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-examples-jest",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -17,7 +17,7 @@
"devDependencies": {
"babel-jest": "^19.0.0",
"jest-cli": "^19.0.2",
"razzle": "^0.4.1",
"razzle": "^0.4.2",
"react-test-renderer": "^15.4.2"
},
"jest": {
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-preact",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -14,6 +14,6 @@
},
"devDependencies": {
"babel-plugin-transform-react-jsx": "^6.23.0",
"razzle": "^0.4.1"
"razzle": "^0.4.2"
}
}
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-rax",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"scripts": {
"start": "razzle start",
Expand All @@ -19,6 +19,6 @@
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"babel-preset-rax": "^0.2.5",
"razzle": "^0.4.1"
"razzle": "^0.4.2"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"examples/*"
],
"npmClient": "yarn",
"version": "0.4.1",
"version": "0.4.2",
"changelog": {
"repo": "jaredpalmer/razzle",
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion packages/razzle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle",
"version": "0.4.1",
"version": "0.4.2",
"description": "Build isomorphic Javascript applications with ease.",
"repository": "git@github.com:jaredpalmer/razzle.git",
"author": "jaredpalmer",
Expand Down

0 comments on commit 419f3a3

Please sign in to comment.