Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions apps/fabric-example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2739,7 +2739,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- RNWorklets (0.6.0-main):
- RNWorklets (0.6.0):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2766,10 +2766,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNWorklets/worklets (= 0.6.0-main)
- RNWorklets/worklets (= 0.6.0)
- SocketRocket
- Yoga
- RNWorklets/worklets (0.6.0-main):
- RNWorklets/worklets (0.6.0):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2796,10 +2796,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNWorklets/worklets/apple (= 0.6.0-main)
- RNWorklets/worklets/apple (= 0.6.0)
- SocketRocket
- Yoga
- RNWorklets/worklets/apple (0.6.0-main):
- RNWorklets/worklets/apple (0.6.0):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -3169,7 +3169,7 @@ SPEC CHECKSUMS:
RNReanimated: 3b47c33660454c6f9700b463e92daa282030866a
RNScreens: 6ced6ae8a526512a6eef6e28c2286e1fc2d378c3
RNSVG: 287504b73fa0e90a605225aa9f852a86d5461e84
RNWorklets: c220127c1264b89f8aedd76172be000355215a63
RNWorklets: 22882b592a84c1265aac56810d3cef22e5af89ff
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: ab8f72ebaa01498a48a81e0f2bcb90ffb0643de8

Expand Down
14 changes: 7 additions & 7 deletions apps/tvos-example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2341,7 +2341,7 @@ PODS:
- RNWorklets
- SocketRocket
- Yoga
- RNWorklets (0.6.0-main):
- RNWorklets (0.6.0):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2367,10 +2367,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNWorklets/worklets (= 0.6.0-main)
- RNWorklets/worklets (= 0.6.0)
- SocketRocket
- Yoga
- RNWorklets/worklets (0.6.0-main):
- RNWorklets/worklets (0.6.0):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2396,10 +2396,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNWorklets/worklets/apple (= 0.6.0-main)
- RNWorklets/worklets/apple (= 0.6.0)
- SocketRocket
- Yoga
- RNWorklets/worklets/apple (0.6.0-main):
- RNWorklets/worklets/apple (0.6.0):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2731,8 +2731,8 @@ SPEC CHECKSUMS:
ReactAppDependencyProvider: 02d17caeffffa513b02bb1ba394bbf1e8f46df86
ReactCodegen: f4d6e6fd5140eade461ffb5579795197956868c8
ReactCommon: c178596d3ef05508bb6c0f88bfbbc281b5c4222b
RNReanimated: a174ea211a092cfdcd6a4ea821f2bc79c2fa781a
RNWorklets: 284b129bf82db1c54f8c0b6f008a793ead77274b
RNReanimated: 63b018a5bb8ca3a41d90dd56ee873161eaf3eb04
RNWorklets: 99d0aec6c8fb02a54e82e5264b83c45c3491c349
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: 0e792f39294e864568930600eeb71135364f777d

Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-reanimated/compatibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"4.1.x": {
"react-native": ["0.78", "0.79", "0.80", "0.81"],
"react-native-worklets": ["0.5.x"]
"react-native-worklets": ["0.5.x", "0.6.x"]
},
"4.0.x": {
"react-native": ["0.78", "0.79", "0.80", "0.81"],
Expand Down
3 changes: 3 additions & 0 deletions packages/react-native-worklets/compatibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"nightly": {
"react-native": ["0.78", "0.79", "0.80", "0.81"]
},
"0.6.x": {
"react-native": ["0.78", "0.79", "0.80", "0.81"]
},
"0.5.x": {
"react-native": ["0.78", "0.79", "0.80", "0.81"]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-worklets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-worklets",
"version": "0.6.0-main",
"version": "0.6.0",
"description": "The React Native multithreading library",
"keywords": [
"react-native",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-worklets/src/utils/jsVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* version used to build the native part of the library in runtime. Remember to
* keep this in sync with the version declared in `package.json`
*/
export const jsVersion = '0.6.0-main';
export const jsVersion = '0.6.0';
Loading