Skip to content

Commit da10df4

Browse files
committed
chore(release): publish new version 2.3.2
1 parent 7a50100 commit da10df4

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.3.2](https://github.com/nativescript-community/perms/compare/v2.3.1...v2.3.2) (2024-03-08)
7+
8+
### Bug Fixes
9+
10+
* **ios:** location request would not resolve ([2fe1edd](https://github.com/nativescript-community/perms/commit/2fe1eddb9f31dfb088a3c74a75b8288116eebf0b))
11+
612
## [2.3.1](https://github.com/nativescript-community/perms/compare/v2.3.0...v2.3.1) (2024-01-11)
713

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

packages/perms/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.3.2](https://github.com/nativescript-community/perms/compare/v2.3.1...v2.3.2) (2024-03-08)
7+
8+
**Note:** Version bump only for package @nativescript-community/perms
9+
610
## [2.3.1](https://github.com/nativescript-community/perms/compare/v2.3.0...v2.3.1) (2024-01-11)
711

812
**Note:** Version bump only for package @nativescript-community/perms

packages/perms/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/perms",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "An unified permissions API for NativeScript on iOS and Android.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)