You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,27 @@
3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+
## 2025-06-16
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.11.1`](#tiled---v0111)
19
+
20
+
---
21
+
22
+
#### `tiled` - `v0.11.1`
23
+
24
+
-**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))
Copy file name to clipboardExpand all lines: packages/tiled/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 0.11.1
2
+
3
+
-**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 commit comments