From 4dd4b4c78a5e3bc64bdf8c63f87e7e7fbfd655c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:35:48 -0300 Subject: [PATCH] Version Packages (#23) Co-authored-by: github-actions[bot] --- .changeset/spicy-starfishes-punch.md | 5 ----- packages/flash-calendar/CHANGELOG.md | 6 ++++++ packages/flash-calendar/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/spicy-starfishes-punch.md diff --git a/.changeset/spicy-starfishes-punch.md b/.changeset/spicy-starfishes-punch.md deleted file mode 100644 index b64ef58..0000000 --- a/.changeset/spicy-starfishes-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marceloterreiro/flash-calendar": patch ---- - -Remove `borderRadius` type from `itemDay.container`, given it gets overwritten by the base component. diff --git a/packages/flash-calendar/CHANGELOG.md b/packages/flash-calendar/CHANGELOG.md index c417990..77c9946 100644 --- a/packages/flash-calendar/CHANGELOG.md +++ b/packages/flash-calendar/CHANGELOG.md @@ -1,5 +1,11 @@ # @marceloterreiro/flash-calendar +## 0.0.8 + +### Patch Changes + +- 4fe1276: Remove `borderRadius` type from `itemDay.container`, given it gets overwritten by the base component. + ## 0.0.7 ### Patch Changes diff --git a/packages/flash-calendar/package.json b/packages/flash-calendar/package.json index d3506cc..d97d311 100644 --- a/packages/flash-calendar/package.json +++ b/packages/flash-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@marceloterreiro/flash-calendar", - "version": "0.0.7", + "version": "0.0.8", "private": false, "description": "A better calendar for React Native.", "repository": {