Skip to content

Commit

Permalink
v1.1.0-beta.85
Browse files Browse the repository at this point in the history
  • Loading branch information
jamero102 committed Nov 18, 2020
1 parent e51cd04 commit 61dd1d2
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.84",
"version": "1.1.0-beta.85",
"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.83",
"version": "1.1.0-beta.85",
"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.84",
"version": "1.1.0-beta.85",
"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.84",
"version": "1.1.0-beta.85",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -10,8 +10,8 @@
]
},
"dependencies": {
"@appearhere/bloom": "^1.1.0-beta.84",
"@appearhere/common-styles": "^1.1.0-beta.83"
"@appearhere/bloom": "^1.1.0-beta.85",
"@appearhere/common-styles": "^1.1.0-beta.85"
},
"devDependencies": {
"@babel/core": "^7.5.4",
Expand Down

1 comment on commit 61dd1d2

@vercel
Copy link

@vercel vercel bot commented on 61dd1d2 Nov 18, 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.