Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 3 additions & 1 deletion packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.2.0-beta.1
## 2.2.0-beta.2

### New features

Expand All @@ -13,6 +13,8 @@
collision-safe Box/Wrap names, generated constructors and factories, and a
runnable gallery example.

## 2.2.0-beta.1

### Fixes

- **Box shadow blur styles:** `BoxShadowMix` now preserves non-default
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: 2.2.0-beta.1
version: 2.2.0-beta.2
homepage: https://github.com/btwld/mix
repository: https://github.com/btwld/mix/tree/main/packages/mix

Expand Down
4 changes: 2 additions & 2 deletions skills/mix/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ description: >

Type-safe styling system for Flutter that separates style semantics from widgets.

**Repository target:** current `main` (`mix` pubspec: `2.2.0-beta.1`, Dart >=3.11.0, Flutter >=3.41.0).
Confirm the consuming project's actual version before applying patterns. `WrapBox` and `GridBox` landed on `main` after `2.2.0-beta.1`, so a released dependency may not expose them yet.
**Repository target:** current `main` (`mix` pubspec: `2.2.0-beta.2`, Dart >=3.11.0, Flutter >=3.41.0).
Confirm the consuming project's actual version before applying patterns. `WrapBox` and `GridBox` ship in `2.2.0-beta.2`, so an older resolved dependency may not expose them yet.

## Source of Truth

Expand Down
2 changes: 1 addition & 1 deletion skills/mix/references/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Flutter layout widgets for styling concerns.

Check the consuming package's `pubspec.yaml` and resolved dependency before
using a layout API. This repository's `main` branch includes `WrapBox` and
`GridBox`, but both landed after the `mix 2.2.0-beta.1` release. When working in
`GridBox`, both first shipped in the `mix 2.2.0-beta.2` release. When working in
the Mix repository, prefer local source. When working downstream, confirm the
installed version exposes the referenced classes.

Expand Down
Loading