Skip to content

Commit 52a3baa

Browse files
committed
chore: release 1.0.2
1 parent 693ef5f commit 52a3baa

File tree

5 files changed

+21
-12
lines changed

5 files changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
11

22

3-
## [1.0.1](https://github.com/evva-sfw/abrevva-flutter/compare/1.0.0...1.0.1) (2025-02-24)
3+
## [1.0.2](https://github.com/evva-sfw/abrevva-flutter/compare/1.0.1...1.0.2) (2025-02-26)
44

55

6-
### 🎉 Features
6+
### 🐛 Bug Fixes
77

8-
* updated readme ([415c4d9](https://github.com/evva-sfw/abrevva-flutter/commit/415c4d9eb9032167b2891f05012304ed5ab0225f))
8+
* changed default casting from double/long to int ([a254b96](https://github.com/evva-sfw/abrevva-flutter/commit/a254b964940dc65d223c04cf3b46ab14f0ba8491))
9+
* removed Bluetooth_connect permission from manifest ([49cba58](https://github.com/evva-sfw/abrevva-flutter/commit/49cba5867204401bf1935c34ef988047a1c6b3b2))
910

1011

11-
### 🐛 Bug Fixes
12+
### 🚀 Continuous Integration
1213

13-
* package name in Readme ([9e681fa](https://github.com/evva-sfw/abrevva-flutter/commit/9e681faeaab12b7a0d074f8f7225783b4d8fdcbc))
14-
* structural changes to match react/cap plugin structure ([71d4f3b](https://github.com/evva-sfw/abrevva-flutter/commit/71d4f3b53a37e560dca537f01089a6a513f2afe8))
15-
* typo ([a209f95](https://github.com/evva-sfw/abrevva-flutter/commit/a209f9503566ddb48f0d47f09bd51e914fc98aaf))
14+
* add CODEOWNERS ([1b94226](https://github.com/evva-sfw/abrevva-flutter/commit/1b94226144a8b5f48632e04449d4e1fb410f027d))
15+
* add release-it types sec and chore ([1e324ba](https://github.com/evva-sfw/abrevva-flutter/commit/1e324bae277169fa01247ba1c1d312cd9fb05db1))
16+
* fix CODEOWNERS team name ([d094a28](https://github.com/evva-sfw/abrevva-flutter/commit/d094a28a37fcb039a6a1a338cffa64967945e989))
1617

1718
### Changelog
1819

1920
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
2021

2122
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2223

24+
#### [1.0.2](https://github.com/evva-sfw/abrevva-flutter/compare/1.0.1...1.0.2)
25+
26+
- fix: changed default casting from double/long to int [`#44`](https://github.com/evva-sfw/abrevva-flutter/pull/44)
27+
- ci: add CODEOWNERS [`#43`](https://github.com/evva-sfw/abrevva-flutter/pull/43)
28+
- ci: add release-it types sec and chore [`#42`](https://github.com/evva-sfw/abrevva-flutter/pull/42)
29+
2330
#### [1.0.1](https://github.com/evva-sfw/abrevva-flutter/compare/1.0.0...1.0.1)
2431

32+
> 24 February 2025
33+
2534
- fix: ble device advertisement data structure [`#41`](https://github.com/evva-sfw/abrevva-flutter/pull/41)
2635
- feat: updated readme [`#40`](https://github.com/evva-sfw/abrevva-flutter/pull/40)
2736

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ packages:
1515
path: ".."
1616
relative: true
1717
source: path
18-
version: "1.0.1"
18+
version: "1.0.2"
1919
analyzer:
2020
dependency: transitive
2121
description:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"auto-changelog": "^2.5.0",
77
"release-it": "^17.6.0"
88
},
9-
"version": "1.0.1"
9+
"version": "1.0.2"
1010
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: abrevva
22
description: >-
33
The EVVA Flutter Module is a collection of tools to work with electronical
44
EVVA access components. It allows for scanning and connecting via BLE.
5-
version: 1.0.1
5+
version: 1.0.2
66
homepage: https://github.com/evva-sfw/abrevva-flutter
77
environment:
88
sdk: '>=3.2.6 <4.0.0'

0 commit comments

Comments
 (0)