Skip to content

Commit 625e387

Browse files
committed
Bump version
1 parent b8623c3 commit 625e387

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [1.0.8](https://github.com/CSolanaM/SkeletonUI/releases/tag/1.0.8)
5+
### Added
6+
-
7+
### Changed
8+
- Update `.gitignore`.
9+
- ForEach now removes warning `Non-constant range: argument must be an integer literal warning`.
10+
### Removed
11+
-
12+
### Fixed
13+
-
14+
415
## [1.0.7](https://github.com/CSolanaM/SkeletonUI/releases/tag/1.0.7)
516
### Added
617
- New skeleton / skeleton group (if using multiline) custom size.

Package.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/pointfreeco/swift-snapshot-testing",
77
"state": {
88
"branch": null,
9-
"revision": "12c6a7ce9d67f39a23c6bab757bdb073bd997885",
10-
"version": "1.7.1"
9+
"revision": "f8a9c997c3c1dab4e216a8ec9014e23144cbab37",
10+
"version": "1.9.0"
1111
}
1212
}
1313
]

SkeletonUI.podspec

Lines changed: 1 addition & 1 deletion
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.7'
3+
s.version = '1.0.8'
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)