Skip to content

Commit

Permalink
v0.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bowerman committed Oct 24, 2020
1 parent d2561d7 commit 80f57c2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.21"
"version": "0.9.22"
}
4 changes: 2 additions & 2 deletions packages/components-theme-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/components-theme-editor",
"license": "MIT",
"version": "0.9.21",
"version": "0.9.22",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@looker/components": "^0.9.21",
"@looker/components": "^0.9.22",
"@looker/design-tokens": "^0.9.21",
"lodash": "^4.17.20"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.21",
"version": "0.9.22",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
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.21",
"version": "0.9.22",
"license": "MIT",
"author": "Looker",
"repository": {
Expand All @@ -14,7 +14,7 @@
"analyze": "webpack --mode=production --profile"
},
"dependencies": {
"@looker/components": "^0.9.21",
"@looker/components": "^0.9.22",
"core-js": "^3.6.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
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.21",
"version": "0.9.22",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -10,9 +10,9 @@
"postbuild": "npx sb extract"
},
"dependencies": {
"@looker/components": "^0.9.21",
"@looker/components": "^0.9.22",
"@looker/components-providers": "^0.9.21",
"@looker/components-theme-editor": "^0.9.21",
"@looker/components-theme-editor": "^0.9.22",
"@looker/design-tokens": "^0.9.21",
"@looker/icons": "^0.9.21",
"@storybook/react": "^6.0.26",
Expand Down
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "www",
"private": true,
"version": "0.9.21",
"version": "0.9.22",
"devDependencies": {
"@looker/components": "^0.9.21",
"@looker/components": "^0.9.22",
"@looker/design-tokens": "^0.9.21",
"@looker/icons": "^0.9.21",
"@mdx-js/mdx": "^1.6.18",
Expand Down

0 comments on commit 80f57c2

Please sign in to comment.