Skip to content

Commit 6f1b2e6

Browse files
committed
Unnecessary @ViewBuilder
1 parent bb74d47 commit 6f1b2e6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [1.0.10](https://github.com/CSolanaM/SkeletonUI/releases/tag/1.0.10)
5+
### Added
6+
-
7+
### Changed
8+
-
9+
### Removed
10+
-
11+
### Fixed
12+
- Removed unnecessary code
13+
414
## [1.0.9](https://github.com/CSolanaM/SkeletonUI/releases/tag/1.0.9)
515
### Added
616
-

SkeletonUI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SkeletonUI'
3-
s.version = '1.0.9'
3+
s.version = '1.0.10'
44
s.summary = 'Elegant skeleton loading animation in SwiftUI and Combine'
55
s.description = <<-DESC
66
SkeletonUI aims to bring an elegant, declarative syntax to skeleton loading animations. Get rid of loading screens or spinners and start using skeletons to represent final content shapes

0 commit comments

Comments
 (0)