Skip to content

Commit

Permalink
v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bowerman committed Nov 18, 2019
1 parent d8c70cf commit 108ea98
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.7.5"
"version": "0.7.6"
}
4 changes: 2 additions & 2 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.7.5",
"version": "0.7.6",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
"module": "dist/esm/index.js",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@looker/design-tokens": "^0.7.4",
"@looker/icons": "^0.7.4",
"@looker/icons": "^0.7.6",
"@types/react-transition-group": "^4.2.2",
"@types/styled-system": "^5.1.3",
"d3-color": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/icons",
"license": "MIT",
"version": "0.7.4",
"version": "0.7.6",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.7.5",
"version": "0.7.6",
"main": "index.js",
"license": "MIT",
"author": "Looker",
Expand All @@ -14,7 +14,7 @@
"develop": "webpack-dev-server --port 3000 --disable-host-check"
},
"dependencies": {
"@looker/components": "^0.7.5",
"@looker/components": "^0.7.6",
"@looker/design-tokens": "^0.7.4",
"react": "^16.11.0",
"react-dom": "^16.11.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "www",
"private": true,
"version": "0.7.5",
"version": "0.7.6",
"dependencies": {
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
Expand Down Expand Up @@ -30,9 +30,9 @@
"react-live": "^2.2.1"
},
"devDependencies": {
"@looker/components": "^0.7.5",
"@looker/components": "^0.7.6",
"@looker/design-tokens": "^0.7.4",
"@looker/icons": "^0.7.4",
"@looker/icons": "^0.7.6",
"@types/react": "^16.9.9",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.4",
Expand Down

0 comments on commit 108ea98

Please sign in to comment.