Skip to content

Commit fffa45e

Browse files
committed
Update Changelog and contributors
1 parent 3c5e339 commit fffa45e

File tree

5 files changed

+31
-3
lines changed

5 files changed

+31
-3
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,24 @@
110110
"bug",
111111
"code"
112112
]
113+
},
114+
{
115+
"login": "dylancom",
116+
"name": "Dylan",
117+
"avatar_url": "https://avatars.githubusercontent.com/u/12894112?v=4",
118+
"profile": "https://www.companjenapps.com",
119+
"contributions": [
120+
"code"
121+
]
122+
},
123+
{
124+
"login": "hoang",
125+
"name": "Hoang",
126+
"avatar_url": "https://avatars.githubusercontent.com/u/170571?v=4",
127+
"profile": "https://github.com/hoang",
128+
"contributions": [
129+
"code"
130+
]
113131
}
114132
],
115133
"contributorsPerLine": 7

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Update
11+
12+
- Update Spotify SDKs (thanks Hoang)
13+
- Update Android SDK to [v7.0.0-appremote_v1.2.3-auth](https://github.com/spotify/android-sdk/releases/tag/v7.0.0-appremote_v1.2.3-auth)
14+
- Update iOS SDK to [v1.2.2](https://github.com/spotify/ios-sdk/releases/tag/v1.2.2)
15+
1016
### Fixed
1117

18+
- Fix Does not work when targeting Android SDK v30 (React Native 0.65+) #161 (thanks Hoang)
19+
- Fix "missing SpotifyiOS.h" in example #78 #63 (thanks @dylancom)
1220
- Fix example project podfile to build in XCode 12.5
1321

1422
## [0.3.10] - 2021-05-15

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Please do not open issues about getting the module to work unless you have tried
255255
Big thanks to [@lufinkey](https://github.com/lufinkey) and all of the great work that he has done in the [react-native-spotify](https://github.com/lufinkey/react-native-spotify) repo which was the original source of inspiration and some useful patterns for this package.
256256

257257
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
258-
[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-)
258+
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
259259
<!-- ALL-CONTRIBUTORS-BADGE:END -->
260260

261261
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
@@ -276,6 +276,8 @@ Big thanks to [@lufinkey](https://github.com/lufinkey) and all of the great work
276276
<td align="center"><a href="http://reteps.github.io"><img src="https://avatars.githubusercontent.com/u/13869303?v=4" width="100px;" alt=""/><br /><sub><b>Peter Stenger</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=reteps" title="Code">💻</a></td>
277277
<td align="center"><a href="https://github.com/reinhardholl"><img src="https://avatars.githubusercontent.com/u/4051986?v=4" width="100px;" alt=""/><br /><sub><b>Reinhard Höll</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/issues?q=author%3Areinhardholl" title="Bug reports">🐛</a> <a href="https://github.com/cjam/react-native-spotify-remote/commits?author=reinhardholl" title="Code">💻</a></td>
278278
<td align="center"><a href="https://github.com/gustavoggs"><img src="https://avatars.githubusercontent.com/u/793491?v=4" width="100px;" alt=""/><br /><sub><b>Gustavo Graña</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/issues?q=author%3Agustavoggs" title="Bug reports">🐛</a> <a href="https://github.com/cjam/react-native-spotify-remote/commits?author=gustavoggs" title="Code">💻</a></td>
279+
<td align="center"><a href="https://www.companjenapps.com"><img src="https://avatars.githubusercontent.com/u/12894112?v=4" width="100px;" alt=""/><br /><sub><b>Dylan</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=dylancom" title="Code">💻</a></td>
280+
<td align="center"><a href="https://github.com/hoang"><img src="https://avatars.githubusercontent.com/u/170571?v=4" width="100px;" alt=""/><br /><sub><b>Hoang</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=hoang" title="Code">💻</a></td>
279281
</tr>
280282
</table>
281283

android/external/SpotifySDK

Submodule SpotifySDK updated 155 files

ios/external/SpotifySDK

Submodule SpotifySDK updated 108 files

0 commit comments

Comments
 (0)