From 5245ec5211e67ff9a3f50fcd13aecc7bf21a9c93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:20:55 -0700 Subject: [PATCH] Version Packages (#306) Co-authored-by: github-actions[bot] Co-authored-by: Eli Zibin --- .changeset/fifty-phones-search.md | 5 ----- .changeset/quiet-tigers-promise.md | 6 ------ example/CHANGELOG.md | 6 ++++++ example/package.json | 2 +- lib/CHANGELOG.md | 8 ++++++++ lib/package.json | 2 +- 6 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 .changeset/fifty-phones-search.md delete mode 100644 .changeset/quiet-tigers-promise.md diff --git a/.changeset/fifty-phones-search.md b/.changeset/fifty-phones-search.md deleted file mode 100644 index df7f4825..00000000 --- a/.changeset/fifty-phones-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"victory-native": patch ---- - -fix domain padding bottom on bar charts diff --git a/.changeset/quiet-tigers-promise.md b/.changeset/quiet-tigers-promise.md deleted file mode 100644 index 832149ae..00000000 --- a/.changeset/quiet-tigers-promise.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"example": patch -"victory-native": patch ---- - -Add circleSweepDegrees and startAngle props to PieChart diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 07d8384c..2e8bcf7a 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,5 +1,11 @@ # example +## 1.0.3 + +### Patch Changes + +- Add circleSweepDegrees and startAngle props to PieChart ([#307](https://github.com/FormidableLabs/victory-native-xl/pull/307)) + ## 1.0.2 ### Patch Changes diff --git a/example/package.json b/example/package.json index 7aabc704..0b5b7b69 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.0.2", + "version": "1.0.3", "main": "index.js", "scripts": { "start": "expo start -c", diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 40927718..3a5f0223 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,13 @@ # victory-native +## 41.0.2 + +### Patch Changes + +- fix domain padding bottom on bar charts ([#303](https://github.com/FormidableLabs/victory-native-xl/pull/303)) + +- Add circleSweepDegrees and startAngle props to PieChart ([#307](https://github.com/FormidableLabs/victory-native-xl/pull/307)) + ## 41.0.1 ### Patch Changes diff --git a/lib/package.json b/lib/package.json index 6114e6e2..59ca1579 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "victory-native", - "version": "41.0.1", + "version": "41.0.2", "private": false, "license": "MIT", "repository": {