Skip to content

Commit d71d0c8

Browse files
committed
chore(release): publish packages
- tiled@0.10.1
1 parent 33d99b7 commit d71d0c8

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2022-11-26
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`tiled` - `v0.10.1`](#tiled---v0101)
19+
20+
---
21+
22+
#### `tiled` - `v0.10.1`
23+
24+
- **FEAT**: Add `imageRect` for `Tile` ([#64](https://github.com/flame-engine/tiled.dart/issues/64)). ([33d99b70](https://github.com/flame-engine/tiled.dart/commit/33d99b70e9c0c9b11483d9a25abfc1375869c87f))
25+
26+
627
## 2022-10-31
728

829
### Changes

packages/tiled/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.1
2+
3+
- **FEAT**: Add `imageRect` for `Tile` ([#64](https://github.com/flame-engine/tiled.dart/issues/64)). ([33d99b70](https://github.com/flame-engine/tiled.dart/commit/33d99b70e9c0c9b11483d9a25abfc1375869c87f))
4+
15
## 0.10.0
26

37
> Note: This release has breaking changes.

packages/tiled/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tiled
2-
version: 0.10.0
2+
version: 0.10.1
33
description: A Dart Tiled library. Parse your TMX files into useful representations. Compatible with Flame.
44
homepage: https://github.com/flame-engine/tiled.dart
55

0 commit comments

Comments
 (0)