Skip to content

Commit cf2e1ba

Browse files
committed
v2.0.4
1 parent 90b3a95 commit cf2e1ba

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4](https://github.com/nativescript-community/gesturehandler/compare/v2.0.3...v2.0.4) (2022-05-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** build fix with pnpm ([90b3a95](https://github.com/nativescript-community/gesturehandler/commit/90b3a953c8cf5f6ec2d488814c1e9d752591de3a))
12+
13+
14+
15+
16+
617
## [2.0.3](https://github.com/nativescript-community/gesturehandler/compare/v2.0.2...v2.0.3) (2022-04-11)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.0.3",
5+
"version": "2.0.4",
66
"npmClient": "npm",
77
"command": {
88
"publish": {

packages/gesturehandler/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4](https://github.com/nativescript-community/gesturehandler/compare/v2.0.3...v2.0.4) (2022-05-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** build fix with pnpm ([90b3a95](https://github.com/nativescript-community/gesturehandler/commit/90b3a953c8cf5f6ec2d488814c1e9d752591de3a))
12+
13+
14+
15+
16+
617
## [2.0.3](https://github.com/nativescript-community/gesturehandler/compare/v2.0.2...v2.0.3) (2022-04-11)
718

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

0 commit comments

Comments
 (0)