Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tclement0922 committed Aug 10, 2024
1 parent 5091801 commit 71105e5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
run-name: Build from commit ${{ github.sha }}
on:
push:
branches:
- "**"
paths-ignore:
- "README.md"
jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ jobs:
restore-keys: |
${{ runner.os }}-konan-
- name: Write new version
- name: Remove the prefix from the version name
run: |
VERSION="${{ github.ref }}"
VERSION=${VERSION#*v}
sed -i "s/^VERSION_NAME\=.*$/VERSION_NAME=$VERSION/g" gradle.properties
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Build using Gradle
Expand Down
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changes from 1.2.2:
- Update Material Symbols to 02/08/2024
- Publish this library on Maven Central
Changes from 1.2.3:
- Update Material Symbols to 09/08/2024
- Add iOS and macOS support (#3)

Built with:
- Compose Multiplatform 1.6.11
- Kotlin 2.0
- Kotlin 2.0.10
- AndroidX Glance 1.1.0
- Android Gradle plugin 8.2.2

**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.2.2...v1.2.3
**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.2.3...v1.3.0
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ dependencies {
</tbody>
</table>

> [!WARNING]
> iOS and macOS are not tested as much as the other targets.
# Usage

Set the default icon parameters:
Expand Down

0 comments on commit 71105e5

Please sign in to comment.