From 817c9a54dfc5b45d5cfc139d315306c172e2675b Mon Sep 17 00:00:00 2001 From: GroovinChip Date: Wed, 18 Sep 2024 16:46:58 -0400 Subject: [PATCH] chore: update version & changelog --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f1c56de..8d87d8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.1.0] +* Updated dependencies +* Support macOS 15 + ## [2.0.9] ### 🛠️ Updated 🛠️ * Add `expandDisclosureItems` flag to `SidebarItem` to optionally (default not changed) expand disclosure items initially diff --git a/example/pubspec.lock b/example/pubspec.lock index d16fd983..640f7187 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -182,7 +182,7 @@ packages: path: ".." relative: true source: path - version: "2.0.9" + version: "2.1.0" macos_window_utils: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a67dfce0..ca5712a3 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.9 +version: 2.1.0 homepage: "https://macosui.dev" repository: "https://github.com/GroovinChip/macos_ui"