diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 463488b6..4ad3fef3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.1" + ".": "0.18.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 924d5e61..4617ae88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.0](https://github.com/coingaming/moon_flutter/compare/v0.17.1...v0.18.0) (2023-04-12) + + +### Features + +* [MDS-489] Create MoonAuthCode component ([#109](https://github.com/coingaming/moon_flutter/issues/109)) ([59d72b7](https://github.com/coingaming/moon_flutter/commit/59d72b790edb2b75b75fdb4505ed2608bbdcfab1)) + ## [0.17.1](https://github.com/coingaming/moon_flutter/compare/v0.17.0...v0.17.1) (2023-04-10) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index ad039b48..c8fa049d 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: Showcase Moon Design. publish_to: none -version: 0.17.1 +version: 0.18.0 environment: sdk: '>=2.18.6 <3.0.0' dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 5fff677e..70055083 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: moon_design description: Moon Design System for Flutter. -version: 0.17.1 +version: 0.18.0 homepage: flutter.moon.io environment: