Skip to content

Commit c1ea28e

Browse files
committed
chore(release): publish new version 2.3.6
1 parent 89ca724 commit c1ea28e

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.6](https://github.com/nativescript-community/perms/compare/v2.3.5...v2.3.6) (2024-11-27)
7+
8+
### Reverts
9+
10+
* Revert "fix!: check/request will now return a `Status` result instead of of an array" ([48fc65e](https://github.com/nativescript-community/perms/commit/48fc65e4fec9d0ee714756de1c5b2b16608208ce))
11+
612
## [2.3.5](https://github.com/nativescript-community/perms/compare/v2.3.4...v2.3.5) (2024-11-18)
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": "2.3.5",
2+
"version": "2.3.6",
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.6](https://github.com/nativescript-community/perms/compare/v2.3.5...v2.3.6) (2024-11-27)
7+
8+
**Note:** Version bump only for package @nativescript-community/perms
9+
610
## [2.3.5](https://github.com/nativescript-community/perms/compare/v2.3.4...v2.3.5) (2024-11-18)
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.5",
3+
"version": "2.3.6",
44
"description": "An unified permissions API for NativeScript on iOS and Android.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)