Skip to content

Commit

Permalink
chore: release v10.3.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Mar 27, 2018
1 parent 0c1518f commit 9792aaf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "2.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "10.3.0-rc.0",
"version": "10.3.0-rc.1",
"registry": "https://registry.npmjs.org/",
"commands": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-build",
"version": "10.3.0-rc.0",
"version": "10.3.0-rc.1",
"description": "Hops wrapper around webpack to execute a build",
"keywords": [
"hops",
Expand Down
4 changes: 2 additions & 2 deletions packages/spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-spec",
"version": "10.3.0-rc.0",
"version": "10.3.0-rc.1",
"private": true,
"scripts": {
"test": "jest"
Expand All @@ -10,7 +10,7 @@
},
"devDependencies": {
"hops": "10.2.0",
"hops-build": "10.3.0-rc.0",
"hops-build": "10.3.0-rc.1",
"hops-build-config": "10.3.0-rc.0",
"hops-config": "10.3.0-rc.0",
"hops-express": "10.3.0-rc.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-template-graphql",
"version": "10.3.0-rc.0",
"version": "10.3.0-rc.1",
"main": "src/app.js",
"license": "MIT",
"hops": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"hops": "10.2.0",
"hops-build": "10.3.0-rc.0",
"hops-build": "10.3.0-rc.1",
"jest": "^22.0.4",
"jest-preset-hops": "10.3.0-rc.0",
"react-test-renderer": "^16.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/template-minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-template-minimal",
"version": "10.3.0-rc.0",
"version": "10.3.0-rc.1",
"browser": "src/browser.js",
"server": "src/server.js",
"license": "MIT",
Expand All @@ -17,6 +17,6 @@
"hops-express": "10.3.0-rc.0"
},
"devDependencies": {
"hops-build": "10.3.0-rc.0"
"hops-build": "10.3.0-rc.1"
}
}
4 changes: 2 additions & 2 deletions packages/template-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-template-react",
"version": "10.3.0-rc.0",
"version": "10.3.0-rc.1",
"main": "src/app.js",
"license": "MIT",
"hops": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"hops": "10.2.0",
"hops-build": "10.3.0-rc.0",
"hops-build": "10.3.0-rc.1",
"jest": "^22.0.4",
"jest-preset-hops": "10.3.0-rc.0",
"react-test-renderer": "^16.0.0"
Expand Down

0 comments on commit 9792aaf

Please sign in to comment.