Skip to content

Commit bdf942f

Browse files
committed
v3.1.12
1 parent 4a274ae commit bdf942f

File tree

4 files changed

+41
-21
lines changed

4 files changed

+41
-21
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.1.12](https://github.com/nativescript-community/ble/compare/v3.1.11...v3.1.12) (2023-01-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** onCharacteristicRead deprecated ([9acfe2a](https://github.com/nativescript-community/ble/commit/9acfe2a969e4453ad1ad099f1430be84995ec533))
12+
* refactoring to handle deprecated methods on android 13 ([10bb8ec](https://github.com/nativescript-community/ble/commit/10bb8ec934e8d7be4fc7f677ae5de7e4d5ace756))
13+
14+
15+
16+
17+
618
## [3.1.11](https://github.com/nativescript-community/ble/compare/v3.1.10...v3.1.11) (2022-11-27)
719

820

lerna.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
5-
"npmClient": "yarn",
6-
"useWorkspaces": true,
7-
"command": {
8-
"publish": {
9-
"conventionalCommits": true,
10-
"ignoreChanges": [
11-
"ignored-file",
12-
"*.md"
13-
]
14-
},
15-
"bootstrap": {
16-
"npmClientArgs": [
17-
"--no-package-lock"
18-
]
19-
}
20-
},
21-
"version": "3.1.11"
2+
"packages": [
3+
"packages/*"
4+
],
5+
"npmClient": "yarn",
6+
"useWorkspaces": true,
7+
"command": {
8+
"publish": {
9+
"conventionalCommits": true,
10+
"ignoreChanges": [
11+
"ignored-file",
12+
"*.md"
13+
]
14+
},
15+
"bootstrap": {
16+
"npmClientArgs": [
17+
"--no-package-lock"
18+
]
19+
}
20+
},
21+
"version": "3.1.12"
2222
}

packages/ble/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.1.12](https://github.com/nativescript-community/ble/compare/v3.1.11...v3.1.12) (2023-01-08)
7+
8+
**Note:** Version bump only for package @nativescript-community/ble
9+
10+
11+
12+
13+
614
## [3.1.11](https://github.com/nativescript-community/ble/compare/v3.1.10...v3.1.11) (2022-11-27)
715

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

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

0 commit comments

Comments
 (0)