diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f10371cd..3b6ac61e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,4 +37,4 @@ jobs: files: font-symbols/build/symbols.txt body_path: CHANGELOG.md draft: true - name: env.REAL_VERSION + name: ${{ env.REAL_VERSION }} diff --git a/CHANGELOG.md b/CHANGELOG.md index b1dcc624..b1b46b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -Changes from 1.2.0: -- Update Material Symbols to 12/07/2024 -- Fix Glance support for Multiplatform resources +Changes from 1.2.1: +- Update Material Symbols to 19/07/2024 +- Fix a bug where icons having their width higher than their height were being clipped horizontally (#2) Built with: - Compose Multiplatform 1.6.11 @@ -8,4 +8,4 @@ Built with: - AndroidX Glance 1.1.0 - Android Gradle plugin 8.2.2 -**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.2.0...v1.2.1 \ No newline at end of file +**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.2.1...v1.2.2 \ No newline at end of file diff --git a/library.properties b/library.properties index 420ff52e..97425cbc 100644 --- a/library.properties +++ b/library.properties @@ -1,3 +1,3 @@ group=dev.tclement.fonticons -version=1.2.1 +version=1.2.2 packages-url=https://maven.pkg.github.com/tclement0922/compose-font-icons