Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tclement0922 committed Jul 24, 2024
1 parent ba5a046 commit b22806a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
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
- Kotlin 2.0
- 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
**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.2.1...v1.2.2
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b22806a

Please sign in to comment.