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(release): publish packages #673

Merged
merged 1 commit into from
Sep 5, 2024
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: 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
Loading