Skip to content

Commit eaf522e

Browse files
authored
release(Worklets): 0.8.3 (#9339)
1 parent 5860be4 commit eaf522e

6 files changed

Lines changed: 21 additions & 22 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/createNPMPackage.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ if [ $# -ge 1 ]; then
88
fi
99
fi
1010

11-
yarn build
12-
1311
npm pack
1412

1513
if [ $# -ge 1 ]; then

packages/react-native-worklets/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-worklets",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "The React Native multithreading library",
55
"keywords": [
66
"react-native",
@@ -30,6 +30,7 @@
3030
"lint:clang-tidy": "find Common -iname \"*.h\" -o -iname \"*.cpp\" | xargs ../../scripts/clang-tidy-lint.sh",
3131
"lint:js": "eslint src && yarn prettier --check src",
3232
"lint:plugin": "yarn workspace babel-plugin-worklets lint",
33+
"prepack": "yarn build",
3334
"set-version": "node scripts/set-version.js",
3435
"test": "jest",
3536
"type:check": "yarn type:check:src:native && yarn type:check:src:web && yarn type:check:plugin && yarn type:check:app && yarn type:check:tests",

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.2';
8+
export const jsVersion = '0.8.3';

0 commit comments

Comments
 (0)