Skip to content

Commit

Permalink
v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Marrington committed Mar 6, 2018
1 parent f0ca429 commit 9d950a5
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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": "7.1.0"
"version": "7.1.1"
}
2 changes: 1 addition & 1 deletion packages/brand-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@everydayhero/brand-assets",
"description": "Logos and the like for everydayhero sites",
"version": "7.1.0",
"version": "7.1.1",
"main": "dist/index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/cxsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@everydayhero/cxsync",
"version": "7.1.0",
"version": "7.1.1",
"description": "A CSS-in-JS solution for CSS in functional UI components",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/experience-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@everydayhero/experience",
"version": "7.1.0",
"version": "7.1.1",
"description": "The Everydayhero Experience system documentation site",
"main": "source/client.js",
"private": true,
Expand All @@ -14,9 +14,9 @@
},
"author": "everydayhero",
"dependencies": {
"@everydayhero/brand-assets": "^7.1.0",
"@everydayhero/rug": "^7.1.0",
"@everydayhero/stranger": "^7.1.0",
"@everydayhero/brand-assets": "^7.1.1",
"@everydayhero/rug": "^7.1.1",
"@everydayhero/stranger": "^7.1.1",
"boiler-room-builder": "^2.0.0-17",
"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": "7.1.0",
"version": "7.1.1",
"description": "\"…really tied the room together, did it not?\"",
"main": "dist/index.js",
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/stranger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@everydayhero/stranger",
"version": "7.1.0",
"version": "7.1.1",
"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,8 +35,8 @@
"react": ">= 15.6.1 < 17"
},
"dependencies": {
"@everydayhero/cxsync": "^7.1.0",
"@everydayhero/rug": "^7.1.0",
"@everydayhero/cxsync": "^7.1.1",
"@everydayhero/rug": "^7.1.1",
"cxs": "^3.0.0",
"inline-style-prefixer": "^2.0.5",
"lodash": "^4.17.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/translated-components/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@everydayhero/translated-components",
"version": "7.1.0",
"version": "7.1.1",
"description": "Pass i18n translated strings as props to components",
"main": "dist/index.js",
"publishConfig": {
" ": {
"access": "public"
},
"scripts": {
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": "7.1.0",
"version": "7.1.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -13,7 +13,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"@everydayhero/stranger": "^7.1.0",
"@everydayhero/stranger": "^7.1.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-latest": "^6.24.0",
Expand Down
6 changes: 3 additions & 3 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": "7.1.0",
"version": "7.1.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -11,8 +11,8 @@
"prepublish": "npm run build"
},
"dependencies": {
"@everydayhero/brand-assets": "^7.1.0",
"@everydayhero/stranger": "^7.1.0",
"@everydayhero/brand-assets": "^7.1.1",
"@everydayhero/stranger": "^7.1.1",
"babel-core": "^6.24.0",
"babel-loader": "^7.1.1",
"babel-preset-latest": "^6.24.0",
Expand Down

0 comments on commit 9d950a5

Please sign in to comment.