chore(release): Publish flame_tiled v1.7.1

- flame_tiled@1.7.1
This commit is contained in:
Lukas Klingsbo
2022-08-11 13:51:28 +02:00
committed by GitHub
parent bfdc3a291b
commit eabf3feb84
4 changed files with 29 additions and 2 deletions

View File

@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2022-08-10
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`flame_tiled` - `v1.7.1`](#flame_tiled---v171)
---
#### `flame_tiled` - `v1.7.1`
- **FIX**: Remove unnecessary x offset ([#1838](https://github.com/flame-engine/flame/issues/1838)). ([4ea12b72](https://github.com/flame-engine/flame/commit/4ea12b724e04843b3b7dcd02dc2fb5060c9cf283))
- **FEAT**: Adding support for additional layer rendering options ([#1794](https://github.com/flame-engine/flame/issues/1794)). ([112acf2a](https://github.com/flame-engine/flame/commit/112acf2aa70ded86e6c2b661f5d6a4855d043f99))
## 2022-08-09
### Changes

View File

@ -1,3 +1,8 @@
## 1.7.1
- **FIX**: Remove unnecessary x offset ([#1838](https://github.com/flame-engine/flame/issues/1838)). ([4ea12b72](https://github.com/flame-engine/flame/commit/4ea12b724e04843b3b7dcd02dc2fb5060c9cf283))
- **FEAT**: Adding support for additional layer rendering options ([#1794](https://github.com/flame-engine/flame/issues/1794)). ([112acf2a](https://github.com/flame-engine/flame/commit/112acf2aa70ded86e6c2b661f5d6a4855d043f99))
## 1.7.0
- **FIX**: Correct flutter constraint ([#1731](https://github.com/flame-engine/flame/issues/1731)). ([c7383843](https://github.com/flame-engine/flame/commit/c738384314a1a5c3695d1c3adaebcb59604df83a))

View File

@ -8,7 +8,7 @@ environment:
dependencies:
flame: ^1.2.1
flame_tiled: ^1.7.0
flame_tiled: ^1.7.1
flutter:
sdk: flutter

View File

@ -1,6 +1,6 @@
name: flame_tiled
description: Tiled support for the Flame game engine. This uses the tiled package and provides wrappers and components to be used inside Flame.
version: 1.7.0
version: 1.7.1
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_tiled
environment: