Skip to content

Commit 620a224

Browse files
committed
release(Worklets): 0.6.0
1 parent 57464af commit 620a224

6 files changed

Lines changed: 19 additions & 16 deletions

File tree

apps/fabric-example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2739,7 +2739,7 @@ PODS:
27392739
- ReactCommon/turbomodule/core
27402740
- SocketRocket
27412741
- Yoga
2742-
- RNWorklets (0.6.0-main):
2742+
- RNWorklets (0.6.0):
27432743
- boost
27442744
- DoubleConversion
27452745
- fast_float
@@ -2766,10 +2766,10 @@ PODS:
27662766
- ReactCodegen
27672767
- ReactCommon/turbomodule/bridging
27682768
- ReactCommon/turbomodule/core
2769-
- RNWorklets/worklets (= 0.6.0-main)
2769+
- RNWorklets/worklets (= 0.6.0)
27702770
- SocketRocket
27712771
- Yoga
2772-
- RNWorklets/worklets (0.6.0-main):
2772+
- RNWorklets/worklets (0.6.0):
27732773
- boost
27742774
- DoubleConversion
27752775
- fast_float
@@ -2796,10 +2796,10 @@ PODS:
27962796
- ReactCodegen
27972797
- ReactCommon/turbomodule/bridging
27982798
- ReactCommon/turbomodule/core
2799-
- RNWorklets/worklets/apple (= 0.6.0-main)
2799+
- RNWorklets/worklets/apple (= 0.6.0)
28002800
- SocketRocket
28012801
- Yoga
2802-
- RNWorklets/worklets/apple (0.6.0-main):
2802+
- RNWorklets/worklets/apple (0.6.0):
28032803
- boost
28042804
- DoubleConversion
28052805
- fast_float
@@ -3169,7 +3169,7 @@ SPEC CHECKSUMS:
31693169
RNReanimated: 3b47c33660454c6f9700b463e92daa282030866a
31703170
RNScreens: 6ced6ae8a526512a6eef6e28c2286e1fc2d378c3
31713171
RNSVG: 287504b73fa0e90a605225aa9f852a86d5461e84
3172-
RNWorklets: c220127c1264b89f8aedd76172be000355215a63
3172+
RNWorklets: 22882b592a84c1265aac56810d3cef22e5af89ff
31733173
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
31743174
Yoga: ab8f72ebaa01498a48a81e0f2bcb90ffb0643de8
31753175

apps/tvos-example/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@ PODS:
23412341
- RNWorklets
23422342
- SocketRocket
23432343
- Yoga
2344-
- RNWorklets (0.6.0-main):
2344+
- RNWorklets (0.6.0):
23452345
- boost
23462346
- DoubleConversion
23472347
- fast_float
@@ -2367,10 +2367,10 @@ PODS:
23672367
- ReactCodegen
23682368
- ReactCommon/turbomodule/bridging
23692369
- ReactCommon/turbomodule/core
2370-
- RNWorklets/worklets (= 0.6.0-main)
2370+
- RNWorklets/worklets (= 0.6.0)
23712371
- SocketRocket
23722372
- Yoga
2373-
- RNWorklets/worklets (0.6.0-main):
2373+
- RNWorklets/worklets (0.6.0):
23742374
- boost
23752375
- DoubleConversion
23762376
- fast_float
@@ -2396,10 +2396,10 @@ PODS:
23962396
- ReactCodegen
23972397
- ReactCommon/turbomodule/bridging
23982398
- ReactCommon/turbomodule/core
2399-
- RNWorklets/worklets/apple (= 0.6.0-main)
2399+
- RNWorklets/worklets/apple (= 0.6.0)
24002400
- SocketRocket
24012401
- Yoga
2402-
- RNWorklets/worklets/apple (0.6.0-main):
2402+
- RNWorklets/worklets/apple (0.6.0):
24032403
- boost
24042404
- DoubleConversion
24052405
- fast_float
@@ -2731,8 +2731,8 @@ SPEC CHECKSUMS:
27312731
ReactAppDependencyProvider: 02d17caeffffa513b02bb1ba394bbf1e8f46df86
27322732
ReactCodegen: f4d6e6fd5140eade461ffb5579795197956868c8
27332733
ReactCommon: c178596d3ef05508bb6c0f88bfbbc281b5c4222b
2734-
RNReanimated: a174ea211a092cfdcd6a4ea821f2bc79c2fa781a
2735-
RNWorklets: 284b129bf82db1c54f8c0b6f008a793ead77274b
2734+
RNReanimated: 63b018a5bb8ca3a41d90dd56ee873161eaf3eb04
2735+
RNWorklets: 99d0aec6c8fb02a54e82e5264b83c45c3491c349
27362736
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
27372737
Yoga: 0e792f39294e864568930600eeb71135364f777d
27382738

packages/react-native-reanimated/compatibility.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"4.1.x": {
77
"react-native": ["0.78", "0.79", "0.80", "0.81"],
8-
"react-native-worklets": ["0.5.x"]
8+
"react-native-worklets": ["0.5.x", "0.6.x"]
99
},
1010
"4.0.x": {
1111
"react-native": ["0.78", "0.79", "0.80", "0.81"],

packages/react-native-worklets/compatibility.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"nightly": {
33
"react-native": ["0.78", "0.79", "0.80", "0.81"]
44
},
5+
"0.6.x": {
6+
"react-native": ["0.78", "0.79", "0.80", "0.81"]
7+
},
58
"0.5.x": {
69
"react-native": ["0.78", "0.79", "0.80", "0.81"]
710
},

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.6.0-main",
3+
"version": "0.6.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.6.0-main';
7+
export const jsVersion = '0.6.0';

0 commit comments

Comments
 (0)