Skip to content

Commit 6d1df0a

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent 5ffc8bf commit 6d1df0a

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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+
## 2025-02-04
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- [`tiled` - `v0.11.0`](#tiled---v0110)
15+
16+
Packages with other changes:
17+
18+
- There are no other changes in this release.
19+
20+
---
21+
22+
#### `tiled` - `v0.11.0`
23+
24+
- **REFACTOR**: Upgrade code style and dependencies ([#82](https://github.com/flame-engine/tiled.dart/issues/82)). ([581391cf](https://github.com/flame-engine/tiled.dart/commit/581391cf4b4e5a504b42324e353876e9e7afbb75))
25+
- **FIX**: Fixed parsing of multiline text from ObjectGroup. ([#79](https://github.com/flame-engine/tiled.dart/issues/79)). ([7878381b](https://github.com/flame-engine/tiled.dart/commit/7878381b4333a4f04032d93a300f0c13ec6e1f11))
26+
- **FIX**: `ObjectAlignment` enum names ([#74](https://github.com/flame-engine/tiled.dart/issues/74)). ([628f1f6c](https://github.com/flame-engine/tiled.dart/commit/628f1f6cc89f6dd9b0a9cadcdd619549cf180e35))
27+
- **FEAT**: Adding a method to get any object in a map by its unique ID ([#75](https://github.com/flame-engine/tiled.dart/issues/75)). ([4faf43b4](https://github.com/flame-engine/tiled.dart/commit/4faf43b45002e19c8fdbf2af8dd09969bcf4781c))
28+
- **FEAT**: Omit TiledImage without source from TiledMap.tiledImages ([#68](https://github.com/flame-engine/tiled.dart/issues/68)). ([41c9439f](https://github.com/flame-engine/tiled.dart/commit/41c9439f9c0f1345b8b803b9b33d3a507e45bf1a))
29+
- **FEAT**: Add convenience method for getting images in each layer ([#66](https://github.com/flame-engine/tiled.dart/issues/66)). ([1d3043f7](https://github.com/flame-engine/tiled.dart/commit/1d3043f75dc59449e98c9f2f637141b8ac127508))
30+
- **BREAKING** **FEAT**: Dart SDK compatibility ([#77](https://github.com/flame-engine/tiled.dart/issues/77)). ([5ffc8bf4](https://github.com/flame-engine/tiled.dart/commit/5ffc8bf4f99ffb1d08686856325b6f0f98760e26))
31+
32+
633
## 2023-12-10
734

835
### Changes

packages/tiled/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.11.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **REFACTOR**: Upgrade code style and dependencies ([#82](https://github.com/flame-engine/tiled.dart/issues/82)). ([581391cf](https://github.com/flame-engine/tiled.dart/commit/581391cf4b4e5a504b42324e353876e9e7afbb75))
6+
- **FIX**: Fixed parsing of multiline text from ObjectGroup. ([#79](https://github.com/flame-engine/tiled.dart/issues/79)). ([7878381b](https://github.com/flame-engine/tiled.dart/commit/7878381b4333a4f04032d93a300f0c13ec6e1f11))
7+
- **FIX**: `ObjectAlignment` enum names ([#74](https://github.com/flame-engine/tiled.dart/issues/74)). ([628f1f6c](https://github.com/flame-engine/tiled.dart/commit/628f1f6cc89f6dd9b0a9cadcdd619549cf180e35))
8+
- **FEAT**: Adding a method to get any object in a map by its unique ID ([#75](https://github.com/flame-engine/tiled.dart/issues/75)). ([4faf43b4](https://github.com/flame-engine/tiled.dart/commit/4faf43b45002e19c8fdbf2af8dd09969bcf4781c))
9+
- **FEAT**: Omit TiledImage without source from TiledMap.tiledImages ([#68](https://github.com/flame-engine/tiled.dart/issues/68)). ([41c9439f](https://github.com/flame-engine/tiled.dart/commit/41c9439f9c0f1345b8b803b9b33d3a507e45bf1a))
10+
- **FEAT**: Add convenience method for getting images in each layer ([#66](https://github.com/flame-engine/tiled.dart/issues/66)). ([1d3043f7](https://github.com/flame-engine/tiled.dart/commit/1d3043f75dc59449e98c9f2f637141b8ac127508))
11+
- **BREAKING** **FEAT**: Dart SDK compatibility ([#77](https://github.com/flame-engine/tiled.dart/issues/77)). ([5ffc8bf4](https://github.com/flame-engine/tiled.dart/commit/5ffc8bf4f99ffb1d08686856325b6f0f98760e26))
12+
113
## 0.10.2
214

315
- **FIX**: `ObjectAlignment` enum names ([#74](https://github.com/flame-engine/tiled.dart/issues/74)). ([628f1f6c](https://github.com/flame-engine/tiled.dart/commit/628f1f6cc89f6dd9b0a9cadcdd619549cf180e35))

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