Skip to content

Commit 6824d04

Browse files
committed
v0.7.18
1 parent d14388b commit 6824d04

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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.17"
7+
"version": "0.7.18"
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.17",
4+
"version": "0.7.18",
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.15",
29-
"@looker/icons": "^0.7.15",
29+
"@looker/icons": "^0.7.18",
3030
"@types/react-transition-group": "^4.2.3",
3131
"@types/styled-system": "^5.1.5",
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.15",
4+
"version": "0.7.18",
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.17",
3+
"version": "0.7.18",
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.17",
17+
"@looker/components": "^0.7.18",
1818
"@looker/design-tokens": "^0.7.15",
1919
"lodash": "^4.17.15",
2020
"react": "^16.12.0",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "server",
33
"private": true,
44
"license": "MIT",
5-
"version": "0.7.14",
5+
"version": "0.7.18",
66
"main": "index.ts",
77
"repository": {
88
"type": "git",

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.17",
4+
"version": "0.7.18",
55
"dependencies": {
66
"@mdx-js/mdx": "^1.5.5",
77
"@mdx-js/react": "^1.5.5",
@@ -32,9 +32,9 @@
3232
"react-live": "^2.2.2"
3333
},
3434
"devDependencies": {
35-
"@looker/components": "^0.7.17",
35+
"@looker/components": "^0.7.18",
3636
"@looker/design-tokens": "^0.7.15",
37-
"@looker/icons": "^0.7.15",
37+
"@looker/icons": "^0.7.18",
3838
"@types/react": "^16.9.19",
3939
"@types/react-copy-to-clipboard": "^4.3.0",
4040
"@types/react-dom": "^16.9.5",

0 commit comments

Comments
 (0)