Skip to content

Commit

Permalink
Merge pull request #667 from dohooo/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (canary)
  • Loading branch information
dohooo authored Sep 11, 2024
2 parents d85dd69 + f929608 commit 8b0096e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,22 @@
"changesets": [
"bright-socks-change",
"brown-onions-wave",
"clever-pants-approve",
"eighty-points-drum",
"gold-onions-chew",
"hungry-actors-grab",
"lazy-ties-design",
"lazy-tips-wave",
"loud-cars-hunt",
"many-ads-fry",
"mighty-pianos-pull",
"nine-moose-whisper",
"poor-pets-eat",
"proud-bobcats-tan",
"proud-zebras-jump",
"short-avocados-sparkle",
"slow-donkeys-rest",
"spotty-melons-return",
"thick-ties-think",
"three-mangos-wait",
"violet-buckets-act",
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# react-native-reanimated-carousel

## 4.0.0-canary.13

### Patch Changes

- [#629](https://github.com/dohooo/react-native-reanimated-carousel/pull/629) [`80ec737`](https://github.com/dohooo/react-native-reanimated-carousel/commit/80ec737b726c1522f2af0308afb9b95ad6f9be4d) Thanks [@nickoelsner](https://github.com/nickoelsner)! - fix: typescript error where MeasuredDimension can be null

- [#652](https://github.com/dohooo/react-native-reanimated-carousel/pull/652) [`2916a26`](https://github.com/dohooo/react-native-reanimated-carousel/commit/2916a26eb0392b600aa06e3b8b4bf419c68f0723) Thanks [@bdtren](https://github.com/bdtren)! - Add <Pagination.Custom/> dot animation.

- [#577](https://github.com/dohooo/react-native-reanimated-carousel/pull/577) [`17621ca`](https://github.com/dohooo/react-native-reanimated-carousel/commit/17621ca772cc3f166094e1445253f77a0967a201) Thanks [@nmassey](https://github.com/nmassey)! - fix: make gesture onStart/onUpdate/onEnd (et al) callbacks run as worklets again

- [#648](https://github.com/dohooo/react-native-reanimated-carousel/pull/648) [`0abdb2d`](https://github.com/dohooo/react-native-reanimated-carousel/commit/0abdb2d51fba1d309a065ed614713d792b6e70a5) Thanks [@nmassey](https://github.com/nmassey)! - fix app crash when using "onProgressChange" prop as function

- [#576](https://github.com/dohooo/react-native-reanimated-carousel/pull/576) [`a99f069`](https://github.com/dohooo/react-native-reanimated-carousel/commit/a99f069b5c4bace6e0cf42d457d3d3363321dd7f) Thanks [@nmassey](https://github.com/nmassey)! - fix: rework code to avoid possible flicker when starting pan (panOffset race condition)

## 4.0.0-alpha.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-reanimated-carousel",
"version": "4.0.0-alpha.12",
"version": "4.0.0-canary.13",
"packageManager": "[email protected]",
"description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.",
"author": "Doho <[email protected]> (https://github.com/dohooo)",
Expand Down

0 comments on commit 8b0096e

Please sign in to comment.