Skip to content

Commit 7337c97

Browse files
author
Luke Bowerman
committed
v0.8.6
1 parent 402a639 commit 7337c97

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "0.8.5"
7+
"version": "0.8.6"
88
}

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components",
33
"license": "MIT",
4-
"version": "0.8.5",
4+
"version": "0.8.6",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"files": [

packages/www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "www",
33
"private": true,
4-
"version": "0.8.5",
4+
"version": "0.8.6",
55
"devDependencies": {
6-
"@looker/components": "^0.8.5",
6+
"@looker/components": "^0.8.6",
77
"@looker/design-tokens": "^0.8.5",
88
"@looker/icons": "^0.8.5",
99
"@mdx-js/mdx": "^1.6.0",

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "0.8.5",
3+
"version": "0.8.6",
44
"license": "MIT",
55
"author": "Looker",
66
"repository": {
@@ -13,7 +13,7 @@
1313
"start": "webpack-dev-server --port 3000"
1414
},
1515
"dependencies": {
16-
"@looker/components": "^0.8.5",
16+
"@looker/components": "^0.8.6",
1717
"lodash": "^4.17.15",
1818
"react": "^16.13.1",
1919
"react-dom": "^16.13.1",

storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook",
3-
"version": "0.8.5",
3+
"version": "0.8.6",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
@@ -9,7 +9,7 @@
99
"build": "build-storybook -c .storybook -o public"
1010
},
1111
"dependencies": {
12-
"@looker/components": "^0.8.5",
12+
"@looker/components": "^0.8.6",
1313
"@looker/design-tokens": "^0.8.5",
1414
"@looker/icons": "^0.8.5",
1515
"@storybook/react": "^5.3.19",

0 commit comments

Comments
 (0)