From 4a02246af35e7110b5cef8b72927fbaa1c260d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Tue, 2 Dec 2025 09:11:46 -0800 Subject: [PATCH 1/2] Release 8.2.2 --- data/stylesheet.appdata.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/stylesheet.appdata.xml.in b/data/stylesheet.appdata.xml.in index bccb1dd7..d342cc82 100644 --- a/data/stylesheet.appdata.xml.in +++ b/data/stylesheet.appdata.xml.in @@ -23,7 +23,7 @@ https://github.com/elementary/stylesheet/issues - +

Improve support for LibAdwaita widgets:

    From f55473055935c9d1363ba1898d39ca88a074fe56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Tue, 2 Dec 2025 09:12:12 -0800 Subject: [PATCH 2/2] Update meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 41299a1c..abe86159 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'io.elementary.stylesheet', - version: '8.2.0' + version: '8.2.2' ) i18n = import('i18n')