Skip to content

Commit 66a554b

Browse files
committed
Merge branch 'release/1.6.2'
2 parents efa7096 + 5268cdb commit 66a554b

File tree

143 files changed

+2627
-2444
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+2627
-2444
lines changed

.github/stale.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 180
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 7
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- pinned
8+
- security
9+
- confirmed bug
10+
- investigating
11+
- bug?
12+
- WIP
13+
# Label to use when marking an issue as stale
14+
staleLabel: stale
15+
# Comment to post when marking an issue as stale. Set to `false` to disable
16+
markComment: >
17+
This issue has been automatically marked as stale because it has not had
18+
recent activity. It will be closed if no further activity occurs. Thank you
19+
for your contributions.
20+
# Comment to post when closing a stale issue. Set to `false` to disable
21+
closeComment: true
22+

.github/workflows/swiftlint.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Swift Lint
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- '.github/workflows/swiftlint.yml'
7+
- '.swiftlint.yml'
8+
- '**/*.swift'
9+
10+
jobs:
11+
swift-lint:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v1
16+
- name: GitHub Action for SwiftLint
17+
uses: norio-nomura/action-swiftlint@3.2.1
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
DIFF_BASE: ${{ github.base_ref }}

.jazzy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ---- About ----
22
module: Hero
3-
module_version: 1.6.1
3+
module_version: 1.6.2
44
author: HeroTransitions
55
readme: README.md
66
copyright: 'See [license](https://github.com/HeroTransitions/Hero/blob/develop/LICENSE) for more details.'
@@ -9,7 +9,7 @@ copyright: 'See [license](https://github.com/HeroTransitions/Hero/blob/develop/L
99
author_url: https://herotransitions.github.io/Hero/
1010
dash_url: https://herotransitions.github.io/Hero/docsets/Hero.xml
1111
github_url: https://github.com/HeroTransitions/Hero/
12-
github_file_prefix: https://github.com/HeroTransitions/Hero/tree/1.6.1/
12+
github_file_prefix: https://github.com/HeroTransitions/Hero/tree/1.6.2/
1313

1414
# ---- Sources ----
1515
podspec: Hero.podspec
@@ -21,7 +21,7 @@ min_acl: public
2121
hide_documentation_coverage: false
2222
skip_undocumented: false
2323
objc: false
24-
# swift_version: 5.1.0
24+
# swift_version: 5.1.0
2525

