Skip to content

Commit

Permalink
chore(main): release 0.1.4 (#15)
Browse files Browse the repository at this point in the history
* chore(main): release 0.1.4

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Harry Sild <46851868+Kypsis@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Kypsis committed Feb 8, 2023
1 parent 788f74d commit 075ff4d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.3"
".": "0.1.4"
}
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## 0.1.0
## [0.1.4](https://github.com/coingaming/moon_flutter/compare/v0.1.3...v0.1.4) (2023-02-08)

### Features

- [MDS-351] Create Buttons ([57bf4cb](https://github.com/coingaming/moon_flutter/commit/57bf4cba1d41adc2d463a5f54b323c13645a94e0))
### Bug Fixes

* release-please config changes ([393ec4a](https://github.com/coingaming/moon_flutter/commit/393ec4a93f7be23fcd235e24cb1063c613ad55fd))

## [0.1.3](https://github.com/coingaming/moon_flutter/compare/moon_design-v0.1.2...moon_design-v0.1.3) (2023-02-08)

Expand All @@ -25,6 +26,13 @@

* [NO-TASK] Get MDS version dynamically ([#7](https://github.com/coingaming/moon_flutter/issues/7)) ([568092c](https://github.com/coingaming/moon_flutter/commit/568092c1adb846dfff00bdc72e3a270928136165))

## [0.1.0](https://github.com/coingaming/moon_flutter/pull/5) (2023-02-07)


### Features

* [MDS-351] Create Buttons ([57bf4cb](https://github.com/coingaming/moon_flutter/commit/57bf4cba1d41adc2d463a5f54b323c13645a94e0))

## 0.0.1

- Initial project setup.
* Initial project setup.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: example
description: Showcase Moon Design.
publish_to: none
version: 0.1.3
version: 0.1.4
environment:
sdk: '>=2.18.6 <3.0.0'
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: moon_design
description: Moon Design System for Flutter.
version: 0.1.3
version: 0.1.4
homepage: flutter.moon.io

environment:
Expand Down

0 comments on commit 075ff4d

Please sign in to comment.