Skip to content

Commit

Permalink
chore(release): Publish flame_svg v1.9.0 (#3033)
Browse files Browse the repository at this point in the history
```
Package Name   Current Version   Updated Version   Update Reason
flame_svg      1.8.10            1.9.0             updated with minor changes
```
  • Loading branch information
spydon committed Feb 11, 2024
1 parent b0cafb2 commit d78f7f8
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/.cspell/dart_dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ dartdocs # plural of dartdoc
endtemplate # Use @endtemplate to close a @template block in dartdoc
pubspec # dependency and configuration file of every Dart project
typedefs # plural of typedef
intelli # JetBrain's IDE
writeln # StringBuffer.writeln
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 2024-02-11

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flame_svg` - `v1.9.0`](#flame_svg---v190)

---

#### `flame_svg` - `v1.9.0`

- **FEAT**: Add `loadFromString` to Svg class ([#3030](https://github.com/flame-engine/flame/issues/3030)). ([b0cafb2a](https://github.com/flame-engine/flame/commit/b0cafb2a5561de136af93eb7a09df37b93d38ce0))


## 2024-02-07

### Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
flame_lottie: ^0.3.0+8
flame_noise: ^0.2.0
flame_spine: ^0.1.1+10
flame_svg: ^1.8.10
flame_svg: ^1.9.0
flame_tiled: ^1.18.4
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.9.0

- **FEAT**: Add `loadFromString` to Svg class ([#3030](https://github.com/flame-engine/flame/issues/3030)). ([b0cafb2a](https://github.com/flame-engine/flame/commit/b0cafb2a5561de136af93eb7a09df37b93d38ce0))

## 1.8.10

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_svg/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:

dependencies:
flame: ^1.15.0
flame_svg: ^1.8.10
flame_svg: ^1.9.0
flutter:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion packages/flame_svg/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame_svg
description: Package to add SVG rendering support for the Flame game engine
version: 1.8.10
version: 1.9.0
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_svg
funding:
- https://opencollective.com/blue-fire
Expand Down

0 comments on commit d78f7f8

Please sign in to comment.