Skip to content

Commit 7d1e764

Browse files
author
Luke Bowerman
committed
v0.7.11
1 parent 8813d76 commit 7d1e764

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.7.10"
7+
"version": "0.7.11"
88
}

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components",
33
"license": "MIT",
4-
"version": "0.7.10",
4+
"version": "0.7.11",
55
"main": "dist/cjs/index.js",
66
"types": "dist/types/index.d.ts",
77
"module": "dist/esm/index.js",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@looker/design-tokens": "^0.7.10",
29-
"@looker/icons": "^0.7.10",
29+
"@looker/icons": "^0.7.11",
3030
"@types/react-transition-group": "^4.2.3",
3131
"@types/styled-system": "^5.1.4",
3232
"d3-color": "^1.4.0",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/icons",
33
"license": "MIT",
4-
"version": "0.7.10",
4+
"version": "0.7.11",
55
"main": "dist/cjs/index.js",
66
"types": "dist/types/index.d.ts",
77
"module": "dist/esm/index.js",

packages/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.7.10",
3+
"version": "0.7.11",
44
"main": "index.js",
55
"license": "MIT",
66
"author": "Looker",
@@ -14,7 +14,7 @@
1414
"develop": "webpack-dev-server --port 3000 --disable-host-check"
1515
},
1616
"dependencies": {
17-
"@looker/components": "^0.7.10",
17+
"@looker/components": "^0.7.11",
1818
"@looker/design-tokens": "^0.7.10",
1919
"react": "^16.12.0",
2020
"react-dom": "^16.12.0",

packages/www/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "www",
33
"private": true,
4-
"version": "0.7.10",
4+
"version": "0.7.11",
55
"dependencies": {
66
"@mdx-js/mdx": "^1.5.3",
77
"@mdx-js/react": "^1.5.3",
@@ -30,9 +30,9 @@
3030
"react-live": "^2.2.2"
3131
},
3232
"devDependencies": {
33-
"@looker/components": "^0.7.10",
33+
"@looker/components": "^0.7.11",
3434
"@looker/design-tokens": "^0.7.10",
35-
"@looker/icons": "^0.7.10",
35+
"@looker/icons": "^0.7.11",
3636
"@types/react": "^16.9.17",
3737
"@types/react-copy-to-clipboard": "^4.3.0",
3838
"@types/react-dom": "^16.9.4",

0 commit comments

Comments
 (0)