Skip to content

Commit f278e43

Browse files
authored
chore: release 0.2.0 (#315)
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please follow the template so that the reviewers can easily understand what the code changes affect --> # Summary Updates lib and example app version to 0.2.0 ## Test Plan n/a ## Screenshots / Videos n/a ## Compatibility | OS | Implemented | | ------- | :---------: | | iOS | ✅ | | Android | ✅ |
1 parent 82cbd2d commit f278e43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,7 +2349,7 @@ PODS:
23492349
- React-perflogger (= 0.82.1)
23502350
- React-utils (= 0.82.1)
23512351
- SocketRocket
2352-
- ReactNativeEnriched (0.1.6):
2352+
- ReactNativeEnriched (0.2.0):
23532353
- boost
23542354
- DoubleConversion
23552355
- fast_float
@@ -2690,7 +2690,7 @@ SPEC CHECKSUMS:
26902690
ReactAppDependencyProvider: cc2795efe30a023c3a505676b9c748b664b9c0a1
26912691
ReactCodegen: 897bad2d2f722ff4dc46fc144f9cc018db0e2ce4
26922692
ReactCommon: c5803af00bd3737dc1631749b1f1da5beba5b049
2693-
ReactNativeEnriched: c96634c617190d2cd94f9a474d68430dfc8d6dc0
2693+
ReactNativeEnriched: fb6e018ddbaf26570055f402bbdb513f2628dd5e
26942694
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
26952695
Yoga: 689c8e04277f3ad631e60fe2a08e41d411daf8eb
26962696

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-enriched",
3-
"version": "0.1.6",
3+
"version": "0.2.0",
44
"description": "Rich Text Editor component for React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/module/index.js",

0 commit comments

Comments
 (0)