Skip to content

Commit

Permalink
v1.1.0-beta.57
Browse files Browse the repository at this point in the history
  • Loading branch information
jamero102 committed Feb 10, 2020
1 parent e4fb180 commit eafe9cc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.1.0-beta.56",
"version": "1.1.0-beta.57",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/common-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appearhere/common-styles",
"version": "1.1.0-beta.56",
"version": "1.1.0-beta.57",
"description": "",
"main": "dist/bundle.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appearhere/bloom",
"version": "1.1.0-beta.56",
"version": "1.1.0-beta.57",
"description": "Appear Here's pattern library",
"main": "dist/bundle.js",
"style": "dist/bloom.css",
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appearhere/bloom-playground",
"version": "1.1.0-beta.56",
"version": "1.1.0-beta.57",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -10,8 +10,8 @@
]
},
"dependencies": {
"@appearhere/bloom": "^1.1.0-beta.56",
"@appearhere/common-styles": "^1.1.0-beta.56"
"@appearhere/bloom": "^1.1.0-beta.57",
"@appearhere/common-styles": "^1.1.0-beta.57"
},
"devDependencies": {
"@babel/core": "^7.5.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@appearhere/bloom-styleguide",
"version": "1.1.0-beta.56",
"version": "1.1.0-beta.57",
"private": true,
"dependencies": {
"@appearhere/bloom": "^1.1.0-beta.56",
"@appearhere/common-styles": "^1.1.0-beta.56",
"@appearhere/bloom": "^1.1.0-beta.57",
"@appearhere/common-styles": "^1.1.0-beta.57",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-ga": "^2.4.1",
Expand Down

1 comment on commit eafe9cc

@vercel
Copy link

@vercel vercel bot commented on eafe9cc Feb 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.