Skip to content

Commit 2e3f763

Browse files
committed
chore: release 0.0.2
1 parent b3ff221 commit 2e3f763

File tree

5 files changed

+73
-8
lines changed

5 files changed

+73
-8
lines changed

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,70 @@
1+
2+
3+
## 0.0.2 (2024-09-20)
4+
5+
6+
### 🎉 Features
7+
8+
* git workflows ([#4](https://github.com/evva-sfw/abrevva-flutter/issues/4)) ([f557ff8](https://github.com/evva-sfw/abrevva-flutter/commit/f557ff8c28fbe215a8f3e67d8f30b9de7c67a995))
9+
* initial commit ([525a81f](https://github.com/evva-sfw/abrevva-flutter/commit/525a81f3200efaed07c11dda56ff71c5c9ae416c))
10+
11+
12+
### 🐛 Bug Fixes
13+
14+
* added proguard consumer rules ([985ac4c](https://github.com/evva-sfw/abrevva-flutter/commit/985ac4ce7cabdb45ba18f735fc423a4367f4f8e1))
15+
* changed cache worklow path ([#13](https://github.com/evva-sfw/abrevva-flutter/issues/13)) ([c0680b1](https://github.com/evva-sfw/abrevva-flutter/commit/c0680b13930bcb6b2e164eac1d3b38b3162bb5a4))
16+
* corrected path for semantic workflow ([#17](https://github.com/evva-sfw/abrevva-flutter/issues/17)) ([113aa61](https://github.com/evva-sfw/abrevva-flutter/commit/113aa61987b2ba9126a28020bf52446fbecb47bb))
17+
18+
19+
### ⚙️ Build System
20+
21+
* **deps:** bump flutter_lints from 2.0.3 to 4.0.0 ([#5](https://github.com/evva-sfw/abrevva-flutter/issues/5)) ([5c3f017](https://github.com/evva-sfw/abrevva-flutter/commit/5c3f017f7ff3f0d97b8580083bbfa36721e8c23f))
22+
23+
24+
### 🚀 Continuous Integration
25+
26+
* add name to package.json ([#18](https://github.com/evva-sfw/abrevva-flutter/issues/18)) ([2dd2a4f](https://github.com/evva-sfw/abrevva-flutter/commit/2dd2a4f9378e864e5143a5a3f439fb5826ee5e39))
27+
* add pubdev credentials setup to release workflow ([#25](https://github.com/evva-sfw/abrevva-flutter/issues/25)) ([9a64ca0](https://github.com/evva-sfw/abrevva-flutter/commit/9a64ca07ca1995024ac153885106e382263f3a3f))
28+
* add semantic pr title check ([#1](https://github.com/evva-sfw/abrevva-flutter/issues/1)) ([d555530](https://github.com/evva-sfw/abrevva-flutter/commit/d5555304bc91399d9601c30ea94be076653f769a))
29+
* checkout git tag for flutter to be able to publish ([#26](https://github.com/evva-sfw/abrevva-flutter/issues/26)) ([7acd230](https://github.com/evva-sfw/abrevva-flutter/commit/7acd2303edb04fb9946226d873954412e6222aa5))
30+
* create artifact for test results ([#9](https://github.com/evva-sfw/abrevva-flutter/issues/9)) ([4ac0ce9](https://github.com/evva-sfw/abrevva-flutter/commit/4ac0ce916211530dda99f25853cb1dd99c39bc4b))
31+
* fix flutter setup for release pipeline ([#15](https://github.com/evva-sfw/abrevva-flutter/issues/15)) ([332ce6e](https://github.com/evva-sfw/abrevva-flutter/commit/332ce6e51db730482354b4f31f31b9235dcab744))
32+
* fix flutter setup in release workflow ([#20](https://github.com/evva-sfw/abrevva-flutter/issues/20)) ([e46256e](https://github.com/evva-sfw/abrevva-flutter/commit/e46256ebffd1574127b232962056f11669e6b300))
33+
* fix install cmd for dart deps ([#14](https://github.com/evva-sfw/abrevva-flutter/issues/14)) ([ef21999](https://github.com/evva-sfw/abrevva-flutter/commit/ef21999b91c2f6a8527eb513bd88b3e40b8035a4))
34+
* increase verbose on release-it ([#24](https://github.com/evva-sfw/abrevva-flutter/issues/24)) ([a028353](https://github.com/evva-sfw/abrevva-flutter/commit/a028353df2d104f7c9712d2b7d767a2e9be91f91))
35+
* rearrange release steps to fix missing git config author ([#19](https://github.com/evva-sfw/abrevva-flutter/issues/19)) ([10d884c](https://github.com/evva-sfw/abrevva-flutter/commit/10d884c9218c1d3b51716bc28f5a827f18592600))
36+
* release-it workflow setup ([#6](https://github.com/evva-sfw/abrevva-flutter/issues/6)) ([7d30dc1](https://github.com/evva-sfw/abrevva-flutter/commit/7d30dc1b8858b6b7f1b9ceda67f889f9a50811f7))
37+
* separate release-it and pub.dev publish to comply with dev.pub settings ([#27](https://github.com/evva-sfw/abrevva-flutter/issues/27)) ([b3ff221](https://github.com/evva-sfw/abrevva-flutter/commit/b3ff221456080f171bb08e6f5b7555863a797683))
38+
* sync npm package jsons ([#16](https://github.com/evva-sfw/abrevva-flutter/issues/16)) ([4a75b71](https://github.com/evva-sfw/abrevva-flutter/commit/4a75b71705dedf69112114e0bb123da73f12edb0))
39+
* test if workflow breaks because of custom action ([#22](https://github.com/evva-sfw/abrevva-flutter/issues/22)) ([cd9556d](https://github.com/evva-sfw/abrevva-flutter/commit/cd9556d449163a864ef9038ea9d228355e2d14cd))
40+
* **test:** fixed typo in Test Workflow; renamed all workflow and jobnames ([#10](https://github.com/evva-sfw/abrevva-flutter/issues/10)) ([dd8fc9f](https://github.com/evva-sfw/abrevva-flutter/commit/dd8fc9f3661225b8209e652d7792200aafc51512))
41+
* **workflow:** added cleanup cache workflow & switched to global workflows ([#12](https://github.com/evva-sfw/abrevva-flutter/issues/12)) ([a996417](https://github.com/evva-sfw/abrevva-flutter/commit/a9964174f28d737c0e996757e7bb975dd41e30fb))
42+
143
### Changelog
244

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

547
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
48+
49+
#### 0.0.2
50+
51+
- ci: separate release-it and pub.dev publish to comply with dev.pub settings [`#27`](https://github.com/evva-sfw/abrevva-flutter/pull/27)
52+
- ci: checkout git tag for flutter to be able to publish [`#26`](https://github.com/evva-sfw/abrevva-flutter/pull/26)
53+
- ci: add pubdev credentials setup to release workflow [`#25`](https://github.com/evva-sfw/abrevva-flutter/pull/25)
54+
- ci: increase verbose on release-it [`#24`](https://github.com/evva-sfw/abrevva-flutter/pull/24)
55+
- ci: test if workflow breaks because of custom action [`#22`](https://github.com/evva-sfw/abrevva-flutter/pull/22)
56+
- ci: fix flutter setup in release workflow [`#20`](https://github.com/evva-sfw/abrevva-flutter/pull/20)
57+
- ci: rearrange release steps to fix missing git config author [`#19`](https://github.com/evva-sfw/abrevva-flutter/pull/19)
58+
- ci: add name to package.json [`#18`](https://github.com/evva-sfw/abrevva-flutter/pull/18)
59+
- fix: corrected path for semantic workflow [`#17`](https://github.com/evva-sfw/abrevva-flutter/pull/17)
60+
- build(deps): bump flutter_lints from 2.0.3 to 4.0.0 [`#5`](https://github.com/evva-sfw/abrevva-flutter/pull/5)
61+
- ci: sync npm package jsons [`#16`](https://github.com/evva-sfw/abrevva-flutter/pull/16)
62+
- ci: fix flutter setup for release pipeline [`#15`](https://github.com/evva-sfw/abrevva-flutter/pull/15)
63+
- fix: changed cache worklow path [`#13`](https://github.com/evva-sfw/abrevva-flutter/pull/13)
64+
- ci: fix install cmd for dart deps [`#14`](https://github.com/evva-sfw/abrevva-flutter/pull/14)
65+
- ci(workflow): added cleanup cache workflow & switched to global workflows [`#12`](https://github.com/evva-sfw/abrevva-flutter/pull/12)
66+
- ci: release-it workflow setup [`#6`](https://github.com/evva-sfw/abrevva-flutter/pull/6)
67+
- ci(test): fixed typo in Test Workflow; renamed all workflow and jobnames [`#10`](https://github.com/evva-sfw/abrevva-flutter/pull/10)
68+
- ci: create artifact for test results [`#9`](https://github.com/evva-sfw/abrevva-flutter/pull/9)
69+
- feat: git workflows [`#4`](https://github.com/evva-sfw/abrevva-flutter/pull/4)
70+
- ci: add semantic pr title check [`#1`](https://github.com/evva-sfw/abrevva-flutter/pull/1)

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ packages:
2020
path: ".."
2121
relative: true
2222
source: path
23-
version: "0.0.1"
23+
version: "0.0.2"
2424
analyzer:
2525
dependency: transitive
2626
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": "0.0.1"
9+
"version": "0.0.2"
1010
}

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ 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: 0.0.1
5+
version: 0.0.2
66
homepage: https://github.com/evva-sfw/abrevva-flutter
77
environment:
8-
sdk: ">=3.2.6 <4.0.0"
9-
flutter: ">=3.3.0"
8+
sdk: '>=3.2.6 <4.0.0'
9+
flutter: '>=3.3.0'
1010
dependencies:
1111
flutter:
1212
sdk: flutter
@@ -18,7 +18,7 @@ dependencies:
1818
dev_dependencies:
1919
flutter_test:
2020
sdk: flutter
21-
flutter_lints: ">=2.0.0 <5.0.0"
21+
flutter_lints: '>=2.0.0 <5.0.0'
2222
test: ^1.24.9
2323
flutter:
2424
plugin:

0 commit comments

Comments
 (0)