From 055d4414ec50bbbb23d9f79e1e67dd49099fe0c8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 29 Jun 2023 00:32:00 +0000 Subject: [PATCH] changelog: v3.2.0 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f7b2485..2b5b549de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog +- [v3.2.0](#v320) - [v3.1.3](#v313) - [v3.1.2](#v312) - [v3.1.1](#v311) @@ -6,10 +7,10 @@ - [v3.0.2](#v302) - [v3.0.1](#v301) - [v3.0.0](#v300) -- [v2.18.0](#v2180)
Older Releases...
------ +# v3.2.0 (2023-06-29) + +#### :bug: Bug Fix + +- fix: vendor esm-only packages [#1716](https://github.com/airbnb/visx/pull/1716) +- vendor: add files entry to package.json [#1724](https://github.com/airbnb/visx/pull/1724) +- docs(xychart): fix typo [#1714](https://github.com/airbnb/visx/pull/1714) + +### :memo: Documentation + +- docs(xychart): fix typo [#1714](https://github.com/airbnb/visx/pull/1714) + +### :house: Internal + +- fix: vendor esm-only packages [#1716](https://github.com/airbnb/visx/pull/1716) +- github: update @octokit/openapi-types to fix release script [#1722](https://github.com/airbnb/visx/pull/1722) +- github: fix release types and logic [#1723](https://github.com/airbnb/visx/pull/1723) + +#### :trophy: Contributors +- [sshsphere](https://github.com/sshsphere) +- [williaster](https://github.com/williaster) + # v3.1.3 (2023-06-28) #### :bug: Bug Fix