Skip to content

Commit 0644fb9

Browse files
committed
v3.0.30
1 parent df966aa commit 0644fb9

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.30](https://github.com/eddyverbruggen/@nativescript-community/ble/compare/v3.0.29...v3.0.30) (2021-11-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** isConnected wrong state after disconnection ([a038f1b](https://github.com/eddyverbruggen/@nativescript-community/ble/commit/a038f1bee75b4927b022b063c356f6437cd70c7c))
12+
* **android:** Notification streams are now properly disabled when stop requested. ([b4afb5a](https://github.com/eddyverbruggen/@nativescript-community/ble/commit/b4afb5a849b64cb4b13398a181b2bee8bceab8ca))
13+
* **ios:** Ensure the Central Manager is created prior to waiting for the bluetooth_status_event. ([999616f](https://github.com/eddyverbruggen/@nativescript-community/ble/commit/999616fbaaf3d9dd920df5e44b1e97be73a74e75))
14+
15+
16+
### Features
17+
18+
* **android:** corrects Promise handling and introduces the ability to disable the plugin queue. ([1028c15](https://github.com/eddyverbruggen/@nativescript-community/ble/commit/1028c15c707cb0409eac64e15ccc2b84cb0c4f42))
19+
* **ios:** explicitly allow restoreIdentifer = null to disable restoring. ([9beb319](https://github.com/eddyverbruggen/@nativescript-community/ble/commit/9beb3197410d491aad22e9bac76fe2a925a2369a))
20+
21+
22+
23+
24+
625
## [3.0.29](https://github.com/eddyverbruggen/@nativescript-community/ble/compare/v3.0.28...v3.0.29) (2021-07-09)
726

827

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "3.0.29",
5+
"version": "3.0.30",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.30](https://github.com/nativescript-community/ble/compare/v3.0.29...v3.0.30) (2021-11-30)
7+
8+
**Note:** Version bump only for package @nativescript-community/ble
9+
10+
11+
12+
13+
614
## [3.0.29](https://github.com/nativescript-community/ble/compare/v3.0.28...v3.0.29) (2021-07-09)
715

816
**Note:** Version bump only for package @nativescript-community/ble

plugin/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/ble",
3-
"version": "3.0.29",
3+
"version": "3.0.30",
44
"description": "Connect to and interact with Bluetooth LE peripherals.",
55
"main": "./bluetooth",
66
"typings": "./bluetooth.d.ts",

0 commit comments

Comments
 (0)