Skip to content

Commit 1b516df

Browse files
spydonLukas Klingsbo
andauthored
chore(release): publish packages (#62)
- tiled@0.10.0 Co-authored-by: Lukas Klingsbo <SEFUNCTeamRatatosk@skandia.se>
1 parent 51d59ec commit 1b516df

File tree

4 files changed

+33
-5
lines changed

4 files changed

+33
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
## 2022-10-31
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- [`tiled` - `v0.10.0`](#tiled---v0100)
15+
16+
Packages with other changes:
17+
18+
- There are no other changes in this release.
19+
20+
---
21+
22+
#### `tiled` - `v0.10.0`
23+
24+
- **BREAKING** **FIX**: support parsing empty tile terrain values ([#61](https://github.com/flame-engine/tiled.dart/issues/61)). ([3c75b03a](https://github.com/flame-engine/tiled.dart/commit/3c75b03a2d122e7ab5fe22bdf102755b18a26130))
25+
- **BREAKING** **FEAT**: turning List<Property> into CustomProperties ([#55](https://github.com/flame-engine/tiled.dart/issues/55)). ([51d59ec5](https://github.com/flame-engine/tiled.dart/commit/51d59ec585e2913decabfc48c333cba4a20df9c4))
26+
27+
628
## 2022-09-29
729

830
### Changes

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ A Dart Tiled library.
66

77
## Install from Dart Pub Repository
88

9-
Include the following in your `pubspec.yaml`:
9+
To include the package as a depencency in your `pubspec.yaml`, run the following (or add it manually):
1010

11-
```yaml
12-
dependencies:
13-
tiled: 0.8.4
11+
```sh
12+
dart pub add tiled
1413
```
1514

1615
## Usage

packages/tiled/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.10.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FIX**: support parsing empty tile terrain values ([#61](https://github.com/flame-engine/tiled.dart/issues/61)). ([3c75b03a](https://github.com/flame-engine/tiled.dart/commit/3c75b03a2d122e7ab5fe22bdf102755b18a26130))
6+
- **BREAKING** **FEAT**: turning List<Property> into CustomProperties ([#55](https://github.com/flame-engine/tiled.dart/issues/55)). ([51d59ec5](https://github.com/flame-engine/tiled.dart/commit/51d59ec585e2913decabfc48c333cba4a20df9c4))
7+
18
## 0.9.0
29

310
> Note: This release has breaking changes.

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