Skip to content

Commit

Permalink
Roll back color math upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneeVandervelde committed Jun 30, 2024
1 parent 28b50e2 commit 963c7df
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 170 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

3.0.0
2.2.0
-----

Kotlin 2.0 Upgrade
Expand All @@ -12,11 +12,6 @@ Kotlin 2.0 Upgrade
API changes to the library's API, this may require upgrades to your
project's dependencies for compatibility.

### Removed:

- JS No longer supports the Legacy targets, as these are not compatible with K2.
- Due to an external dependency, WatchOS-Arm32 support was removed.

2.1.0
-----

Expand Down Expand Up @@ -56,6 +51,7 @@ reference.
- - browser
- iosArm64
- iosX64
- watchosArm32
- watchosArm64
- watchosX64
- tvosArm64
Expand Down
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/library.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ kotlin {
iosArm64()
iosX64()

watchosArm32()
watchosArm64()
watchosX64()

Expand Down
Loading

0 comments on commit 963c7df

Please sign in to comment.