diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e7b2ff..c2b0d75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2022-12-19 + +### Changes + +--- + +Packages with breaking changes: + + - [`leap` - `v0.1.0`](#leap---v010) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `leap` - `v0.1.0` + + - **BREAKING** **FEAT**: updating to flame 1.5 ([#6](https://github.com/kurtome/leap/issues/6)). ([a1c345c8](https://github.com/kurtome/leap/commit/a1c345c89709ebed5adc4eaec722a8a9abcea8c3)) + + ## 2022-09-24 ### Changes diff --git a/packages/leap/CHANGELOG.md b/packages/leap/CHANGELOG.md index 7fc58a4..8281ea3 100644 --- a/packages/leap/CHANGELOG.md +++ b/packages/leap/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.0 + +> Note: This release has breaking changes. + + - **BREAKING** **FEAT**: updating to flame 1.5 ([#6](https://github.com/kurtome/leap/issues/6)). ([a1c345c8](https://github.com/kurtome/leap/commit/a1c345c89709ebed5adc4eaec722a8a9abcea8c3)) + ## 0.0.3 - **FEAT**: uncoupling input implementation ([#5](https://github.com/kurtome/leap/issues/5)). ([bb2fdd26](https://github.com/kurtome/leap/commit/bb2fdd2679de13efa394fe8270ba68f395e350ab)) diff --git a/packages/leap/pubspec.yaml b/packages/leap/pubspec.yaml index 0d75763..05305ad 100644 --- a/packages/leap/pubspec.yaml +++ b/packages/leap/pubspec.yaml @@ -1,6 +1,6 @@ name: leap description: An opinionated toolkit for creating 2D platformers on top of Flame engine. -version: 0.0.3 +version: 0.1.0 homepage: https://github.com/kurtome/leap environment: