Skip to content

Commit

Permalink
chore(release): publish new version 3.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 11, 2024
1 parent 8f5194b commit 4c4d55e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.18](https://github.com/nativescript-community/ble/compare/v3.1.17...v3.1.18) (2024-01-11)

### Bug Fixes

* **android:** location permission was always returned granted ([e3625f5](https://github.com/nativescript-community/ble/commit/e3625f51680741195e5b12dfc0e8228d6fbf746b))
* **android:** make it clearer how to use permissions in the doc. Also code changed a bit to reflect that. NOW YOU NEED TO DEFINE PERMISSIONS IN YOUR MANIFEST. The plugin wont do it anymore to not add unecessary permissions ([63b8750](https://github.com/nativescript-community/ble/commit/63b87508905f4edc36758998c7b312168323dd73))

## [3.1.17](https://github.com/nativescript-community/ble/compare/v3.1.16...v3.1.17) (2023-11-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.17",
"version": "3.1.18",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/ble/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.18](https://github.com/nativescript-community/ble/compare/v3.1.17...v3.1.18) (2024-01-11)

### Bug Fixes

* **android:** make it clearer how to use permissions in the doc. Also code changed a bit to reflect that. NOW YOU NEED TO DEFINE PERMISSIONS IN YOUR MANIFEST. The plugin wont do it anymore to not add unecessary permissions ([63b8750](https://github.com/nativescript-community/ble/commit/63b87508905f4edc36758998c7b312168323dd73))

## [3.1.17](https://github.com/nativescript-community/ble/compare/v3.1.16...v3.1.17) (2023-11-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ble",
"version": "3.1.17",
"version": "3.1.18",
"description": "Connect to and interact with Bluetooth LE peripherals.",
"main": "./index",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 4c4d55e

Please sign in to comment.