Skip to content

Commit 6556431

Browse files
committed
Update to 1.0.34
#36 #43 #35 #21
1 parent 1e41afa commit 6556431

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

expo-demo/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ios",
1010
"android"
1111
],
12-
"version": "1.0.5",
12+
"version": "1.0.6",
1313
"orientation": "portrait",
1414
"icon": "./assets/icon.png",
1515
"splash": {

expo-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"expo": "^31.0.2",
1111
"react": "16.5.0",
1212
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
13-
"react-native-cn-richtext-editor": "^1.0.33",
13+
"react-native-cn-richtext-editor": "^1.0.34",
1414
"react-native-popup-menu": "^0.14.2"
1515
},
1616
"devDependencies": {

expo-demo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3730,10 +3730,10 @@ react-native-branch@2.2.5:
37303730
version "2.2.5"
37313731
resolved "https://registry.yarnpkg.com/react-native-branch/-/react-native-branch-2.2.5.tgz#4074dd63b4973e6397d9ce50e97b57c77a518e9d"
37323732

3733-
react-native-cn-richtext-editor@^1.0.33:
3734-
version "1.0.33"
3735-
resolved "https://registry.yarnpkg.com/react-native-cn-richtext-editor/-/react-native-cn-richtext-editor-1.0.33.tgz#35745fb7cc190fd1016044755ac0cfd575e6c225"
3736-
integrity sha512-UcCtBsTHDKhUevAZmdDyOIYOw5ydRn+FL29074toRW96q5ti+2oodvDYxWnC81ZnmwmRua79z/k4xSZ/zQhmtw==
3733+
react-native-cn-richtext-editor@^1.0.34:
3734+
version "1.0.34"
3735+
resolved "https://registry.yarnpkg.com/react-native-cn-richtext-editor/-/react-native-cn-richtext-editor-1.0.34.tgz#77104fb7a23ac5c2d0323398480a6d1a84691b09"
3736+
integrity sha512-g46JhWDBllPJCufIH/8kkA3s1xdj9iKNnX72lJe2Wavh93hXYXm/Gf1daWmp9672iABWJpJpLnn2+1Q+ICkxPQ==
37373737
dependencies:
37383738
diff-match-patch "^1.0.4"
37393739
immutability-helper "^2.8.1"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-cn-richtext-editor",
3-
"version": "1.0.33",
3+
"version": "1.0.34",
44
"description": "RichText Editor for React-Native",
55
"main": "index.js",
66
"scripts": {
@@ -32,7 +32,7 @@
3232
"Narbe HS <imnapo@gmail.com> (http://learncode.net)"
3333
],
3434
"author": "Narbe HS <imnapo@gmail.com> (http://learncode.net)",
35-
"license": "ISC",
35+
"license": "MIT",
3636
"bugs": {
3737
"url": "https://github.com/imnapo/react-native-cn-richtext-editor/issues"
3838
},

0 commit comments

Comments
 (0)