Skip to content

Commit 90cdc0d

Browse files
release: 1.9.3
## [1.9.3](v1.9.2...v1.9.3) (2025-10-27) ### Bug Fixes * Entering layout animation flickering ([#509](#509)) ([a088626](a088626)) * Fix Tried to synchronously call a non-worklet function ([#507](#507)) ([8d32a45](8d32a45)) * Grid layout issues on web ([#510](#510)) ([dc9c3cd](dc9c3cd)), closes [#509](#509)
1 parent dc9c3cd commit 90cdc0d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/react-native-sortables/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.9.3](https://github.com/MatiPl01/react-native-sortables/compare/v1.9.2...v1.9.3) (2025-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* Entering layout animation flickering ([#509](https://github.com/MatiPl01/react-native-sortables/issues/509)) ([a088626](https://github.com/MatiPl01/react-native-sortables/commit/a08862661a89dfe21a14b6975feb97fc1fa80667))
7+
* Fix Tried to synchronously call a non-worklet function ([#507](https://github.com/MatiPl01/react-native-sortables/issues/507)) ([8d32a45](https://github.com/MatiPl01/react-native-sortables/commit/8d32a45fe6f4b4ab2e649b1d0029159f899dd552))
8+
* Grid layout issues on web ([#510](https://github.com/MatiPl01/react-native-sortables/issues/510)) ([dc9c3cd](https://github.com/MatiPl01/react-native-sortables/commit/dc9c3cd7cd2a03421960371d2d9a8f0e0ec7e721)), closes [#509](https://github.com/MatiPl01/react-native-sortables/issues/509)
9+
110
## [1.9.2](https://github.com/MatiPl01/react-native-sortables/compare/v1.9.1...v1.9.2) (2025-09-16)
211

312

packages/react-native-sortables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-sortables",
33
"description": "Powerful Sortable Components for Flexible Content Reordering in React Native",
4-
"version": "1.9.2",
4+
"version": "1.9.3",
55
"author": "Mateusz Łopaciński (https://github.com/MatiPl01)",
66
"bugs": "https://github.com/MatiPl01/react-native-sortables/issues",
77
"devDependencies": {

0 commit comments

Comments
 (0)