Skip to content

Commit

Permalink
Merge pull request #673 from MewsSystems/release-2024-09-03
Browse files Browse the repository at this point in the history
chore(release): publish packages
  • Loading branch information
witwash authored Sep 5, 2024
2 parents 37c6a2b + 350f0f3 commit 99eba1f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions optimus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.37.0+1

- Update a dependency to the latest release.

## 0.37.0

> Note: This release has breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions 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.37.0
version: 0.37.0+1
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand All @@ -15,7 +15,7 @@ dependencies:
flutter_svg: ^2.0.7
freezed_annotation: ">=1.0.0 <3.0.0"
intl: ">=0.17.0 <0.20.0"
optimus_icons: ^0.1.0
optimus_icons: ^0.1.1
theme_tailor_annotation: "^3.0.0"

dev_dependencies:
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.1

- **FEAT**: [DX-1216] Add 24x24 icons.

## 0.1.0+2

- **REFACTOR**: Fix linter issues.
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+2
version: 0.1.1
repository: https://github.com/MewsSystems/mews-flutter

environment:
Expand Down

0 comments on commit 99eba1f

Please sign in to comment.