Skip to content

Commit cdae3ef

Browse files
author
Luke Bowerman
committed
v0.9.14
1 parent f5c9e89 commit cdae3ef

File tree

12 files changed

+25
-25
lines changed

12 files changed

+25
-25
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.13"
7+
"version": "0.9.14"
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.12",
4+
"version": "0.9.14",
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.12"
19+
"@looker/design-tokens": "^0.9.14"
2020
},
2121
"devDependencies": {
2222
"@types/react": "^16.9.49",

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.12",
4+
"version": "0.9.14",
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.12",
19+
"@looker/components-providers": "^0.9.14",
2020
"@testing-library/react": "^11.0.2",
2121
"@types/enzyme": "^3.10.6",
2222
"@types/jest": "^26.0.13",

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.13",
4+
"version": "0.9.14",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"files": [
@@ -16,9 +16,9 @@
1616
"access": "public"
1717
},
1818
"dependencies": {
19-
"@looker/components-providers": "^0.9.12",
20-
"@looker/design-tokens": "^0.9.12",
21-
"@looker/icons": "^0.9.12",
19+
"@looker/components-providers": "^0.9.14",
20+
"@looker/design-tokens": "^0.9.14",
21+
"@looker/icons": "^0.9.14",
2222
"@popperjs/core": "^2.4.4",
2323
"d3-color": "^2.0.0",
2424
"d3-hsv": "^0.1.0",
@@ -37,7 +37,7 @@
3737
"uuid": "^8.1.0"
3838
},
3939
"devDependencies": {
40-
"@looker/components-test-utils": "^0.9.12",
40+
"@looker/components-test-utils": "^0.9.14",
4141
"@testing-library/jest-dom": "^5.11.4",
4242
"@testing-library/react": "^11.0.2",
4343
"@types/d3-color": "^1.2.2",

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

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.4",
12+
"version": "0.9.14",
1313
"files": [
1414
"index.js"
1515
],

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

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.9.12",
5+
"version": "0.9.14",
66
"main": "index.ts",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)