Skip to content

Commit 7e7f6d2

Browse files
author
Luke Bowerman
committed
v0.9.20
1 parent 40024e8 commit 7e7f6d2

File tree

13 files changed

+31
-31
lines changed

13 files changed

+31
-31
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.19"
7+
"version": "0.9.20"
88
}

packages/components-providers/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-providers",
33
"license": "MIT",
4-
"version": "0.9.17",
4+
"version": "0.9.20",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"files": [
@@ -16,7 +16,7 @@
1616
"access": "public"
1717
},
1818
"dependencies": {
19-
"@looker/design-tokens": "^0.9.17",
19+
"@looker/design-tokens": "^0.9.20",
2020
"lodash": "^4.17.20"
2121
},
2222
"devDependencies": {

packages/components-test-utils/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-test-utils",
33
"license": "MIT",
4-
"version": "0.9.17",
4+
"version": "0.9.20",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"files": [
@@ -16,7 +16,7 @@
1616
"access": "public"
1717
},
1818
"devDependencies": {
19-
"@looker/components-providers": "^0.9.17",
19+
"@looker/components-providers": "^0.9.20",
2020
"@testing-library/react": "^11.1.0",
2121
"@types/enzyme": "^3.10.7",
2222
"@types/jest": "^26.0.14",

packages/components-theme-editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components-theme-editor",
33
"license": "MIT",
4-
"version": "0.9.19",
4+
"version": "0.9.20",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"files": [
@@ -16,8 +16,8 @@
1616
"access": "public"
1717
},
1818
"dependencies": {
19-
"@looker/components": "^0.9.19",
20-
"@looker/design-tokens": "^0.9.17",
19+
"@looker/components": "^0.9.20",
20+
"@looker/design-tokens": "^0.9.20",
2121
"lodash": "^4.17.20"
2222
},
2323
"devDependencies": {

packages/components/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components",
33
"license": "MIT",
4-
"version": "0.9.19",
4+
"version": "0.9.20",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"files": [
@@ -21,9 +21,9 @@
2121
"access": "public"
2222
},
2323
"dependencies": {
24-
"@looker/components-providers": "^0.9.17",
25-
"@looker/design-tokens": "^0.9.17",
26-
"@looker/icons": "^0.9.17",
24+
"@looker/components-providers": "^0.9.20",
25+
"@looker/design-tokens": "^0.9.20",
26+
"@looker/icons": "^0.9.20",
2727
"@popperjs/core": "^2.5.3",
2828
"d3-color": "^2.0.0",
2929
"d3-hsv": "^0.1.0",
@@ -40,7 +40,7 @@
4040
"uuid": "^8.3.1"
4141
},
4242
"devDependencies": {
43-
"@looker/components-test-utils": "^0.9.17",
43+
"@looker/components-test-utils": "^0.9.20",
4444
"@storybook/addon-storyshots": "^6.0.26",
4545
"@storybook/react": "^6.0.26",
4646
"@testing-library/jest-dom": "^5.11.4",

packages/design-tokens/package.json

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

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "git+https://github.com/looker-open-source/eslint-config.git"
88
},
9-
"version": "0.9.17",
9+
"version": "0.9.20",
1010
"bugs": {
1111
"url": "https://github.com/looker-open-source/eslint-config/issues"
1212
},

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

packages/storybook-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@looker/storybook-config",
3-
"version": "0.9.17",
3+
"version": "0.9.20",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"files": [
77
"lib"
88
],
99
"private": true,
1010
"devDependencies": {
11-
"@looker/components-providers": "^0.9.17",
11+
"@looker/components-providers": "^0.9.20",
1212
"@storybook/addon-essentials": "^6.0.26",
1313
"@storybook/addon-storyshots": "^6.0.26",
1414
"@storybook/addon-storyshots-puppeteer": "^6.0.26",

packages/stylelint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"publishConfig": {
1010
"access": "public"
1111
},
12-
"version": "0.9.16",
12+
"version": "0.9.20",
1313
"files": [
1414
"index.js"
1515
],

0 commit comments

Comments
 (0)