Skip to content

Commit fe6a735

Browse files
authored
chore: bump to 2.0.0 (#83)
1 parent 850c77c commit fe6a735

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.0.0
4+
5+
* Add Windows & Mac os headerbar buttons (using `nativeControls` parameter)
6+
* Add builder for `AdwPreferencesGroup`
7+
* Update Documentation for various widgets
8+
* Support Material 3 font naming scheme
9+
* Bump dependencies
10+
311
## 1.2.5
412

513
* Set default header buttons to min, max and close at the right side

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ packages:
168168
path: ".."
169169
relative: true
170170
source: path
171-
version: "1.2.5"
171+
version: "2.0.0"
172172
libadwaita_core:
173173
dependency: transitive
174174
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: libadwaita
22
description: Libadwaita's widgets for Flutter. Following Gnome HIG and available on all platforms.
3-
version: 1.2.5
3+
version: 2.0.0
44
homepage: https://github.com/gtk-flutter/libadwaita
55

66
environment:

0 commit comments

Comments
 (0)