From 350f0f37395215ab2a19f051e0cadead1adbd02c Mon Sep 17 00:00:00 2001 From: Vitalij Vascenko Date: Tue, 3 Sep 2024 14:27:11 +0200 Subject: [PATCH] chore(release): publish packages - optimus_icons@0.1.1 - optimus@0.37.0+1 --- optimus/CHANGELOG.md | 4 ++++ optimus/pubspec.yaml | 4 ++-- optimus_icons/CHANGELOG.md | 4 ++++ optimus_icons/pubspec.yaml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/optimus/CHANGELOG.md b/optimus/CHANGELOG.md index 6b169a12..b0849a61 100644 --- a/optimus/CHANGELOG.md +++ b/optimus/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.37.0+1 + + - Update a dependency to the latest release. + ## 0.37.0 > Note: This release has breaking changes. diff --git a/optimus/pubspec.yaml b/optimus/pubspec.yaml index 0cfee245..b5870f7f 100644 --- a/optimus/pubspec.yaml +++ b/optimus/pubspec.yaml @@ -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: @@ -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: diff --git a/optimus_icons/CHANGELOG.md b/optimus_icons/CHANGELOG.md index 40b9dc4f..1fa7e5a2 100644 --- a/optimus_icons/CHANGELOG.md +++ b/optimus_icons/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1 + + - **FEAT**: [DX-1216] Add 24x24 icons. + ## 0.1.0+2 - **REFACTOR**: Fix linter issues. diff --git a/optimus_icons/pubspec.yaml b/optimus_icons/pubspec.yaml index d9eea0b4..af9bc34f 100644 --- a/optimus_icons/pubspec.yaml +++ b/optimus_icons/pubspec.yaml @@ -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: