Skip to content

Commit 2c70af0

Browse files
committed
Update Readme / changelog
- Update contributors - Update contributing docs - Update Readme - Update Changelog in preparation for release
1 parent 260a3fd commit 2c70af0

File tree

4 files changed

+21
-8
lines changed

4 files changed

+21
-8
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@
5454
"contributions": [
5555
"code"
5656
]
57+
},
58+
{
59+
"login": "IbrahimCanKALYA",
60+
"name": "İbrahim Can KALYA",
61+
"avatar_url": "https://avatars.githubusercontent.com/u/33005883?v=4",
62+
"profile": "http://www.cankalya.com",
63+
"contributions": [
64+
"code"
65+
]
5766
}
5867
],
5968
"contributorsPerLine": 7

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
## [Unreleased]
77

8+
## [0.3.4] - 2021-02-15
9+
### Fixed
10+
- Renamed `RNSpotifyConvert` -> `RNSpotifyRemoteConvert` to fix [Issue #94](https://github.com/cjam/react-native-spotify-remote/issues/94) ([IbrahimCanKALYA](https://github.com/IbrahimCanKALYA))
11+
- Fix [Issue #97](https://github.com/cjam/react-native-spotify-remote/issues/97)
12+
### Updated
13+
- Allow partial item to be passed into `playItemWithIndex` ([PR #91](https://github.com/cjam/react-native-spotify-remote/pull/91))
14+
- Example to use library from source instead of installing local version
15+
- Autogenerated documentation
16+
817
## [0.3.3] - 2020-12-13
918
### Fixed
1019
- Updated Peer Dependency on React Native to `>=0.60` [Issue #80](https://github.com/cjam/react-native-spotify-remote/issues/80)

CONTRIBUTING.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,7 @@ From repo root run `yarn example`
3434

3535
#### Updating `react-native-spotify-remote` in Example
3636

37-
If you're doing work on the `react-native-spotify-remote` package (i.e. modifying the api or Typescript), you'll need to update the package that is installed in the example app before using your changes.
38-
39-
From `example/` run `yarn update-package`
40-
41-
This will build the package and reinstall it in the example app.
42-
43-
> NOTE: When doing this, it's very likely that you will need to restart the `example` packager/server.
37+
Changes in the `react-native-spotify-remote` package (i.e. modifying the api or Typescript) should be automatically reloaded within the example app.
4438

4539
### Updating Spotify iOS SDK
4640

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Please do not open issues about getting the module to work unless you have tried
254254
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.
255255

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

260260
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
@@ -267,6 +267,7 @@ Big thanks to [@lufinkey](https://github.com/lufinkey) and all of the great work
267267
<td align="center"><a href="https://github.com/YozhikM"><img src="https://avatars0.githubusercontent.com/u/27273025?v=4" width="100px;" alt=""/><br /><sub><b>Stanislav</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=YozhikM" title="Code">💻</a></td>
268268
<td align="center"><a href="https://djwillcaine.com"><img src="https://avatars3.githubusercontent.com/u/5376687?v=4" width="100px;" alt=""/><br /><sub><b>Will Caine</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=djwillcaine" title="Code">💻</a></td>
269269
<td align="center"><a href="http://www.estuderevisapp.com/"><img src="https://avatars0.githubusercontent.com/u/7197169?v=4" width="100px;" alt=""/><br /><sub><b>Everaldo Rosa de Souza Junior</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=juniorklawa" title="Code">💻</a></td>
270+
<td align="center"><a href="http://www.cankalya.com"><img src="https://avatars.githubusercontent.com/u/33005883?v=4" width="100px;" alt=""/><br /><sub><b>İbrahim Can KALYA</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=IbrahimCanKALYA" title="Code">💻</a></td>
270271
</tr>
271272
</table>
272273

0 commit comments

Comments
 (0)