Skip to content

Commit 7e24c60

Browse files
committed
release(Worklets): 0.5.0
1 parent 951ef77 commit 7e24c60

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

apps/fabric-example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2658,7 +2658,7 @@ PODS:
26582658
- ReactCommon/turbomodule/core
26592659
- SocketRocket
26602660
- Yoga
2661-
- RNWorklets (0.5.0-main):
2661+
- RNWorklets (0.5.0):
26622662
- boost
26632663
- DoubleConversion
26642664
- fast_float
@@ -2685,10 +2685,10 @@ PODS:
26852685
- ReactCodegen
26862686
- ReactCommon/turbomodule/bridging
26872687
- ReactCommon/turbomodule/core
2688-
- RNWorklets/worklets (= 0.5.0-main)
2688+
- RNWorklets/worklets (= 0.5.0)
26892689
- SocketRocket
26902690
- Yoga
2691-
- RNWorklets/worklets (0.5.0-main):
2691+
- RNWorklets/worklets (0.5.0):
26922692
- boost
26932693
- DoubleConversion
26942694
- fast_float
@@ -2715,10 +2715,10 @@ PODS:
27152715
- ReactCodegen
27162716
- ReactCommon/turbomodule/bridging
27172717
- ReactCommon/turbomodule/core
2718-
- RNWorklets/worklets/apple (= 0.5.0-main)
2718+
- RNWorklets/worklets/apple (= 0.5.0)
27192719
- SocketRocket
27202720
- Yoga
2721-
- RNWorklets/worklets/apple (0.5.0-main):
2721+
- RNWorklets/worklets/apple (0.5.0):
27222722
- boost
27232723
- DoubleConversion
27242724
- fast_float
@@ -3084,7 +3084,7 @@ SPEC CHECKSUMS:
30843084
RNReanimated: 33e7f84d9586bfd0b2949f9a85f9b32e5bf69899
30853085
RNScreens: 6ced6ae8a526512a6eef6e28c2286e1fc2d378c3
30863086
RNSVG: 6f39605a4c4d200b11435c35bd077553c6b5963a
3087-
RNWorklets: 9898a4215e3a6046e3bae0057679a7666610e9ea
3087+
RNWorklets: 88cb7155c39e86d7b3c5cecbc48ccb27fa43bb0e
30883088
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
30893089
Yoga: 00013dd9cde63a2d98e8002fcc4f5ddb66c10782
30903090

apps/tvos-example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,7 @@ PODS:
17301730
- ReactCommon/turbomodule/core
17311731
- RNWorklets
17321732
- Yoga
1733-
- RNWorklets (0.5.0-main):
1733+
- RNWorklets (0.5.0):
17341734
- DoubleConversion
17351735
- glog
17361736
- hermes-engine
@@ -1753,9 +1753,9 @@ PODS:
17531753
- ReactCodegen
17541754
- ReactCommon/turbomodule/bridging
17551755
- ReactCommon/turbomodule/core
1756-
- RNWorklets/worklets (= 0.5.0-main)
1756+
- RNWorklets/worklets (= 0.5.0)
17571757
- Yoga
1758-
- RNWorklets/worklets (0.5.0-main):
1758+
- RNWorklets/worklets (0.5.0):
17591759
- DoubleConversion
17601760
- glog
17611761
- hermes-engine
@@ -1778,9 +1778,9 @@ PODS:
17781778
- ReactCodegen
17791779
- ReactCommon/turbomodule/bridging
17801780
- ReactCommon/turbomodule/core
1781-
- RNWorklets/worklets/apple (= 0.5.0-main)
1781+
- RNWorklets/worklets/apple (= 0.5.0)
17821782
- Yoga
1783-
- RNWorklets/worklets/apple (0.5.0-main):
1783+
- RNWorklets/worklets/apple (0.5.0):
17841784
- DoubleConversion
17851785
- glog
17861786
- hermes-engine
@@ -2105,7 +2105,7 @@ SPEC CHECKSUMS:
21052105
ReactCodegen: 3a01f76123e04b8b945d43e5ffccae6f90f4a26e
21062106
ReactCommon: 59e7bd3cf331ba77a96a75e6b603abf05883b102
21072107
RNReanimated: 49a44d701f3083eaf6d72a2a72044fe2fb0d2ef6
2108-
RNWorklets: b19793c13493f8e56cd35708b9954257870d0d62
2108+
RNWorklets: d09b7fb3bc8ac21d869f98ac9ff45fec14216054
21092109
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
21102110
Yoga: 770a077e3a222f162c2e0c8a95e7e997b7682a8e
21112111

packages/react-native-worklets/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-worklets",
3-
"version": "0.5.0-main",
3+
"version": "0.5.0",
44
"description": "The React Native multithreading library",
55
"keywords": [
66
"react-native",

packages/react-native-worklets/src/utils/jsVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* version used to build the native part of the library in runtime. Remember to
55
* keep this in sync with the version declared in `package.json`
66
*/
7-
export const jsVersion = '0.5.0-main';
7+
export const jsVersion = '0.5.0';

0 commit comments

Comments
 (0)