From 8e2e788d64846e1be2c6ee3d740fc534df97b252 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Mon, 16 Jun 2025 11:25:31 +0200 Subject: [PATCH] chore(release): publish packages - tiled@0.11.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ packages/tiled/CHANGELOG.md | 4 ++++ packages/tiled/pubspec.yaml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7279a50..edbbd78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2025-06-16 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`tiled` - `v0.11.1`](#tiled---v0111) + +--- + +#### `tiled` - `v0.11.1` + + - **FIX**: Data section of Layers was null (when loading from JSON) ([#84](https://github.com/flame-engine/tiled.dart/issues/84)). ([00dbd13c](https://github.com/flame-engine/tiled.dart/commit/00dbd13c6c5bd7a6268ebec51c43c1bf9121f06a)) + + ## 2025-02-04 ### Changes diff --git a/packages/tiled/CHANGELOG.md b/packages/tiled/CHANGELOG.md index 4bb0ebb..cc3878d 100644 --- a/packages/tiled/CHANGELOG.md +++ b/packages/tiled/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.11.1 + + - **FIX**: Data section of Layers was null (when loading from JSON) ([#84](https://github.com/flame-engine/tiled.dart/issues/84)). ([00dbd13c](https://github.com/flame-engine/tiled.dart/commit/00dbd13c6c5bd7a6268ebec51c43c1bf9121f06a)) + ## 0.11.0 > Note: This release has breaking changes. diff --git a/packages/tiled/pubspec.yaml b/packages/tiled/pubspec.yaml index f4fb5c5..75e7af5 100644 --- a/packages/tiled/pubspec.yaml +++ b/packages/tiled/pubspec.yaml @@ -1,5 +1,5 @@ name: tiled -version: 0.11.0 +version: 0.11.1 description: A Dart Tiled library. Parse your TMX files into useful representations. Compatible with Flame. homepage: https://github.com/flame-engine/tiled.dart