Skip to content

Commit

Permalink
v0.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bowerman committed Jan 29, 2020
1 parent aeab405 commit 1d4821d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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.14"
"version": "0.7.15"
}
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.7.14",
"version": "0.7.15",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
"module": "dist/esm/index.js",
Expand All @@ -25,8 +25,8 @@
"develop-playground": "ttsc --project tsconfig.build.json --watch --module es2015 --target es6 --outDir dist/esm"
},
"dependencies": {
"@looker/design-tokens": "^0.7.14",
"@looker/icons": "^0.7.14",
"@looker/design-tokens": "^0.7.15",
"@looker/icons": "^0.7.15",
"@types/react-transition-group": "^4.2.3",
"@types/styled-system": "^5.1.5",
"d3-color": "^1.4.0",
Expand All @@ -43,7 +43,7 @@
"uuid": "^3.4.0"
},
"devDependencies": {
"@looker/components-test-utils": "^0.7.14",
"@looker/components-test-utils": "^0.7.15",
"@types/d3-color": "^1.2.2",
"@types/d3-hsv": "^0.1.3",
"@types/lodash": "^4.14.149",
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.7.14",
"version": "0.7.15",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
"module": "dist/esm/index.js",
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.14",
"version": "0.7.15",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
"module": "dist/esm/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.7.14",
"version": "0.7.15",
"main": "index.js",
"license": "MIT",
"author": "Looker",
Expand All @@ -14,8 +14,8 @@
"develop": "webpack-dev-server --port 3000 --disable-host-check"
},
"dependencies": {
"@looker/components": "^0.7.14",
"@looker/design-tokens": "^0.7.14",
"@looker/components": "^0.7.15",
"@looker/design-tokens": "^0.7.15",
"lodash": "^4.17.15",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/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.7.14",
"version": "0.7.15",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
"module": "dist/esm/index.js",
Expand All @@ -25,7 +25,7 @@
"develop": "yarn build:es --watch --verbose & yarn declaration --watch"
},
"dependencies": {
"@looker/design-tokens": "^0.7.14",
"@looker/design-tokens": "^0.7.15",
"@testing-library/react": "^9.4.0",
"enzyme": "^3.11.0",
"jest-styled-components": "^6.3.4",
Expand Down
8 changes: 4 additions & 4 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.14",
"version": "0.7.15",
"dependencies": {
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
Expand Down Expand Up @@ -31,9 +31,9 @@
"react-live": "^2.2.2"
},
"devDependencies": {
"@looker/components": "^0.7.14",
"@looker/design-tokens": "^0.7.14",
"@looker/icons": "^0.7.14",
"@looker/components": "^0.7.15",
"@looker/design-tokens": "^0.7.15",
"@looker/icons": "^0.7.15",
"@types/react": "^16.9.19",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.5",
Expand Down

0 comments on commit 1d4821d

Please sign in to comment.