Skip to content

Commit

Permalink
v1.1.0-beta.72
Browse files Browse the repository at this point in the history
  • Loading branch information
jamero102 committed Jul 31, 2020
1 parent c22587f commit 5c8220e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.71",
"version": "1.1.0-beta.72",
"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.61",
"version": "1.1.0-beta.72",
"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.71",
"version": "1.1.0-beta.72",
"description": "Appear Here's pattern library",
"main": "dist/bundle.js",
"module": "dist/module/packages/core/src/index.js",
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.71",
"version": "1.1.0-beta.72",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -10,8 +10,8 @@
]
},
"dependencies": {
"@appearhere/bloom": "^1.1.0-beta.71",
"@appearhere/common-styles": "^1.1.0-beta.61"
"@appearhere/bloom": "^1.1.0-beta.72",
"@appearhere/common-styles": "^1.1.0-beta.72"
},
"devDependencies": {
"@babel/core": "^7.5.4",
Expand Down

1 comment on commit 5c8220e

@vercel
Copy link

@vercel vercel bot commented on 5c8220e Jul 31, 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.