Skip to content

Commit 2f413cb

Browse files
committed
Bump to version 4.3.1
1 parent 6bc0954 commit 2f413cb

8 files changed

Lines changed: 870 additions & 2 deletions

File tree

AMScrollingNavbar.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 = "AMScrollingNavbar"
3-
s.version = "4.3.0"
3+
s.version = "4.3.1"
44
s.summary = "A custom UINavigationController that enables the scrolling of the navigation bar alongside the scrolling of an observed content view"
55
s.description = <<-DESC
66
A custom UINavigationController that enables the scrolling of the

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
All notable changes to this project will be documented in this file.
33
`AMScrollingNavbar` adheres to [Semantic Versioning](http://semver.org/).
44

5-
- `4.2.x` Releases - [4.2.0](#420) | [4.2.1](#421) | [4.2.2](#422) | [4.2.3](#423) | [4.2.4](#424) | [4.3.0](#430)
5+
- `4.3.x` Releases - [4.3.0](#430) | [4.3.1](#431)
6+
- `4.2.x` Releases - [4.2.0](#420) | [4.2.1](#421) | [4.2.2](#422) | [4.2.3](#423) | [4.2.4](#424)
67
- `4.1.x` Releases - [4.1.0](#410)
78
- `4.0.x` Releases - [4.0.0](#400) | [4.0.1](#401) | [4.0.2](#402) | [4.0.3](#403) | [4.0.4](#404) | [4.0.5](#405)
89
- `3.4.x` Releases - [3.4.0](#340) | [3.4.1](#341)
@@ -17,6 +18,10 @@ All notable changes to this project will be documented in this file.
1718

1819
---
1920

21+
## [4.3.1](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/4.3.1)
22+
23+
- Merge #310
24+
2025
## [4.3.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/4.3.0)
2126

2227
- Fix orientation change issues

Demo/Pods/AMScrollingNavbar/LICENSE

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Pods/AMScrollingNavbar/README.md

Lines changed: 199 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Pods/AMScrollingNavbar/Source/ScrollingNavbar+Sizes.swift

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)