Skip to content

Commit

Permalink
release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Dec 2, 2019
1 parent ab25ed0 commit 9539046
Show file tree
Hide file tree
Showing 3 changed files with 1,176 additions and 345 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 7.3.0 - 11/18/19
# 7.2.1 - 12/2/19
- [Feature] Add `displayAllLabels` to `PieChart` component
- [Fix] Improve performance of `Tooltip`
- [Chore] Move more components to `FC`
- [Chore] Bump depepdencies

# 7.2.0 - 11/18/19
- [Feature] Add ability to have tooltip only show up on bar hover
Expand Down
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reaviz",
"version": "7.3.0",
"version": "7.2.1",
"description": "Data Visualization using React and D3.js",
"scripts": {
"start": "start-storybook -p 9010 -s public",
Expand Down Expand Up @@ -68,17 +68,17 @@
"chroma-js": "^2.1.0",
"classnames": "^2.2.6",
"d3-array": "^2.4.0",
"d3-format": "^1.4.1",
"d3-geo": "^1.11.8",
"d3-interpolate": "^1.3.2",
"d3-format": "^1.4.2",
"d3-geo": "^1.11.9",
"d3-interpolate": "^1.4.0",
"d3-sankey": "^0.12.3",
"d3-scale": "^3.2.0",
"d3-shape": "^1.3.5",
"d3-scale": "^3.2.1",
"d3-shape": "^1.3.7",
"d3-time": "^1.1.0",
"ellipsize": "^0.1.0",
"framer-motion": "1.6.7",
"human-format": "^0.10.1",
"is-equal": "^1.6.0",
"is-equal": "^1.6.1",
"memoize-bind": "^1.0.3",
"memoize-one": "^5.1.1",
"rdk": "^3.0.3",
Expand All @@ -96,26 +96,26 @@
"react-dom": ">=16"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@babel/preset-typescript": "^7.7.2",
"@babel/runtime": "^7.7.2",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@babel/runtime": "^7.7.4",
"@mdx-js/react": "^1.5.1",
"@storybook/addon-centered": "^5.2.6",
"@storybook/addon-docs": "^5.2.6",
"@storybook/addon-google-analytics": "^5.2.6",
"@storybook/addon-knobs": "^5.2.6",
"@storybook/addons": "^5.2.6",
"@storybook/react": "^5.2.6",
"@storybook/addon-centered": "^5.2.8",
"@storybook/addon-docs": "^5.2.8",
"@storybook/addon-google-analytics": "^5.2.8",
"@storybook/addon-knobs": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react": "^5.2.8",
"@storybook/storybook-deployer": "^2.8.1",
"@testing-library/react": "^9.3.2",
"@types/classnames": "^2.2.9",
Expand All @@ -125,23 +125,23 @@
"@types/d3-shape": "^1.3.2",
"@types/d3-time": "^1.0.10",
"@types/jest": "^24.0.23",
"@types/react": "^16.9.11",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"@types/topojson-client": "^3.0.0",
"autoprefixer": "^9.7.1",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"husky": "^3.0.9",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-junit": "^9.0.0",
"lint-staged": "^9.4.3",
"lint-staged": "^9.5.0",
"moment": "^2.24.0",
"node-sass": "^4.13.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-codesandboxer": "^3.1.5",
"react-docgen-typescript-loader": "^3.4.0",
"react-docgen-typescript-loader": "^3.6.0",
"react-dom": "^16.12.0",
"rollup": "^1.27.0",
"rollup": "^1.27.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
Expand All @@ -151,9 +151,9 @@
"rollup-plugin-typescript2": "^0.25.2",
"sass-loader": "^8.0.0",
"semver": "^6.3.0",
"storybook-chroma": "^3.1.0",
"storybook-chroma": "^3.4.0",
"topojson-client": "^3.1.0",
"ts-jest": "^24.1.0",
"ts-jest": "^24.2.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.2",
"world-atlas": "^2.0.2"
Expand Down
Loading

0 comments on commit 9539046

Please sign in to comment.