Skip to content

Commit 6b58aea

Browse files
committed
release(Worklets): 0.8.1
1 parent 95f0039 commit 6b58aea

5 files changed

Lines changed: 20 additions & 20 deletions

File tree

apps/fabric-example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/macos-example/macos/Podfile.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/tvos-example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8.0",
3+
"version": "0.8.1",
44
"description": "The React Native multithreading library",
55
"keywords": [
66
"react-native",

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

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

0 commit comments

Comments
 (0)