diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88bb0408..bf9e161d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.26.10" + ".": "0.26.11" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 426044b0..09656e6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.26.11](https://github.com/coingaming/moon_flutter/compare/v0.26.10...v0.26.11) (2023-07-28) + + +### Bug Fixes + +* Fix more GH Actions scripts ([aea75a9](https://github.com/coingaming/moon_flutter/commit/aea75a98b8471ae1bd49611a61bdcf2f72aa0b03)) + ## [0.26.10](https://github.com/coingaming/moon_flutter/compare/v0.26.9...v0.26.10) (2023-07-28) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 253d7b44..a49cfaee 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: Showcase Moon Design. publish_to: none -version: 0.26.10 +version: 0.26.11 environment: sdk: '>=3.0.5 <4.0.0' dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 25b223f2..606fea4e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: moon_design description: Moon Design System for Flutter. A set of coherent, themable, and extensible widgets following the Moon Design System. -version: 0.26.10 +version: 0.26.11 homepage: https://flutter.moon.io/ repository: https://github.com/coingaming/moon_flutter