Skip to content

Commit

Permalink
Bump to 1.6.3 add docs to support
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattello <[email protected]>
  • Loading branch information
JoeMatt committed Feb 6, 2024
1 parent 1ac98e7 commit 798aafb
Show file tree
Hide file tree
Showing 112 changed files with 162 additions and 191 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ---- About ----
module: Hero
module_version: 1.6.2
module_version: 1.6.3
author: HeroTransitions
readme: README.md
copyright: 'See [license](https://github.com/HeroTransitions/Hero/blob/develop/LICENSE) for more details.'
Expand Down
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
The changelog for `Hero`. Also see the [releases](https://github.com/HeroTransitions/Hero/releases) on GitHub.

--------------------------------------

## [1.6.3](https://github.com/HeroTransitions/Hero/releases/tag/1.6.3)

- 1ac98e7 Adaption for visionOS.
- 5e05761 Merge pull request #771 from HeroTransitions/feature/CICDFix
- c9a98cf CI/CI build and test, matrix platforms fix?
- 2f8096d build.yml test.yml update github runner env
- 45aed92 Readme add api docs link
- a7d2682 README.md update ios/xcode version badges
- 211df4b README.md Add unit test and swift pm action badges
- bff4221 swiftlint fix
- a47dce4 Merge pull request #749 from tadija/feature/xcode14-warnings
- fd2ba86 Fix lint warnings
- 5c053a6 Fix build warnings with Xcode 14.0

## [1.6.2](https://github.com/HeroTransitions/Hero/releases/tag/1.6.2)

### Fixed
Expand Down Expand Up @@ -92,7 +107,7 @@ The changelog for `Hero`. Also see the [releases](https://github.com/HeroTransit
[#430](https://github.com/HeroTransitions/Hero/pull/430) by [@bradphilips](https://github.com/bradphilips)

### Fixed
- Fixed shadows being cutoff by snapshots.
- Fixed shadows being cutoff by snapshots.
[#440](https://github.com/HeroTransitions/Hero/pull/440) by [@2blane](https://github.com/2blane)
- Fixed animation flickering on CALayer animation.
[f4dab9](https://github.com/HeroTransitions/Hero/commit/f4dab9ed2ab88ae065605199d5aca7706b07c2ad) by [@lkzhao](https://github.com/lkzhao)
12 changes: 12 additions & 0 deletions DEVELOP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Develop.md

## Releases

1. Make release brach `git-flow release start x.x.x`
2. Search find/replace current version in XCode project
3. Update `CHANGELOG.md`
4. Change version in `jazzy.yml`
5. Run `make jazzy`
6. Commit changes.
7. Create GitHub release
8. Create CocoaPods release
2 changes: 1 addition & 1 deletion Hero.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'Hero'
s.version = '1.6.2'
s.version = '1.6.3'
s.summary = 'Elegant transition library for iOS'

s.description = <<-DESC
Expand Down
12 changes: 3 additions & 9 deletions Hero.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 53;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -1201,7 +1201,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.6.2;
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.Hero;
PRODUCT_NAME = Hero;
SDKROOT = appletvos;
Expand Down Expand Up @@ -1233,7 +1232,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.6.2;
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.Hero;
PRODUCT_NAME = Hero;
SDKROOT = appletvos;
Expand All @@ -1259,7 +1257,6 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.6.2;
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.HeroTvOSExamples;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
Expand All @@ -1282,7 +1279,6 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.6.2;
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.HeroTvOSExamples;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
Expand Down Expand Up @@ -1315,7 +1311,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.6.2;
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.Hero;
PRODUCT_NAME = Hero;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1347,7 +1342,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.6.2;
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.Hero;
PRODUCT_NAME = Hero;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1409,6 +1403,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MARKETING_VERSION = 1.6.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -1464,6 +1459,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MARKETING_VERSION = 1.6.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
Expand All @@ -1486,7 +1482,6 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.6.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand Down Expand Up @@ -1519,7 +1514,6 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.6.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 5c14933c915eeee6fbe5ecdd950d3da01c4a0a86

COCOAPODS: 1.10.1
COCOAPODS: 1.11.3
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ for cell in redCells {

You can do these in the **storyboard** too!

<img src="https://cdn.rawgit.com/lkzhao/Hero/master/Resources/storyboardView.png" width="267px"/>
<img src="https://cdn.rawgit.com/lkzhao/Hero/master/Resources/storyboardView.png" width="267px"/>
<img src="https://cdn.rawgit.com/lkzhao/Hero/master/Resources/storyboardViewController.png" width="267px"/>

## Installation
Expand Down Expand Up @@ -150,7 +150,7 @@ let package = Package(
targets: ["MyPackage"]),
],
dependencies: [
.package(url: "https://github.com/HeroTransitions/Hero.git", .upToNextMajor(from: "1.6.2"))
.package(url: "https://github.com/HeroTransitions/Hero.git", .upToNextMajor(from: "1.6.3"))
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/BinaryOpNode.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/CallNode.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/ExprNode.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/FunctionNode.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/HeroContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/HeroDebugPlugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/HeroExtension.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/HeroModifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/HeroPlugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/HeroTransition.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down Expand Up @@ -897,7 +897,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">func</span> <span class="nf">animate</span><span class="p">()</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">animate</span><span class="p">()</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -927,7 +927,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">func</span> <span class="nf">complete</span><span class="p">(</span><span class="nv">finished</span><span class="p">:</span> <span class="kt">Bool</span><span class="p">)</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">complete</span><span class="p">(</span><span class="nv">finished</span><span class="p">:</span> <span class="kt">Bool</span><span class="p">)</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -1168,7 +1168,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">func</span> <span class="nf">start</span><span class="p">()</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">start</span><span class="p">()</span></code></pre>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Lexer.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/NumberNode.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/PrototypeNode.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/VariableNode.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/CascadeDirection.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/HeroCoordinateSpace.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/HeroDefaultAnimationType.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/HeroDefaultAnimationType/Direction.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Hero 1.6.2 Docs
Hero 1.6.3 Docs
</a>
(24% documented)
</p>
Expand Down
Loading

0 comments on commit 798aafb

Please sign in to comment.