Skip to content

Commit 31f3081

Browse files
committed
chore(release): publish packages
- tiled@0.9.0
1 parent 7adbeff commit 31f3081

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 2022-09-29
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- [`tiled` - `v0.9.0`](#tiled---v090)
15+
16+
Packages with other changes:
17+
18+
- There are no other changes in this release.
19+
20+
---
21+
22+
#### `tiled` - `v0.9.0`
23+
24+
- **BREAKING** **CHORE**: Introduce Melos and bump versions ([#53](https://github.com/flame-engine/tiled.dart/issues/53)). ([9222d018](https://github.com/flame-engine/tiled.dart/commit/9222d018258fffbff54c4ab3d2c441019d48d234))
25+

packages/tiled/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.9.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **CHORE**: Introduce Melos and bump versions ([#53](https://github.com/flame-engine/tiled.dart/issues/53)). ([9222d018](https://github.com/flame-engine/tiled.dart/commit/9222d018258fffbff54c4ab3d2c441019d48d234))
6+
17
## [Next]
28
* Adding support for searching `Group` layer children when using `map.layerByName`.
39
* Add parser support for Tiled hex colors as `ui.Color`

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.8.4
2+
version: 0.9.0
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)