Skip to content

Commit

Permalink
v0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bowerman committed Sep 21, 2020
1 parent 6d9a44b commit e7f939c
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.9.14"
"version": "0.9.15"
}
4 changes: 2 additions & 2 deletions packages/components-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/components-providers",
"license": "MIT",
"version": "0.9.14",
"version": "0.9.15",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@looker/design-tokens": "^0.9.14"
"@looker/design-tokens": "^0.9.15"
},
"devDependencies": {
"@types/react": "^16.9.49",
Expand Down
4 changes: 2 additions & 2 deletions packages/components-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/components-test-utils",
"license": "MIT",
"version": "0.9.14",
"version": "0.9.15",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"devDependencies": {
"@looker/components-providers": "^0.9.14",
"@looker/components-providers": "^0.9.15",
"@testing-library/react": "^11.0.4",
"@types/enzyme": "^3.10.6",
"@types/jest": "^26.0.14",
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/components",
"license": "MIT",
"version": "0.9.14",
"version": "0.9.15",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -16,8 +16,8 @@
"access": "public"
},
"dependencies": {
"@looker/components-providers": "^0.9.14",
"@looker/design-tokens": "^0.9.14",
"@looker/components-providers": "^0.9.15",
"@looker/design-tokens": "^0.9.15",
"@looker/icons": "^0.9.14",
"@popperjs/core": "^2.4.4",
"d3-color": "^2.0.0",
Expand All @@ -37,7 +37,7 @@
"uuid": "^8.1.0"
},
"devDependencies": {
"@looker/components-test-utils": "^0.9.14",
"@looker/components-test-utils": "^0.9.15",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@types/d3-color": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/design-tokens",
"license": "MIT",
"version": "0.9.14",
"version": "0.9.15",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.9.14",
"version": "0.9.15",
"files": [
"index.js"
],
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.9.14",
"version": "0.9.15",
"license": "MIT",
"author": "Looker",
"repository": {
Expand All @@ -14,7 +14,7 @@
"analyze": "webpack --mode=production --profile"
},
"dependencies": {
"@looker/components": "^0.9.14",
"@looker/components": "^0.9.15",
"core-js": "^3.6.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
6 changes: 3 additions & 3 deletions storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "0.9.14",
"version": "0.9.15",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -9,8 +9,8 @@
"build": "build-storybook -c .storybook -o ../docs/static/storybook"
},
"dependencies": {
"@looker/components": "^0.9.14",
"@looker/design-tokens": "^0.9.14",
"@looker/components": "^0.9.15",
"@looker/design-tokens": "^0.9.15",
"@looker/icons": "^0.9.14",
"@storybook/react": "^6.0.21",
"lodash": "^4.17.20",
Expand Down
6 changes: 3 additions & 3 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "www",
"private": true,
"version": "0.9.14",
"version": "0.9.15",
"devDependencies": {
"@looker/components": "^0.9.14",
"@looker/design-tokens": "^0.9.14",
"@looker/components": "^0.9.15",
"@looker/design-tokens": "^0.9.15",
"@looker/icons": "^0.9.14",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.18",
Expand Down

0 comments on commit e7f939c

Please sign in to comment.