File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.0
2
+ * Updated for react-intl 3.0.0+, including support for the ` useIntl ` hook.
3
+ * ** [ BREAKING ] ** This requires ` reason-react >=0.7.0 ` and ` bs-platform >=5.0.3 ` .
4
+
1
5
# 0.8.0
2
6
* ** [ BREAKING ] ** ` bs-platform ` updated to ` 5.0.0 ` .
3
7
* ** [ BREAKING ] ** ` reason-react ` updated to ` 0.6.0 ` .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bs-react-intl" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " BuckleScript bindings to react-intl" ,
5
5
"author" : " Alex Fedoseev <alex.fedoseev@gmail.com>" ,
6
6
"license" : " MIT" ,
26
26
"bs-react-intl-extractor-bin" : " 0.7.0" ,
27
27
"bsb-js" : " ^1.1.7" ,
28
28
"parcel-bundler" : " 1.12.3" ,
29
- "prop-types" : " 15.7.2" ,
30
29
"react" : " 16.8.6" ,
31
30
"react-dom" : " 16.8.6" ,
32
- "react-intl" : " 3.1.5 " ,
31
+ "react-intl" : " 3.1.6 " ,
33
32
"reason-react" : " 0.7.0"
34
33
},
35
34
"repository" : {
Original file line number Diff line number Diff line change @@ -4162,7 +4162,7 @@ process@^0.11.10:
4162
4162
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
4163
4163
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
4164
4164
4165
- prop-types@15.7.2, prop-types@ ^15.6.2 :
4165
+ prop-types@^15.6.2 :
4166
4166
version "15.7.2"
4167
4167
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
4168
4168
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -4282,10 +4282,10 @@ react-dom@16.8.6, react-dom@>=16.8.1:
4282
4282
prop-types "^15.6.2"
4283
4283
scheduler "^0.13.6"
4284
4284
4285
- react-intl@3.1.5 :
4286
- version "3.1.5 "
4287
- resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-3.1.5 .tgz#36e5d23a15fd498cf73e2acd1735150ad96ba75d "
4288
- integrity sha512-o6DJeoUb3UwXAdi6JWPv75IOOJ8lemfQopD6D/oSVM1jscpHJb2BxtgHJ5Au936FekR7jv+w0EzJB4dLAPYG2A ==
4285
+ react-intl@3.1.6 :
4286
+ version "3.1.6 "
4287
+ resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-3.1.6 .tgz#e41b9fba7bd26c9c83fdae81fb599ac3fdd1c819 "
4288
+ integrity sha512-SAqHT9ZI78kwvCaDT8jyCAaPxqheZhRI0vzisIXVGEzzxDXQbxG+2aWWUZvWEHnkCZNwLDr+uK2vLwgeXzLbbw ==
4289
4289
dependencies :
4290
4290
" @formatjs/intl-relativetimeformat" " ^2.6.2"
4291
4291
" @types/hoist-non-react-statics" " ^3.3.1"
You can’t perform that action at this time.
0 commit comments