From d462893dbdd116161bacf7b1fd42a33e9b98d24d Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Fri, 29 Sep 2023 16:41:48 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f27d69cf..b6ddedda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.0.2] +### 🛠️ Fixed 🛠️ +* Fixed images in generated documentation. + ## [2.0.1] ### 🔄 Updated 🔄 * `PushButton` has received a facelift. It now mimics the look and feel of native macOS buttons more closely. diff --git a/pubspec.yaml b/pubspec.yaml index 8ffa130b..8d81c2da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: macos_ui description: Flutter widgets and themes implementing the current macOS design language. -version: 2.0.1 +version: 2.0.2 homepage: "https://macosui.dev" repository: "https://github.com/GroovinChip/macos_ui"