Skip to content

Commit 4614ed6

Browse files
committed
chore(release): publish new version 2.0.36
1 parent 0bb5e22 commit 4614ed6

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.36](https://github.com/nativescript-community/gesturehandler/compare/v2.0.34...v2.0.36) (2025-10-06)
7+
8+
**Note:** Version bump only for package gesturehandler
9+
610
## [2.0.34](https://github.com/nativescript-community/gesturehandler/compare/v2.0.33...v2.0.34) (2025-09-05)
711

812
**Note:** Version bump only for package gesturehandler

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.35",
2+
"version": "2.0.36",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/gesturehandler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.36](https://github.com/nativescript-community/gesturehandler/compare/v2.0.34...v2.0.36) (2025-10-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/gesturehandler
9+
610
## [2.0.34](https://github.com/nativescript-community/gesturehandler/compare/v2.0.33...v2.0.34) (2025-09-05)
711

812
**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.34",
3+
"version": "2.0.36",
44
"description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
55
"main": "gesturehandler",
66
"sideEffects": false,

0 commit comments

Comments
 (0)