From e2554dfdbea250cb292eaba834eaad314d02b36b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:33:07 -0300 Subject: [PATCH] Version Packages (#41) * Version Packages * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] Co-authored-by: Marcelo Terreiro Prado --- .changeset/shiny-pigs-talk.md | 24 ------------------------ packages/flash-calendar/CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/flash-calendar/package.json | 2 +- 3 files changed, 26 insertions(+), 25 deletions(-) delete mode 100644 .changeset/shiny-pigs-talk.md diff --git a/.changeset/shiny-pigs-talk.md b/.changeset/shiny-pigs-talk.md deleted file mode 100644 index 892677f..0000000 --- a/.changeset/shiny-pigs-talk.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -"@marceloterreiro/flash-calendar": major ---- - -# Flash Calendar 1.0.0 🚢 🎉 - -This release officially marks the package as ready for production use (`1.0.0`). -While it's been stable since the first release, bumping to `1.0.0` was something -I had in mind for a while. - -- New: Add `.scrollToMonth` and `.scrollToDate`, increasing the options available for imperative scrolling. - -## Breaking changes - -This release introduces one slightly change in behavior if you're app uses -imperative scrolling. Previously, `.scrollToDate` would scroll to the month -containing the date instead of the exact date. Now, `.scrollToDate` will scroll -to the exact date as the name suggests. - -If you intentionally want to scroll to the month instead, a new `.scrollToMonth` -method was added (same signature). - -I don't expect this to cause any issues for existing apps, but worth mentioned -nonetheless. diff --git a/packages/flash-calendar/CHANGELOG.md b/packages/flash-calendar/CHANGELOG.md index cc17ff5..a9476a0 100644 --- a/packages/flash-calendar/CHANGELOG.md +++ b/packages/flash-calendar/CHANGELOG.md @@ -1,5 +1,30 @@ # @marceloterreiro/flash-calendar +## 1.0.0 + +### Major Changes + +- 9bf22ed: Flash Calendar 1.0.0 🚢 🎉 + + This release officially marks the package as production-ready (`1.0.0`). + While it's been stable since the first release, bumping to `1.0.0` was something + I had in mind for a while. + + - New: Add `.scrollToMonth` and `.scrollToDate`, increasing the options available for imperative scrolling. + + ## Breaking changes + + This release introduces one small change in behavior if your app uses + imperative scrolling. Previously, `.scrollToDate` would scroll to the month + containing the date instead of the exact date. Now, `.scrollToDate` scrolls + to the exact date as implied by the name. + + If you intentionally want to scroll to the month instead, a new `.scrollToMonth` + method is available (same signature). + + I don't expect this to cause any issues, but worth mentioned + nonetheless. + ## 0.0.9 ### Patch Changes diff --git a/packages/flash-calendar/package.json b/packages/flash-calendar/package.json index 5d50899..09acdaa 100644 --- a/packages/flash-calendar/package.json +++ b/packages/flash-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@marceloterreiro/flash-calendar", - "version": "0.0.9", + "version": "1.0.0", "private": false, "description": "A better calendar for React Native.", "repository": {