Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-pavlychko committed Nov 27, 2016
1 parent 1e4daa8 commit 8e23339
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SwiftyAppearance Change Log

## [Version 1.0.2](https://github.com/yannickl/AwaitKit/releases/tag/2.0.0)
*Released on 2016-11-27.*

- added `UIView.refreshSubviewAppearance` and `UIApplication.refreshAppearance` methods to reload app look after changing `UIApperance` (useful for theme support)

## [Version 1.0.1](https://github.com/yannickl/AwaitKit/releases/tag/1.0.0)
*Released on 2016-11-18.*

- added `appearance(in:)` convenience method for single enclosing container case
- fixed bug when `UIAppearance.appearance` method familiy did not add `Self` in container chain of nested scope

## [Version 1.0.0](https://github.com/yannickl/AwaitKit/releases/tag/1.0.0)
*Released on 2016-11-13.*

- Initial release
2 changes: 1 addition & 1 deletion SwiftyAppearance.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftyAppearance'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'Declarative approach to UIAppearance.'

s.description = <<-DESC
Expand Down
4 changes: 3 additions & 1 deletion SwiftyAppearance.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

/* Begin PBXFileReference section */
57900E081DEB5F740067EF81 /* UIViewExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIViewExtensions.swift; sourceTree = "<group>"; };
57900E0A1DEB5FDA0067EF81 /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
57B3DEB51D8F3A6300699882 /* SwiftyAppearanceDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftyAppearanceDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
57B3DEB81D8F3A6300699882 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
57B3DEBA1D8F3A6300699882 /* FirstViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -161,8 +162,9 @@
57FED3881D8F3BC5008DB72E /* Meta */ = {
isa = PBXGroup;
children = (
57FED3891D8F3BD5008DB72E /* LICENSE */,
57FED38A1D8F3BD5008DB72E /* README.md */,
57900E0A1DEB5FDA0067EF81 /* CHANGELOG.md */,
57FED3891D8F3BD5008DB72E /* LICENSE */,
57FED38B1D8F3BD5008DB72E /* SwiftyAppearance.podspec */,
);
name = Meta;
Expand Down

0 comments on commit 8e23339

Please sign in to comment.