Skip to content

Commit 0c61efa

Browse files
author
Luke Bowerman
committed
v0.9.9
1 parent bb26601 commit 0c61efa

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.9.8"
7+
"version": "0.9.9"
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.9.8",
4+
"version": "0.9.9",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"files": [

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.9.8",
3+
"version": "0.9.9",
44
"license": "MIT",
55
"author": "Looker",
66
"repository": {
@@ -14,7 +14,7 @@
1414
"analyze": "webpack --mode=production --profile"
1515
},
1616
"dependencies": {
17-
"@looker/components": "^0.9.8",
17+
"@looker/components": "^0.9.9",
1818
"react": "^16.13.1",
1919
"react-dom": "^16.13.1",
2020
"styled-components": "^4.4.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.9.8",
3+
"version": "0.9.9",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
@@ -9,7 +9,7 @@
99
"build": "build-storybook -c .storybook -o ../docs/static/storybook"
1010
},
1111
"dependencies": {
12-
"@looker/components": "^0.9.8",
12+
"@looker/components": "^0.9.9",
1313
"@looker/design-tokens": "^0.9.7",
1414
"@looker/icons": "^0.9.7",
1515
"@storybook/react": "^5.3.19",

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.9.8",
4+
"version": "0.9.9",
55
"devDependencies": {
6-
"@looker/components": "^0.9.8",
6+
"@looker/components": "^0.9.9",
77
"@looker/design-tokens": "^0.9.7",
88
"@looker/icons": "^0.9.7",
99
"@mdx-js/mdx": "^1.6.11",

0 commit comments

Comments
 (0)