Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #166 from FormidableLabs/update-14.0.0
Browse files Browse the repository at this point in the history
14.0.0
  • Loading branch information
boygirl authored Feb 5, 2018
2 parents 2b0114f + 8cef118 commit 30b791e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# VictoryPie Changelog

## 14.0.0 (2018-02-04)

-[166](https://github.com/FormidableLabs/victory-pie/pull/166) Update Victory primitives
**This is a breaking change**
Internal methods for _all_ Victory primitive components have changed. This will be a breaking change for users who are extending primitive components, including `victory-native`.

## 13.3.1 (2018-01-08)

-[164](https://github.com/FormidableLabs/victory-pie/pull/164) Correct typo
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@
"start": "builder run dev",
"test": "builder run check",
"version": "builder run npm:version",
"storybook": "start-storybook -p 3001"
"storybook": "start-storybook -p 3001",
"lank-watch": "lank exec -u -- builder run build-watch",
"lank-run": "lank exec -m victory-pie -uq -- builder run dev --expand-archetype"
},
"dependencies": {
"builder": "^3.2.1",
"builder-victory-component": "^5.1.2",
"d3-shape": "^1.0.0",
"lodash": "^4.17.4",
"victory-core": "^20.6.0"
"victory-core": "^21.0.0"
},
"devDependencies": {
"@kadira/storybook": "^1.25.0",
Expand Down

0 comments on commit 30b791e

Please sign in to comment.