Skip to content

Commit

Permalink
Release 0.6.4 (#84)
Browse files Browse the repository at this point in the history
* Release 0.6.4

* fix links in docs
  • Loading branch information
jjochen committed Jan 3, 2018
1 parent 88b0d19 commit 833a349
Show file tree
Hide file tree
Showing 25 changed files with 72 additions and 55 deletions.
4 changes: 2 additions & 2 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ podspec: JJFloatingActionButton.podspec
output: docs
theme: fullwidth
author: Jochen Pfeiffer
author_url: https://github.com/jjochen
root_url: https://jjochen.github.io/JJFloatingActionButton
author_url: https://github.com/jjochen/
root_url: https://jjochen.github.io/JJFloatingActionButton/
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [0.6.4](https://github.com/jjochen/JJFloatingActionButton/tree/0.6.4) (2018-01-03)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.6.3...0.6.4)

**Merged pull requests:**

- Update readme and changelog [\#83](https://github.com/jjochen/JJFloatingActionButton/pull/83)

## [0.6.3](https://github.com/jjochen/JJFloatingActionButton/tree/0.6.3) (2018-01-02)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.6.2...0.6.3)

**Merged pull requests:**

- Define file header template \(MIT License\) [\#81](https://github.com/jjochen/JJFloatingActionButton/pull/81)
- Remove author from pull requests in changelog [\#80](https://github.com/jjochen/JJFloatingActionButton/pull/80)
- Add screenshot and documentation url to podspec [\#79](https://github.com/jjochen/JJFloatingActionButton/pull/79)
- Explicit anchors in readme [\#78](https://github.com/jjochen/JJFloatingActionButton/pull/78)

## [0.6.2](https://github.com/jjochen/JJFloatingActionButton/tree/0.6.2) (2018-01-02)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.6.1...0.6.2)

Expand Down
2 changes: 1 addition & 1 deletion Example/JJFloatingActionButton/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.3</string>
<string>0.6.4</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- JJFloatingActionButton (0.6.3)
- JJFloatingActionButton (0.6.4)
- Nimble (7.0.3)
- Nimble-Snapshots (6.3.0):
- Nimble-Snapshots/Core (= 6.3.0)
Expand All @@ -25,7 +25,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
JJFloatingActionButton: 2a81c938560c896e14420577121a1c3dd97505d3
JJFloatingActionButton: 6e96149efabf684d5592d7debf26d215e8a3f48f
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
Nimble-Snapshots: f5459b5b091678dc942d03ec4741cacb58ba4a52
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
Expand Down
2 changes: 1 addition & 1 deletion JJFloatingActionButton.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'JJFloatingActionButton'
spec.version = '0.6.3'
spec.version = '0.6.4'
spec.author = { 'Jochen Pfeiffer' => '[email protected]' }
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.homepage = 'https://github.com/jjochen/JJFloatingActionButton'
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -208,7 +208,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/JJActionItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -302,7 +302,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/JJCircleView.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -270,7 +270,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/JJFloatingActionButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -1447,7 +1447,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/Enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -131,7 +131,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/Enums/JJFloatingActionButtonState.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -230,7 +230,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/Protocols.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -131,7 +131,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/Protocols/JJFloatingActionButtonDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -218,7 +218,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -208,7 +208,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -302,7 +302,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -270,7 +270,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -1447,7 +1447,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -131,7 +131,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2Fdocsets%2FJJFloatingActionButton%2Exml">
<a class="header-link" href="dash-feed://https%3A%2F%2Fjjochen%2Egithub%2Eio%2FJJFloatingActionButton%2Fdocsets%2FJJFloatingActionButton%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -230,7 +230,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-02)</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-01-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
Loading

0 comments on commit 833a349

Please sign in to comment.