2626
# ---- Formatting ----
2727
theme: fullwidth

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
The changelog for `Hero`. Also see the [releases](https://github.com/HeroTransitions/Hero/releases) on GitHub.
44

55
--------------------------------------
6+
## [1.6.2](https://github.com/HeroTransitions/Hero/releases/tag/1.6.2)
7+
8+
### Fixed
9+
10+
- [#717](https://github.com/HeroTransitions/Hero/issues/717)
11+
- [#734](https://github.com/HeroTransitions/Hero/issues/734)
12+
- [#735](https://github.com/HeroTransitions/Hero/issues/735)
13+
- [#736](https://github.com/HeroTransitions/Hero/issues/736)
14+
- [#739](https://github.com/HeroTransitions/Hero/issues/739)
15+
- [#740](https://github.com/HeroTransitions/Hero/issues/740) Fix build warings in XCode 13.4.1 c30a7a867d3bc420e90ad276d9bf12287628ce87
16+
- [#742](https://github.com/HeroTransitions/Hero/issues/742) Add `anchorPoint` support for transitioning a76e9f6dbeefb530743994634d37235e59401911
17+
18+
619
## [1.6.1](https://github.com/HeroTransitions/Hero/releases/tag/1.6.1)
720

821
### Added
@@ -28,7 +41,6 @@ The changelog for `Hero`. Also see the [releases](https://github.com/HeroTransit
2841
- #595 - Add Accio supported badge
2942
- #619 - XCode 11/12 support in example
3043
- CI/CD improvements
31-
3244
### Changed
3345

3446
- #648 - Updated iOS version support

Hero.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'Hero'
5-
s.version = '1.6.1'
5+
s.version = '1.6.2'
66
s.summary = 'Elegant transition library for iOS'
77

88
s.description = <<-DESC

Hero.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@
12011201
"@executable_path/Frameworks",
12021202
"@loader_path/Frameworks",
12031203
);
1204-
MARKETING_VERSION = 1.6.1;
1204+
MARKETING_VERSION = 1.6.2;
12051205
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.Hero;
12061206
PRODUCT_NAME = Hero;
12071207
SDKROOT = appletvos;
@@ -1233,7 +1233,7 @@
12331233
"@executable_path/Frameworks",
12341234
"@loader_path/Frameworks",
12351235
);
1236-
MARKETING_VERSION = 1.6.1;
1236+
MARKETING_VERSION = 1.6.2;
12371237
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.Hero;
12381238
PRODUCT_NAME = Hero;
12391239
SDKROOT = appletvos;
@@ -1259,7 +1259,7 @@
12591259
"$(inherited)",
12601260
"@executable_path/Frameworks",
12611261
);
1262-
MARKETING_VERSION = 1.6.1;
1262+
MARKETING_VERSION = 1.6.2;
12631263
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.HeroTvOSExamples;
12641264
PRODUCT_NAME = "$(TARGET_NAME)";
12651265
SDKROOT = appletvos;
@@ -1282,7 +1282,7 @@
12821282
"$(inherited)",
12831283
"@executable_path/Frameworks",
12841284
);
1285-
MARKETING_VERSION = 1.6.1;
1285+
MARKETING_VERSION = 1.6.2;
12861286
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.HeroTvOSExamples;
12871287
PRODUCT_NAME = "$(TARGET_NAME)";
12881288
SDKROOT = appletvos;
@@ -1315,7 +1315,7 @@
13151315
"@executable_path/Frameworks",
13161316
"@loader_path/Frameworks",
13171317
);
1318-
MARKETING_VERSION = 1.6.1;
1318+
MARKETING_VERSION = 1.6.2;
13191319
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.Hero;
13201320
PRODUCT_NAME = Hero;
13211321
SKIP_INSTALL = YES;
@@ -1347,7 +1347,7 @@
13471347
"@executable_path/Frameworks",
13481348
"@loader_path/Frameworks",
13491349
);
1350-
MARKETING_VERSION = 1.6.1;
1350+
MARKETING_VERSION = 1.6.2;
13511351
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.Hero;
13521352
PRODUCT_NAME = Hero;
13531353
SKIP_INSTALL = YES;
@@ -1486,7 +1486,7 @@
14861486
"$(inherited)",
14871487
"@executable_path/Frameworks",
14881488
);
1489-
MARKETING_VERSION = 1.6.1;
1489+
MARKETING_VERSION = 1.6.2;
14901490
OTHER_LDFLAGS = (
14911491
"$(inherited)",
14921492
"-framework",
@@ -1519,7 +1519,7 @@
15191519
"$(inherited)",
15201520
"@executable_path/Frameworks",
15211521
);
1522-
MARKETING_VERSION = 1.6.1;
1522+
MARKETING_VERSION = 1.6.2;
15231523
OTHER_LDFLAGS = (
15241524
"$(inherited)",
15251525
"-framework",

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ let package = Package(
1111
],
1212
products: [
1313
.library(name: "Hero",
14-
type: .dynamic,
1514
targets: ["Hero"]),
1615
],
1716
targets: [

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DEPENDENCIES:
77
- CollectionKit
88

99
SPEC REPOS:
10-
https://cdn.cocoapods.org/:
10+
trunk:
1111
- CollectionKit
1212

1313
SPEC CHECKSUMS:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ let package = Package(
147147
targets: ["MyPackage"]),
148148
],
149149
dependencies: [
150-
.package(url: "https://github.com/HeroTransitions/Hero.git", .upToNextMajor(from: "1.6.1"))
150+
.package(url: "https://github.com/HeroTransitions/Hero.git", .upToNextMajor(from: "1.6.2"))
151151
],
152152
targets: [
153153
.target(
154-
name: "MyPackage",1.6.1
154+
name: "MyPackage",
155155
dependencies: ["Hero"])
156156
]
157157
)

SUMMARY.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)