Skip to content

Commit

Permalink
Merge pull request #638 from MewsSystems/release-2024-07-08
Browse files Browse the repository at this point in the history
chore(release): publish packages
  • Loading branch information
witwash authored Jul 8, 2024
2 parents 7f47495 + 4ea76c2 commit 216fcbf
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 3 deletions.
4 changes: 4 additions & 0 deletions kiosk_mode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.0+4

- **REFACTOR**: Fix linter issues.

## 0.5.0+3

- **DOCS**: Update documentation (#508).
Expand Down
2 changes: 1 addition & 1 deletion kiosk_mode/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kiosk_mode
description: Plugin for working with Lock Task / Guided Access modes.
version: 0.5.0+3
version: 0.5.0+4
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand Down
28 changes: 28 additions & 0 deletions optimus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 0.35.0

> Note: This release has breaking changes.
- **REFACTOR**: Move custom gesture detector to common (#625).
- **REFACTOR**: Fix linter issues.
- **REFACTOR**: Fix linter issues.
- **REFACTOR**: [DX-1247] Refactor token reference notation (#607).
- **FIX**: [DX-1843] Fix onSaved in DateFormField (#627).
- **FIX**: [DX-1656] Fix ListTile highlight color (#612).
- **FEAT**: [DX-1920] Add auto collapse option (#635).
- **FEAT**: [DX-1919] Add padding to multiline input (#633).
- **FEAT**: [DX-1901] Add onPressed to Alert and Banners (#634).
- **FEAT**: [DX-1740] Update feedback alert icon (#631).
- **FEAT**: [DX-1395] Add ToggleButton (#619).
- **FEAT**: [DX-1694] Add button loading state (#618).
- **FEAT**: Add success button variant (#617).
- **FEAT**: [DX-1787] Update button inside padding (#616).
- **FEAT**: [DX-1623] Add PasswordFormField component (#613).
- **FEAT**: Add size property to InlineDialog (#605).
- **BREAKING** **REFACTOR**: Remove CompactProgressIndicator (#626).
- **BREAKING** **REFACTOR**: [DX-1742] Rename NumberPicker to Stepper (#622).
- **BREAKING** **REFACTOR**: [DX-1547] Rename Notification and Alert (#606).
- **BREAKING** **FEAT**: [DX-1478] Rework Progress Indicator (#621).
- **BREAKING** **FEAT**: Upgrade to Flutter 3.22 (#629).
- **BREAKING** **FEAT**: [DX-1695] Limit button badge to numbers only (#615).
- **BREAKING** **FEAT**: Update Progress Indicator (#620).

## 0.34.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion optimus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: optimus
description: Optimus is a design system for mobile platforms (and web in future) used internally in Mews.
version: 0.34.0
version: 0.35.0
repository: https://github.com/MewsSystems/mews-flutter

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

- **REFACTOR**: Fix linter issues.

## 0.1.0+1

- Release package
Expand Down
2 changes: 1 addition & 1 deletion optimus_icons/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: optimus_icons
description: "A set of icons used for optimus."
version: 0.1.0+1
version: 0.1.0+2
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand Down

0 comments on commit 216fcbf

Please sign in to comment.