Skip to content

Commit 945fb59

Browse files
authored
Merge pull request #25 from cknitt/1.0.0
1.0.0
2 parents 6c2eba8 + a62f421 commit 945fb59

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
# 0.8.0
26
* **[ BREAKING ]** `bs-platform` updated to `5.0.0`.
37
* **[ BREAKING ]** `reason-react` updated to `0.6.0`.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bs-react-intl",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"description": "BuckleScript bindings to react-intl",
55
"author": "Alex Fedoseev <alex.fedoseev@gmail.com>",
66
"license": "MIT",
@@ -26,10 +26,9 @@
2626
"bs-react-intl-extractor-bin": "0.7.0",
2727
"bsb-js": "^1.1.7",
2828
"parcel-bundler": "1.12.3",
29-
"prop-types": "15.7.2",
3029
"react": "16.8.6",
3130
"react-dom": "16.8.6",
32-
"react-intl": "3.1.5",
31+
"react-intl": "3.1.6",
3332
"reason-react": "0.7.0"
3433
},
3534
"repository": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4162,7 +4162,7 @@ process@^0.11.10:
41624162
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
41634163
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
41644164

4165-
prop-types@15.7.2, prop-types@^15.6.2:
4165+
prop-types@^15.6.2:
41664166
version "15.7.2"
41674167
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
41684168
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -4282,10 +4282,10 @@ react-dom@16.8.6, react-dom@>=16.8.1:
42824282
prop-types "^15.6.2"
42834283
scheduler "^0.13.6"
42844284

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==
42894289
dependencies:
42904290
"@formatjs/intl-relativetimeformat" "^2.6.2"
42914291
"@types/hoist-non-react-statics" "^3.3.1"

0 commit comments

Comments
 (0)