Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CSolanaM committed Jul 11, 2022
1 parent b8623c3 commit 625e387
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.0.8](https://github.com/CSolanaM/SkeletonUI/releases/tag/1.0.8)
### Added
-
### Changed
- Update `.gitignore`.
- ForEach now removes warning `Non-constant range: argument must be an integer literal warning`.
### Removed
-
### Fixed
-

## [1.0.7](https://github.com/CSolanaM/SkeletonUI/releases/tag/1.0.7)
### Added
- New skeleton / skeleton group (if using multiline) custom size.
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/pointfreeco/swift-snapshot-testing",
"state": {
"branch": null,
"revision": "12c6a7ce9d67f39a23c6bab757bdb073bd997885",
"version": "1.7.1"
"revision": "f8a9c997c3c1dab4e216a8ec9014e23144cbab37",
"version": "1.9.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion SkeletonUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SkeletonUI'
s.version = '1.0.7'
s.version = '1.0.8'
s.summary = 'Elegant skeleton loading animation in SwiftUI and Combine'
s.description = <<-DESC
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
Expand Down

0 comments on commit 625e387

Please sign in to comment.