Skip to content

Commit cefc010

Browse files
committed
Bump version
1 parent 37e716a commit cefc010

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flyerhq/react-native-chat-ui",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"description": "React Native Chat UI",
55
"homepage": "https://github.com/flyerhq/react-native-chat-ui#readme",
66
"main": "lib/index.js",
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@flyerhq/react-native-keyboard-accessory-view": "^2.1.1",
38-
"@flyerhq/react-native-link-preview": "^1.1.0",
38+
"@flyerhq/react-native-link-preview": "^1.2.0",
3939
"dayjs": "^1.10.4",
4040
"react-native-image-viewing": "^0.2.0",
4141
"react-native-parsed-text": "^0.0.22"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -767,12 +767,12 @@
767767
resolved "https://registry.yarnpkg.com/@flyerhq/react-native-keyboard-accessory-view/-/react-native-keyboard-accessory-view-2.1.1.tgz#090b809f825096995a9609d06d0304dfa50b4efd"
768768
integrity sha512-KwjBbePlrSsaYUPlEpsk58/1tEkOnXMFbQiKGl0qlr5WPEeRx55dQXUs5XGC/+W0vncIaUuLozLq+QZXX5Ce3g==
769769

770-
"@flyerhq/react-native-link-preview@^1.1.0":
771-
version "1.1.0"
772-
resolved "https://registry.yarnpkg.com/@flyerhq/react-native-link-preview/-/react-native-link-preview-1.1.0.tgz#5de850a18b366ab9dba8d57d90929a1a998901cd"
773-
integrity sha512-OkZoVLBrqiq8/1FnvrVUtKDfuKOkDpGTxpMDXt1FaLXQRmOTUxXAlxM8bCQpevKxofeyeI2xWzfe2JEOOxllqg==
770+
"@flyerhq/react-native-link-preview@^1.2.0":
771+
version "1.2.0"
772+
resolved "https://registry.yarnpkg.com/@flyerhq/react-native-link-preview/-/react-native-link-preview-1.2.0.tgz#f80f1a2d55f6dce1a00d6960fcc64edd9cb53b98"
773+
integrity sha512-HlVCNJGhHY34z+//FPdU7KAaR/P7ROpN6VDQe9/SRtDZb2yPYFGvspRJRopgGO+bSwH6G8NWUPrszGgUG+CycQ==
774774
dependencies:
775-
html-entities "^2.1.0"
775+
html-entities "^2.1.1"
776776

777777
"@hapi/hoek@^9.0.0":
778778
version "9.1.1"
@@ -3375,10 +3375,10 @@ html-encoding-sniffer@^2.0.1:
33753375
dependencies:
33763376
whatwg-encoding "^1.0.5"
33773377

3378-
html-entities@^2.1.0:
3379-
version "2.1.1"
3380-
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.1.1.tgz#faa5fc521e2d18499627835d22be3554c202208f"
3381-
integrity sha512-HjNLgm9Ba8zKd6NDMkXa0mMPn3eDUxOUnEIm/qy2Rm6rnqRHgI9DpMYIv1Fndu8haUmfMQHNYNrlNKmdU8GMnQ==
3378+
html-entities@^2.1.1:
3379+
version "2.3.0"
3380+
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.0.tgz#83474887115f12d33a7b85f6573c95223c2940a4"
3381+
integrity sha512-/XzLX7A79umjBdw7yYw99bk20uj+L1hQINB029One2OCIqtHj0o5F+XMRam1pveHF4pEYZyr8RSLYWdhguHrwg==
33823382

33833383
html-escaper@^2.0.0:
33843384
version "2.0.2"

0 commit comments

Comments
 (0)