Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebrooker committed Jul 12, 2017
1 parent c169ff3 commit 914b022
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"packages": [
"packages/*"
],
"version": "6.0.2"
"version": "7.0.0"
}
6 changes: 3 additions & 3 deletions packages/experience-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@everydayhero/experience",
"version": "6.0.2",
"version": "7.0.0",
"description": "The Everydayhero Experience system documentation site",
"main": "source/client.js",
"private": true,
Expand All @@ -15,8 +15,8 @@
"author": "everydayhero",
"dependencies": {
"@everydayhero/brand-assets": "^4.2.4",
"@everydayhero/rug": "^6.0.2",
"@everydayhero/stranger": "^6.0.2",
"@everydayhero/rug": "^7.0.0",
"@everydayhero/stranger": "^7.0.0",
"boiler-room-builder": "next",
"boiler-room-runner": "next",
"color": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@everydayhero/rug",
"version": "6.0.2",
"version": "7.0.0",
"description": "\"…really tied the room together, did it not?\"",
"main": "dist/index.js",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stranger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@everydayhero/stranger",
"version": "6.0.2",
"version": "7.0.0",
"description": "A wrapper around existing CSS in JS solutions with as little complexity as possible",
"main": "dist/index.js",
"publishConfig": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@everydayhero/cxsync": "^6.0.1",
"@everydayhero/rug": "^6.0.2",
"@everydayhero/rug": "^7.0.0",
"cxs": "^3.0.0",
"inline-style-prefixer": "^2.0.5",
"lodash": "^4.17.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@everydayhero/ui-icons",
"description": "Everydayhero icon component for React apps",
"version": "6.0.2",
"version": "7.0.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -11,7 +11,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"@everydayhero/stranger": "^6.0.2",
"@everydayhero/stranger": "^7.0.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-latest": "^6.24.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-logo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@everydayhero/ui-logo",
"description": "Everydayhero logo component for doing branding in React apps",
"version": "6.0.2",
"version": "7.0.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@everydayhero/brand-assets": "^4.2.4",
"@everydayhero/stranger": "^6.0.2",
"@everydayhero/stranger": "^7.0.0",
"babel-core": "^6.24.0",
"babel-loader": "^7.1.1",
"babel-preset-latest": "^6.24.0",
Expand Down

0 comments on commit 914b022

Please sign in to comment.