Skip to content

Commit

Permalink
Release 1.0.3 (#11)
Browse files Browse the repository at this point in the history
Release `1.0.3`
  • Loading branch information
ns-vasilev authored Aug 27, 2024
2 parents 4052b08 + 873d828 commit 97fafb7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: ${{ matrix.name }}
run: xcodebuild test -scheme "SkeletonUI" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "./${{ matrix.sdk }}.xcresult" || exit 1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
xcode: true
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
All notable changes to this project will be documented in this file.

#### 1.x Releases
- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) | [1.0.2](#102)
- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) | [1.0.2](#102) | [1.0.3](#103)

## [1.0.3](https://github.com/space-code/skeleton-ui/releases/tag/1.0.2)
Released on 2024-08-26.

#### Fixed
- Fix the loading animation for iOS 17.0 and higher
- Fixed in Pull Request [#10](https://github.com/space-code/skeleton-ui/pull/10)

## [1.0.2](https://github.com/space-code/skeleton-ui/releases/tag/1.0.2)
Released on 2024-07-19.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ struct GradientAnimationView: View {

var body: some View {
LinearGradient(gradient: gradient, startPoint: startPoint, endPoint: endPoint)
.blendMode(.screen)
.animation(animation, value: isAnimating)
.onAppear { isAnimating = true }
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97fafb7

Please sign in to comment.