Skip to content

Commit 0ccb120

Browse files
committed
Update Changelog
- Update react-native-events #173
1 parent 0eba6fc commit 0ccb120

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

CHANGELOG.md

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

88
## [Unreleased]
9+
### Fix
10+
- Update react-native-events (Fix [#173](https://github.com/cjam/react-native-spotify-remote/issues/173))
11+
- Fix PlayerRestrictions key name ([#172](https://github.com/cjam/react-native-spotify-remote/issues/172))
912

1013
## [0.3.11-2] - 2021-11-11
1114
### Documentation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"react-native": ">=0.60"
5555
},
5656
"dependencies": {
57-
"react-native-events": "^1.0.15"
57+
"react-native-events": "^1.0.20"
5858
},
5959
"devDependencies": {
6060
"@release-it/keep-a-changelog": "^2.2.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -866,10 +866,10 @@ escape-string-regexp@^1.0.5:
866866
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
867867
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
868868

869-
events@^1.1.1:
870-
version "1.1.1"
871-
resolved "https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924"
872-
integrity sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=
869+
events@^3.0.0:
870+
version "3.3.0"
871+
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
872+
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
873873

874874
875875
version "5.0.0"
@@ -2137,12 +2137,12 @@ rc@^1.2.8:
21372137
minimist "^1.2.0"
21382138
strip-json-comments "~2.0.1"
21392139

2140-
react-native-events@^1.0.15:
2141-
version "1.0.15"
2142-
resolved "https://registry.yarnpkg.com/react-native-events/-/react-native-events-1.0.15.tgz#d14b75087664ab5b1a8e14e85adda66a4cf328c3"
2143-
integrity sha512-YRRmiipOKzYUsMa5YPXQ6zp5UyUcvmhcWLBKWFL44BkB8Qap2IPJlv2L87+muE5VxezqGfDLAdCgef9pPVxzdQ==
2140+
react-native-events@^1.0.20:
2141+
version "1.0.20"
2142+
resolved "https://registry.yarnpkg.com/react-native-events/-/react-native-events-1.0.20.tgz#e5eeb39b016f9663304991b4dd681395d964e4de"
2143+
integrity sha512-HzH+5FqzybUW48AZZYFQdvgrAqn9RyILKIPnCj6SjJIwUYnrP0lQ5c3pWcVdC1ZP1j7BPUDaUyHmatcOqOegJw==
21442144
dependencies:
2145-
events "^1.1.1"
2145+
events "^3.0.0"
21462146

21472147
read-pkg@^4.0.1:
21482148
version "4.0.1"

0 commit comments

Comments
 (0)