Skip to content

Commit

Permalink
v1.1.0-beta.27
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeamarsh committed Dec 2, 2019
1 parent 4fb93e6 commit 5159f5b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.26",
"version": "1.1.0-beta.27",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions 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.26",
"version": "1.1.0-beta.27",
"description": "Appear Here's pattern library",
"main": "dist/bundle.js",
"style": "dist/bloom.css",
Expand All @@ -23,7 +23,6 @@
},
"dependencies": {
"@appearhere/mapbox-gl": "^1.5.0",
"nuka-carousel": "^4.5.13",
"@appearhere/react-input-range": "^1.2.0",
"@appearhere/react-stickynode": "^1.0.1",
"classnames": "^2.2.5",
Expand All @@ -34,6 +33,7 @@
"key-mirror": "^1.0.1",
"lodash": "^4.17.12",
"moment-range": "^3.1.1",
"nuka-carousel": "^4.5.13",
"object-fit-images": "^3.2.3",
"react-autosuggest": "^9.3.4",
"react-container-query": "^0.11.0",
Expand Down
4 changes: 2 additions & 2 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.26",
"version": "1.1.0-beta.27",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -10,7 +10,7 @@
]
},
"dependencies": {
"@appearhere/bloom": "^1.1.0-beta.26",
"@appearhere/bloom": "^1.1.0-beta.27",
"@appearhere/common-styles": "^1.1.0-beta.22"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@appearhere/bloom-styleguide",
"version": "1.1.0-beta.26",
"version": "1.1.0-beta.27",
"private": true,
"dependencies": {
"@appearhere/bloom": "^1.1.0-beta.26",
"@appearhere/bloom": "^1.1.0-beta.27",
"@appearhere/common-styles": "^1.1.0-beta.22",
"react": "^16.2.0",
"react-dom": "^16.2.0",
Expand Down

0 comments on commit 5159f5b

Please sign in to comment.