Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages #418

Merged
merged 3 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(release): publish packages
  • Loading branch information
actions-user committed Jul 31, 2024
commit 32f56ac45d4d4aebc11f4ab3d9f62ade8f4defaf
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-07-31

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`mix` - `v1.4.2`](#mix---v142)
- [`remix` - `v0.0.2+2`](#remix---v0022)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

- `remix` - `v0.0.2+2`

---

#### `mix` - `v1.4.2`

- **FIX**: FlexSpecWidget prioritizes the direction in spec (#414).
- **FIX**: Added missing widget state utilities (#411).
- **FIX**: Correct handling of individual border sides (#408).
- **DOCS**: improve mix theme data features explanations (#404).


## 2024-07-30

### Changes
Expand Down
7 changes: 7 additions & 0 deletions packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4.2

- **FIX**: FlexSpecWidget prioritizes the direction in spec (#414).
- **FIX**: Added missing widget state utilities (#411).
- **FIX**: Correct handling of individual border sides (#408).
- **DOCS**: improve mix theme data features explanations (#404).

## 1.4.1

- **FIX**: Added missing widget state utilities (#411).
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.4.1
version: 1.4.2
homepage: https://github.com/leoafarias/mix

environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2+2

- Update a dependency to the latest release.

## 0.0.2+1

- **DOCS**: improve mix theme data features explanations (#404).
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/demo/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
remix:
path: ../

mix: ^1.4.1
mix: ^1.4.2

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions packages/remix/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: remix
description: Completely unstyled, widgets designed to integrate with Mix

version: 0.0.2+1
version: 0.0.2+2

environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
flutter:
sdk: flutter
mix: ^1.4.1
mix: ^1.4.2
mix_annotations: ^0.2.1

dev_dependencies:
Expand Down