Skip to content

Commit ec41c93

Browse files
release: 1.9.1
## [1.9.1](v1.9.0...v1.9.1) (2025-09-15) ### Bug Fixes * Active item getting stuck on iOS 26 ([#494](#494)) ([55b5269](55b5269)) * Invalid item position after release in reduced motion ([#495](#495)) ([9ebee4c](9ebee4c))
1 parent 9ebee4c commit ec41c93

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/react-native-sortables/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.9.1](https://github.com/MatiPl01/react-native-sortables/compare/v1.9.0...v1.9.1) (2025-09-15)
2+
3+
4+
### Bug Fixes
5+
6+
* Active item getting stuck on iOS 26 ([#494](https://github.com/MatiPl01/react-native-sortables/issues/494)) ([55b5269](https://github.com/MatiPl01/react-native-sortables/commit/55b5269f8f69ebba8cf0a8aa73b72f09b6265aeb))
7+
* Invalid item position after release in reduced motion ([#495](https://github.com/MatiPl01/react-native-sortables/issues/495)) ([9ebee4c](https://github.com/MatiPl01/react-native-sortables/commit/9ebee4c55f42cb9dc87733dfa3155e0d4968f073))
8+
19
# [1.9.0](https://github.com/MatiPl01/react-native-sortables/compare/v1.8.0...v1.9.0) (2025-09-13)
210

311

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.0",
4+
"version": "1.9.1",
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)