Skip to content

Commit 7922dd0

Browse files
committed
chore: release 1.0.1
1 parent e0c8293 commit 7922dd0

File tree

5 files changed

+18
-43
lines changed

5 files changed

+18
-43
lines changed

CHANGELOG.md

Lines changed: 13 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,33 @@
11

22

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

55

66
### 🎉 Features
77

8-
* added testcase for android getBleDeviceData ([39aeca0](https://github.com/evva-sfw/abrevva-flutter/commit/39aeca0235690675ac670afe834907810f1ba231))
9-
* android permissions are now handled in dart ([cf43d6f](https://github.com/evva-sfw/abrevva-flutter/commit/cf43d6f9b997b886bf4cb68c0b6d0f2f5fc6fc40))
10-
* ios lint ([21f2261](https://github.com/evva-sfw/abrevva-flutter/commit/21f2261395c40e32cefb30ffd9d9ddd940ab6868))
11-
* kotlin files lint ([494f204](https://github.com/evva-sfw/abrevva-flutter/commit/494f2043ee8fa0b33a889abcca431ea66dad3f0a))
12-
* update ios abrevva sdk to 3.0.4 ([57bb2ca](https://github.com/evva-sfw/abrevva-flutter/commit/57bb2cab59d3eabc4feae34a3d727d8d97e7d77b))
13-
* updated android sdk version to 3.0.2 ([536f086](https://github.com/evva-sfw/abrevva-flutter/commit/536f086d04e11a32c1caab40039d70d0182fde2c))
14-
* updated ios + web ([9abc973](https://github.com/evva-sfw/abrevva-flutter/commit/9abc973eb4ded6581d59e837da4235a011db2ba8))
8+
* updated readme ([415c4d9](https://github.com/evva-sfw/abrevva-flutter/commit/415c4d9eb9032167b2891f05012304ed5ab0225f))
159

1610

1711
### 🐛 Bug Fixes
1812

19-
* added missing parameter ([c056758](https://github.com/evva-sfw/abrevva-flutter/commit/c0567588eadf44eb960f10e17b85419e7b2bca98))
20-
* AGP version bump ([ca85b9e](https://github.com/evva-sfw/abrevva-flutter/commit/ca85b9e97843645a9fb3ff79ff200beaae0731b6))
21-
* flutter analyze issues ([91aed1a](https://github.com/evva-sfw/abrevva-flutter/commit/91aed1a6a03b76dd51337d40aac5d9d80881d0bc))
22-
* remove nfc traces ([2f21be8](https://github.com/evva-sfw/abrevva-flutter/commit/2f21be8009b809b83629e4429b61492e8e7c1f6d))
23-
* remove println ([468b47c](https://github.com/evva-sfw/abrevva-flutter/commit/468b47cb57f9a31b1d8085e653b7e605e30b976a))
24-
* removed obsolete ble tests ([a441389](https://github.com/evva-sfw/abrevva-flutter/commit/a441389e042d582e18f2f67531f5b9533e910a4b))
25-
* removed unused android test ([7e50640](https://github.com/evva-sfw/abrevva-flutter/commit/7e50640363cc15136c0597a08b4a3eb7b2a3933b))
26-
* semantic pr github workflow ([3ca4f90](https://github.com/evva-sfw/abrevva-flutter/commit/3ca4f905a4f4e6858c041690e998f86b78bc5e17))
27-
* swiftlint & format ([148502c](https://github.com/evva-sfw/abrevva-flutter/commit/148502ccec5805c37e098f1c858d7f4140ed3137))
28-
* typo ([77fde5c](https://github.com/evva-sfw/abrevva-flutter/commit/77fde5c8f09273c7e8694917b1a343397176cf31))
29-
* web tests ([917fe8d](https://github.com/evva-sfw/abrevva-flutter/commit/917fe8d0f0e927c92a1e1a8427780e777d23af5e))
30-
31-
32-
### 📝 Documentation
33-
34-
* add shields.io badges ([bcf8840](https://github.com/evva-sfw/abrevva-flutter/commit/bcf884082baa2982fddb7293dce55ef2771b8628))
35-
36-
37-
### ⚙️ Build System
38-
39-
* **deps:** bump flutter_lints from 4.0.0 to 5.0.0 ([64d21b5](https://github.com/evva-sfw/abrevva-flutter/commit/64d21b55ee2c7e9830fafe01a8b21823c974e599))
40-
41-
42-
### 🚀 Continuous Integration
43-
44-
* check signed commits ([7ed8c9c](https://github.com/evva-sfw/abrevva-flutter/commit/7ed8c9c86b30e8dd9c2486deaef199c6de1af5e6))
45-
* fix reusable workflows ([32859ed](https://github.com/evva-sfw/abrevva-flutter/commit/32859edf923ee9dd5707a5dc9e1cee7c9986b57d))
46-
* pin all workflow versions ([16d73e6](https://github.com/evva-sfw/abrevva-flutter/commit/16d73e6d413e0c1314e45c72732728328247c8cf))
47-
* remove debug code from release workflow ([b293f04](https://github.com/evva-sfw/abrevva-flutter/commit/b293f04d65664a7140241069b07cd1307f1156ea))
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))
4816

4917
### Changelog
5018

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

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

55-
#### [1.0.0](https://github.com/evva-sfw/abrevva-flutter/compare/0.0.5...1.0.0)
23+
#### [1.0.1](https://github.com/evva-sfw/abrevva-flutter/compare/1.0.0...1.0.1)
24+
25+
- fix: ble device advertisement data structure [`#41`](https://github.com/evva-sfw/abrevva-flutter/pull/41)
26+
- feat: updated readme [`#40`](https://github.com/evva-sfw/abrevva-flutter/pull/40)
27+
28+
### [1.0.0](https://github.com/evva-sfw/abrevva-flutter/compare/0.0.5...1.0.0)
29+
30+
> 24 February 2025
5631
5732
- style: reformat source code [`#39`](https://github.com/evva-sfw/abrevva-flutter/pull/39)
5833
- ci: check signed commits [`#36`](https://github.com/evva-sfw/abrevva-flutter/pull/36)

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.0"
18+
version: "1.0.1"
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.0"
9+
"version": "1.0.1"
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.0
5+
version: 1.0.1
66
homepage: https://github.com/evva-sfw/abrevva-flutter
77
environment:
88
sdk: '>=3.2.6 <4.0.0'

0 commit comments

Comments
 (0)