Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtome committed Sep 1, 2024
1 parent c33024e commit f166f35
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-09-01

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`leap` - `v0.8.1`](#leap---v081)

---

#### `leap` - `v0.8.1`

- **FIX**: non-solid collisions no not account for velocity properly ([#64](https://github.com/kurtome/leap/issues/64)). ([c33024e5](https://github.com/kurtome/leap/commit/c33024e5ca2638710d632ea859712f7090a88c22))
- **FEAT**: adding IgnoresCollisionTags status ([#63](https://github.com/kurtome/leap/issues/63)). ([de882d63](https://github.com/kurtome/leap/commit/de882d63d5fc95f7639ea94f5abcd5123f1ce954))
- **FEAT**: improving StatusComponent including rename to EntityStatus ([#62](https://github.com/kurtome/leap/issues/62)). ([4a53ceaa](https://github.com/kurtome/leap/commit/4a53ceaa774b4c098e2dbe8ac6ed89f8488ae548))


## 2024-08-28

### Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/leap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.8.1

- **FIX**: non-solid collisions no not account for velocity properly ([#64](https://github.com/kurtome/leap/issues/64)). ([c33024e5](https://github.com/kurtome/leap/commit/c33024e5ca2638710d632ea859712f7090a88c22))
- **FEAT**: adding IgnoresCollisionTags status ([#63](https://github.com/kurtome/leap/issues/63)). ([de882d63](https://github.com/kurtome/leap/commit/de882d63d5fc95f7639ea94f5abcd5123f1ce954))
- **FEAT**: improving StatusComponent including rename to EntityStatus ([#62](https://github.com/kurtome/leap/issues/62)). ([4a53ceaa](https://github.com/kurtome/leap/commit/4a53ceaa774b4c098e2dbe8ac6ed89f8488ae548))

## 0.8.0+1

- **FIX**: fixing prevPosition updating ([#55](https://github.com/kurtome/leap/issues/55)). ([64170f29](https://github.com/kurtome/leap/commit/64170f29324b92304dbc5208d5f55b048c39f8dc))
Expand Down
2 changes: 1 addition & 1 deletion packages/leap/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: leap
description: An opinionated toolkit for creating 2D platformers on top of Flame engine.
version: 0.8.0+1
version: 0.8.1
homepage: https://github.com/kurtome/leap

environment:
Expand Down

0 comments on commit f166f35

Please sign in to comment.