Skip to content

Commit 45ea1f2

Browse files
author
Luke Bowerman
committed
v0.9.23
1 parent 321cc9f commit 45ea1f2

File tree

12 files changed

+32
-32
lines changed

12 files changed

+32
-32
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.22"
7+
"version": "0.9.23"
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.21",
4+
"version": "0.9.23",
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.21",
19+
"@looker/design-tokens": "^0.9.23",
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.21",
4+
"version": "0.9.23",
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.21",
19+
"@looker/components-providers": "^0.9.23",
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.22",
4+
"version": "0.9.23",
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.22",
20-
"@looker/design-tokens": "^0.9.21",
19+
"@looker/components": "^0.9.23",
20+
"@looker/design-tokens": "^0.9.23",
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.22",
4+
"version": "0.9.23",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"files": [
@@ -20,9 +20,9 @@
2020
"access": "public"
2121
},
2222
"dependencies": {
23-
"@looker/components-providers": "^0.9.21",
24-
"@looker/design-tokens": "^0.9.21",
25-
"@looker/icons": "^0.9.21",
23+
"@looker/components-providers": "^0.9.23",
24+
"@looker/design-tokens": "^0.9.23",
25+
"@looker/icons": "^0.9.23",
2626
"@popperjs/core": "^2.5.3",
2727
"d3-color": "^2.0.0",
2828
"d3-hsv": "^0.1.0",
@@ -39,7 +39,7 @@
3939
"uuid": "^8.3.1"
4040
},
4141
"devDependencies": {
42-
"@looker/components-test-utils": "^0.9.21",
42+
"@looker/components-test-utils": "^0.9.23",
4343
"@storybook/addon-storyshots": "^6.0.27",
4444
"@storybook/react": "^6.0.27",
4545
"@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.21",
4+
"version": "0.9.23",
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.20",
9+
"version": "0.9.23",
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.21",
4+
"version": "0.9.23",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"files": [

packages/storybook-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/storybook-config",
3-
"version": "0.9.21",
3+
"version": "0.9.23",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"files": [
@@ -9,13 +9,13 @@
99
"private": true,
1010
"devDependencies": {
1111
"@babel/core": "^7.12.3",
12-
"babel-loader": "^8.1.0",
13-
"babel-loader-exclude-node-modules-except": "^1.0.3",
14-
"@looker/components-providers": "^0.9.21",
12+
"@looker/components-providers": "^0.9.23",
1513
"@storybook/addon-essentials": "^6.0.27",
1614
"@storybook/addon-storyshots": "^6.0.27",
1715
"@storybook/addon-storyshots-puppeteer": "^6.0.27",
1816
"@types/react": "^16.9.53",
17+
"babel-loader": "^8.1.0",
18+
"babel-loader-exclude-node-modules-except": "^1.0.3",
1919
"react": "^16.14.0",
2020
"tsconfig-paths-webpack-plugin": "^3.3.0"
2121
},

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.22",
3+
"version": "0.9.23",
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.22",
17+
"@looker/components": "^0.9.23",
1818
"core-js": "^3.6.5",
1919
"react": "^16.14.0",
2020
"react-dom": "^16.14.0",

0 commit comments

Comments
 (0)