Skip to content

Commit c3f3348

Browse files
committed
chore(release): publish new version 3.0.1
1 parent 0d14545 commit c3f3348

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+
## [3.0.1](https://github.com/nativescript-community/perms/compare/v3.0.0...v3.0.1) (2025-01-17)
7+
8+
### Bug Fixes
9+
10+
* `isPermResultAuthorized` fix ([33a02cd](https://github.com/nativescript-community/perms/commit/33a02cd4f67c96e65ff3b78d1a6eb0da82856a1c))
11+
612
## [3.0.0](https://github.com/nativescript-community/perms/compare/v2.3.6...v3.0.0) (2025-01-17)
713

814
### ⚠ BREAKING CHANGES

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0",
2+
"version": "3.0.1",
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+
## [3.0.1](https://github.com/nativescript-community/perms/compare/v3.0.0...v3.0.1) (2025-01-17)
7+
8+
**Note:** Version bump only for package @nativescript-community/perms
9+
610
## [3.0.0](https://github.com/nativescript-community/perms/compare/v2.3.6...v3.0.0) (2025-01-17)
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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "An unified permissions API for NativeScript on iOS and Android.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)