Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jul 3, 2024
1 parent cbf31d3 commit ca62d2c
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-07-03

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`mix` - `v1.2.0`](#mix---v120)

---

#### `mix` - `v1.2.0`

- **FIX**: Exception when there is no children on flex (#345).
- **FIX**: Added remaining params to callable specs and modifiers (#332).
- **FIX**: Gap resolve SpaceToken in flex attribute (#327).
- **FIX**: mix - Improved merge behavior between ShapeDecoration and BoxDecoration (#316).
- **FEAT**: pressable supports keyboard events (#346).

8 changes: 8 additions & 0 deletions packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.2.0

- **FIX**: Exception when there is no children on flex (#345).
- **FIX**: Added remaining params to callable specs and modifiers (#332).
- **FIX**: Gap resolve SpaceToken in flex attribute (#327).
- **FIX**: mix - Improved merge behavior between ShapeDecoration and BoxDecoration (#316).
- **FEAT**: pressable supports keyboard events (#346).

## 1.1.3

- Improved merge behavior between ShapeDecoration and BoxDecoration
Expand Down
2 changes: 1 addition & 1 deletion packages/mix/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mix
description: An expressive way to effortlessly build design systems in Flutter.
version: 1.1.3
version: 1.2.0
homepage: https://github.com/leoafarias/mix

environment:
Expand Down

0 comments on commit ca62d2c

Please sign in to comment.