Skip to content

Commit

Permalink
chore: release v5.2.1 (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Apr 22, 2022
1 parent 7989c32 commit 718c846
Show file tree
Hide file tree
Showing 495 changed files with 11,547 additions and 1,736 deletions.
2 changes: 1 addition & 1 deletion BoxSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BoxSDK"
spec.version = "5.2.0"
spec.version = "5.2.1"
spec.summary = "Box Swift SDK"
spec.description = <<-DESC
Official Box Swift SDK.
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [5.2.1](https://github.com/box/box-ios-sdk/compare/v5.2.0...v5.2.1) (2022-04-22)


### Bug Fixes

* Expose fields from `BoxResponse` for custom API calls ([#833](https://github.com/box/box-ios-sdk/issues/833)) ([bae1536](https://github.com/box/box-ios-sdk/commit/bae1536236a22de198281012b0ee43c84b0e3485))

## [5.2.0](https://github.com/box/box-ios-sdk/compare/v5.1.0...v5.2.0) (2022-03-18)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.2.0</string>
<string>5.2.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
15 changes: 12 additions & 3 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">BoxSDK 5.2.0 Docs</a> (100% documented)</p>
<p><a href="index.html">BoxSDK 5.2.1 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -559,12 +559,18 @@
<li class="nav-group-task">
<a href="Enums/NullableParameter.html">NullableParameter</a>
</li>
<li class="nav-group-task">
<a href="Enums/ObjectDeserializer.html">ObjectDeserializer</a>
</li>
<li class="nav-group-task">
<a href="Enums/OrderDirection.html">OrderDirection</a>
</li>
<li class="nav-group-task">
<a href="Enums/PagingParameter.html">PagingParameter</a>
</li>
<li class="nav-group-task">
<a href="Enums/ResponseHandler.html">ResponseHandler</a>
</li>
<li class="nav-group-task">
<a href="Enums/RetentionPolicyAssignmentItemType.html">RetentionPolicyAssignmentItemType</a>
</li>
Expand Down Expand Up @@ -663,6 +669,9 @@
<li class="nav-group-task">
<a href="Extensions/String.html">String</a>
</li>
<li class="nav-group-task">
<a href="Extensions/URL.html">URL</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -710,7 +719,7 @@
<a href="Structs/BoxRequestDescription.html">BoxRequestDescription</a>
</li>
<li class="nav-group-task">
<a href="Structs.html#/s:6BoxSDK0A8ResponseV">BoxResponse</a>
<a href="Structs/BoxResponse.html">BoxResponse</a>
</li>
<li class="nav-group-task">
<a href="Structs/BoxResponseDescription.html">BoxResponseDescription</a>
Expand Down Expand Up @@ -4142,7 +4151,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-03-18)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-04-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
15 changes: 12 additions & 3 deletions docs/Classes/AuthModule.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AuthModule Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.2.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">BoxSDK 5.2.1 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -559,12 +559,18 @@
<li class="nav-group-task">
<a href="../Enums/NullableParameter.html">NullableParameter</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ObjectDeserializer.html">ObjectDeserializer</a>
</li>
<li class="nav-group-task">
<a href="../Enums/OrderDirection.html">OrderDirection</a>
</li>
<li class="nav-group-task">
<a href="../Enums/PagingParameter.html">PagingParameter</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ResponseHandler.html">ResponseHandler</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RetentionPolicyAssignmentItemType.html">RetentionPolicyAssignmentItemType</a>
</li>
Expand Down Expand Up @@ -663,6 +669,9 @@
<li class="nav-group-task">
<a href="../Extensions/String.html">String</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/URL.html">URL</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -710,7 +719,7 @@
<a href="../Structs/BoxRequestDescription.html">BoxRequestDescription</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:6BoxSDK0A8ResponseV">BoxResponse</a>
<a href="../Structs/BoxResponse.html">BoxResponse</a>
</li>
<li class="nav-group-task">
<a href="../Structs/BoxResponseDescription.html">BoxResponseDescription</a>
Expand Down Expand Up @@ -1098,7 +1107,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-03-18)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-04-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
15 changes: 12 additions & 3 deletions docs/Classes/BoxAPIError.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxAPIError Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.2.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">BoxSDK 5.2.1 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -559,12 +559,18 @@
<li class="nav-group-task">
<a href="../Enums/NullableParameter.html">NullableParameter</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ObjectDeserializer.html">ObjectDeserializer</a>
</li>
<li class="nav-group-task">
<a href="../Enums/OrderDirection.html">OrderDirection</a>
</li>
<li class="nav-group-task">
<a href="../Enums/PagingParameter.html">PagingParameter</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ResponseHandler.html">ResponseHandler</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RetentionPolicyAssignmentItemType.html">RetentionPolicyAssignmentItemType</a>
</li>
Expand Down Expand Up @@ -663,6 +669,9 @@
<li class="nav-group-task">
<a href="../Extensions/String.html">String</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/URL.html">URL</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -710,7 +719,7 @@
<a href="../Structs/BoxRequestDescription.html">BoxRequestDescription</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:6BoxSDK0A8ResponseV">BoxResponse</a>
<a href="../Structs/BoxResponse.html">BoxResponse</a>
</li>
<li class="nav-group-task">
<a href="../Structs/BoxResponseDescription.html">BoxResponseDescription</a>
Expand Down Expand Up @@ -911,7 +920,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-03-18)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-04-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit 718c846

Please sign in to comment.