Skip to content

Commit e8d0590

Browse files
committed
chore(release): publish new version 2.0.26
1 parent 29fd582 commit e8d0590

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.26](https://github.com/nativescript-community/gesturehandler/compare/v2.0.25...v2.0.26) (2024-02-23)
7+
8+
### Bug Fixes
9+
10+
* **ios:** fling gesture fix ([f58dd24](https://github.com/nativescript-community/gesturehandler/commit/f58dd246e7158b1173f4c79ddb08340cf4583812))
11+
* **ios:** test for gesture activation on first touch like Android ([780700b](https://github.com/nativescript-community/gesturehandler/commit/780700bafca703653d1c44c49bdc66c74e7df471))
12+
613
## [2.0.25](https://github.com/nativescript-community/gesturehandler/compare/v2.0.24...v2.0.25) (2024-02-02)
714

815
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.25",
2+
"version": "2.0.26",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/gesturehandler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.26](https://github.com/nativescript-community/gesturehandler/compare/v2.0.25...v2.0.26) (2024-02-23)
7+
8+
### Bug Fixes
9+
10+
* **ios:** fling gesture fix ([f58dd24](https://github.com/nativescript-community/gesturehandler/commit/f58dd246e7158b1173f4c79ddb08340cf4583812))
11+
* **ios:** test for gesture activation on first touch like Android ([780700b](https://github.com/nativescript-community/gesturehandler/commit/780700bafca703653d1c44c49bdc66c74e7df471))
12+
613
## [2.0.25](https://github.com/nativescript-community/gesturehandler/compare/v2.0.24...v2.0.25) (2024-02-02)
714

815
**Note:** Version bump only for package @nativescript-community/gesturehandler

packages/gesturehandler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/gesturehandler",
3-
"version": "2.0.25",
3+
"version": "2.0.26",
44
"description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
55
"main": "gesturehandler",
66
"sideEffects": false,

0 commit comments

Comments
 (0)