Skip to content

Commit

Permalink
chore: release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
evva-bee-bot committed Sep 20, 2024
1 parent 9ca8261 commit 02de2e3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@


## [0.0.4](https://github.com/evva-sfw/abrevva-flutter/compare/0.0.3...0.0.4) (2024-09-20)
## [0.0.5](https://github.com/evva-sfw/abrevva-flutter/compare/0.0.4...0.0.5) (2024-09-20)


### 🚀 Continuous Integration

* use flutter toolchain instead of dart ([#29](https://github.com/evva-sfw/abrevva-flutter/issues/29)) ([6d35649](https://github.com/evva-sfw/abrevva-flutter/commit/6d356496e3c79e7243cc31587ab12c0e6242ebaf))
* add checkout step to pub.dev workflow ([#30](https://github.com/evva-sfw/abrevva-flutter/issues/30)) ([9ca8261](https://github.com/evva-sfw/abrevva-flutter/commit/9ca82614a657fccba066f4545f592505fb83c2c3))

### Changelog

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

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

#### [0.0.5](https://github.com/evva-sfw/abrevva-flutter/compare/0.0.4...0.0.5)

- ci: add checkout step to pub.dev workflow [`#30`](https://github.com/evva-sfw/abrevva-flutter/pull/30)

#### [0.0.4](https://github.com/evva-sfw/abrevva-flutter/compare/0.0.3...0.0.4)

> 20 September 2024
- ci: use flutter toolchain instead of dart [`#29`](https://github.com/evva-sfw/abrevva-flutter/pull/29)

#### [0.0.3](https://github.com/evva-sfw/abrevva-flutter/compare/0.0.2...0.0.3)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.4"
version: "0.0.5"
analyzer:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"auto-changelog": "^2.5.0",
"release-it": "^17.6.0"
},
"version": "0.0.4"
"version": "0.0.5"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: abrevva
description: >-
The EVVA Flutter Module is a collection of tools to work with electronical
EVVA access components. It allows for scanning and connecting via BLE.
version: 0.0.4
version: 0.0.5
homepage: https://github.com/evva-sfw/abrevva-flutter
environment:
sdk: '>=3.2.6 <4.0.0'
Expand Down

0 comments on commit 02de2e3

Please sign in to comment.