Skip to content

Commit

Permalink
Version Packages (#41)
Browse files Browse the repository at this point in the history
* Version Packages

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Marcelo Terreiro Prado <[email protected]>
  • Loading branch information
3 people authored Jun 30, 2024
1 parent efcdb02 commit e2554df
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
24 changes: 0 additions & 24 deletions .changeset/shiny-pigs-talk.md

This file was deleted.

25 changes: 25 additions & 0 deletions packages/flash-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/flash-calendar/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e2554df

Please sign in to comment.