From 6d1df0a6398e185b8769ffcaf4fc63f3ea722d1c Mon Sep 17 00:00:00 2001 From: Jochum van der Ploeg Date: Tue, 4 Feb 2025 20:14:09 +0100 Subject: [PATCH] chore(release): publish packages - tiled@0.11.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ packages/tiled/CHANGELOG.md | 12 ++++++++++++ packages/tiled/pubspec.yaml | 2 +- 3 files changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ca071..7279a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2025-02-04 + +### Changes + +--- + +Packages with breaking changes: + + - [`tiled` - `v0.11.0`](#tiled---v0110) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `tiled` - `v0.11.0` + + - **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)) + - **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)) + - **FIX**: `ObjectAlignment` enum names ([#74](https://github.com/flame-engine/tiled.dart/issues/74)). ([628f1f6c](https://github.com/flame-engine/tiled.dart/commit/628f1f6cc89f6dd9b0a9cadcdd619549cf180e35)) + - **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)) + - **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)) + - **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)) + - **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)) + + ## 2023-12-10 ### Changes diff --git a/packages/tiled/CHANGELOG.md b/packages/tiled/CHANGELOG.md index ef006ac..4bb0ebb 100644 --- a/packages/tiled/CHANGELOG.md +++ b/packages/tiled/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.11.0 + +> Note: This release has breaking changes. + + - **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)) + - **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)) + - **FIX**: `ObjectAlignment` enum names ([#74](https://github.com/flame-engine/tiled.dart/issues/74)). ([628f1f6c](https://github.com/flame-engine/tiled.dart/commit/628f1f6cc89f6dd9b0a9cadcdd619549cf180e35)) + - **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)) + - **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)) + - **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)) + - **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)) + ## 0.10.2 - **FIX**: `ObjectAlignment` enum names ([#74](https://github.com/flame-engine/tiled.dart/issues/74)). ([628f1f6c](https://github.com/flame-engine/tiled.dart/commit/628f1f6cc89f6dd9b0a9cadcdd619549cf180e35)) diff --git a/packages/tiled/pubspec.yaml b/packages/tiled/pubspec.yaml index abdb17b..f4fb5c5 100644 --- a/packages/tiled/pubspec.yaml +++ b/packages/tiled/pubspec.yaml @@ -1,5 +1,5 @@ name: tiled -version: 0.10.2 +version: 0.11.0 description: A Dart Tiled library. Parse your TMX files into useful representations. Compatible with Flame. homepage: https://github.com/flame-engine/tiled.dart