Skip to content

Commit 4be9f2b

Browse files
authored
Merge pull request #490 from FormidableLabs/update-deps
update deps and changelog
2 parents 7d9ca12 + 52f621c commit 4be9f2b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Victory Changelog
22

3+
## 0.16.2 (2017-02-05)
4+
5+
- [195](https://github.com/FormidableLabs/victory-core/pull/195)
6+
- Fixes null event state bug
7+
- [431](https://github.com/FormidableLabs/victory-chart/pull/431)
8+
- Sets a maximum amount of scale per zoom event for smoother interaction with fast onWheel events
9+
310
## 0.16.1 (2017-02-03)
411

512
- [429](https://github.com/FormidableLabs/victory-chart/pull/429)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"dependencies": {
3535
"builder": "^3.1.0",
3636
"builder-victory-component": "^3.1.0",
37-
"victory-chart": "^16.1.0",
38-
"victory-core": "^13.0.0",
37+
"victory-chart": "^16.1.2",
38+
"victory-core": "^13.0.2",
3939
"victory-pie": "^10.1.0"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)