diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a27d11..f4ab4dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -## [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 @@ -13,8 +13,14 @@ All notable changes to this project will be documented in this file. Dates are d 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) diff --git a/example/pubspec.lock b/example/pubspec.lock index 2ac09ce..73d8ce3 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -20,7 +20,7 @@ packages: path: ".." relative: true source: path - version: "0.0.4" + version: "0.0.5" analyzer: dependency: transitive description: diff --git a/package-lock.json b/package-lock.json index 7dfbaea..69fa530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flutter-abrevva", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flutter-abrevva", - "version": "0.0.4", + "version": "0.0.5", "devDependencies": { "@release-it/bumper": "^6.0.1", "@release-it/conventional-changelog": "^8.0.2", diff --git a/package.json b/package.json index 74eec49..c2e7927 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,5 @@ "auto-changelog": "^2.5.0", "release-it": "^17.6.0" }, - "version": "0.0.4" + "version": "0.0.5" } diff --git a/pubspec.yaml b/pubspec.yaml index e540c3c..d766eac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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'