Skip to content

Commit 9312d88

Browse files
committed
update changelog
1 parent a820819 commit 9312d88

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## 35.5.1 (2021-04-12)
4+
5+
- [#1819](https://github.com/FormidableLabs/victory/pull/1819) - Improve built `dist` output
6+
37
## 35.5.0 (2021-04-07)
48

59
- [#1815](https://github.com/FormidableLabs/victory/pull/1815) - Fix a bug affecting `VictoryBrushContainer` with `allowResize` set to false, and use `defaultBrushArea="move"` by default when `allowResize` is set to false.

CONTRIBUTING.md

-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ You will be prompted to select an appropriate version before continuing. Lerna w
112112

113113
Some of our scripts are intended to run only in the context of individual packages. If you are developing scripts and need to run them individually from the root directory, you can do so with `lerna exec --scope <PACKAGE_NAME> <SCRIPT>`. For example, building `dist` for each package is typically done only when versioning packages, and is run by Lerna for each package, when it runs the `version` script for that package. To test building `dist` for only `victory-core`, run `lerna exec --scope victory-core nps build-dists`
114114

115-
116115
## Contributor Covenant Code of Conduct
117116

118117
### Our Pledge

0 commit comments

Comments
 (0)