Skip to content

Commit 5ea92af

Browse files
committed
chore(release): publish new version 2.0.29
1 parent 3e339f2 commit 5ea92af

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.29](https://github.com/nativescript-community/gesturehandler/compare/v2.0.28...v2.0.29) (2024-03-22)
7+
8+
### Bug Fixes
9+
10+
* **ios:** cancel gesture fix ([77a2ec0](https://github.com/nativescript-community/gesturehandler/commit/77a2ec07b9af89e6b02b27525e87e3dc0b6a61b2))
11+
* **ios:** gesture override more in line with N ([fb3744d](https://github.com/nativescript-community/gesturehandler/commit/fb3744d274aa5fa659450f1c1b58c73e26d12d3a))
12+
613
## [2.0.28](https://github.com/nativescript-community/gesturehandler/compare/v2.0.27...v2.0.28) (2024-02-24)
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.28",
2+
"version": "2.0.29",
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.29](https://github.com/nativescript-community/gesturehandler/compare/v2.0.28...v2.0.29) (2024-03-22)
7+
8+
### Bug Fixes
9+
10+
* **ios:** cancel gesture fix ([77a2ec0](https://github.com/nativescript-community/gesturehandler/commit/77a2ec07b9af89e6b02b27525e87e3dc0b6a61b2))
11+
* **ios:** gesture override more in line with N ([fb3744d](https://github.com/nativescript-community/gesturehandler/commit/fb3744d274aa5fa659450f1c1b58c73e26d12d3a))
12+
613
## [2.0.28](https://github.com/nativescript-community/gesturehandler/compare/v2.0.27...v2.0.28) (2024-02-24)
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.28",
3+
"version": "2.0.29",
44
"description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
55
"main": "gesturehandler",
66
"sideEffects": false,

0 commit comments

Comments
 (0)