From ae898f7c91e47d1e63a61bf9e58f41b923809c22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:29:18 -0700 Subject: [PATCH] Version Packages (#389) Co-authored-by: github-actions[bot] Co-authored-by: Eli Zibin --- .changeset/pink-flowers-clap.md | 6 ------ example/CHANGELOG.md | 6 ++++++ example/package.json | 2 +- lib/CHANGELOG.md | 6 ++++++ lib/package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .changeset/pink-flowers-clap.md diff --git a/.changeset/pink-flowers-clap.md b/.changeset/pink-flowers-clap.md deleted file mode 100644 index 5ef37ad1..00000000 --- a/.changeset/pink-flowers-clap.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"example": patch -"victory-native": patch ---- - -Fix stacked bar rounded corners for non-uniform datasets and add support for positive and negative values in the same column. diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index b447064f..f182c993 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,5 +1,11 @@ # example +## 1.2.1 + +### Patch Changes + +- Fix stacked bar rounded corners for non-uniform datasets and add support for positive and negative values in the same column. ([#386](https://github.com/FormidableLabs/victory-native-xl/pull/386)) + ## 1.2.0 ### Minor Changes diff --git a/example/package.json b/example/package.json index e780cb34..ea6b2a81 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.2.0", + "version": "1.2.1", "main": "index.js", "scripts": { "start": "expo start -c", diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index c8295cf0..0739d9b4 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,11 @@ # victory-native +## 41.6.1 + +### Patch Changes + +- Fix stacked bar rounded corners for non-uniform datasets and add support for positive and negative values in the same column. ([#386](https://github.com/FormidableLabs/victory-native-xl/pull/386)) + ## 41.6.0 ### Minor Changes diff --git a/lib/package.json b/lib/package.json index 99e0188c..d4965c85 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "victory-native", - "version": "41.6.0", + "version": "41.6.1", "private": false, "license": "MIT", "repository": {