Skip to content

Commit

Permalink
v0.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bowerman committed Jan 16, 2020
1 parent f8eed7b commit a4f82af
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.12"
"version": "0.7.13"
}
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.7.12",
"version": "0.7.13",
"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.12",
"version": "0.7.13",
"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.12",
"@looker/components": "^0.7.13",
"@looker/design-tokens": "^0.7.10",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "server",
"private": true,
"license": "MIT",
"version": "0.7.12",
"version": "0.7.13",
"main": "index.ts",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 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.12",
"version": "0.7.13",
"dependencies": {
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/react": "^1.5.4",
Expand Down Expand Up @@ -30,7 +30,7 @@
"react-live": "^2.2.2"
},
"devDependencies": {
"@looker/components": "^0.7.12",
"@looker/components": "^0.7.13",
"@looker/design-tokens": "^0.7.10",
"@looker/icons": "^0.7.11",
"@types/react": "^16.9.17",
Expand Down

0 comments on commit a4f82af

Please sign in to comment.