Skip to content

Commit 9921fe7

Browse files
committed
release(Worklets): 0.8.0
1 parent 7581ea0 commit 9921fe7

7 files changed

Lines changed: 58 additions & 89 deletions

File tree

.github/workflows/yarn-validation.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
- name: Use Node.js
3131
uses: actions/setup-node@v4
3232

33-
- name: Check if all versions are exact
34-
working-directory: ${{ github.workspace }}
35-
run: ./scripts/disallow-non-exact.sh
36-
3733
- name: Install monorepo dependencies
3834
run: yarn install --immutable
3935

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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-worklets",
3-
"version": "0.8.0-rc.0",
3+
"version": "0.8.0",
44
"description": "The React Native multithreading library",
55
"keywords": [
66
"react-native",
@@ -58,18 +58,17 @@
5858
"react-native": "0.81 - 0.85"
5959
},
6060
"dependencies": {
61-
"@babel/plugin-transform-arrow-functions": "7.27.1",
62-
"@babel/plugin-transform-class-properties": "7.27.1",
63-
"@babel/plugin-transform-classes": "7.28.4",
64-
"@babel/plugin-transform-nullish-coalescing-operator": "7.27.1",
65-
"@babel/plugin-transform-optional-chaining": "7.27.1",
66-
"@babel/plugin-transform-shorthand-properties": "7.27.1",
67-
"@babel/plugin-transform-template-literals": "7.27.1",
68-
"@babel/plugin-transform-unicode-regex": "7.27.1",
69-
"@babel/preset-typescript": "7.27.1",
70-
"convert-source-map": "2.0.0",
71-
"is-tree-shakable": "0.5.0",
72-
"semver": "7.7.3"
61+
"@babel/plugin-transform-arrow-functions": "^7.27.1",
62+
"@babel/plugin-transform-class-properties": "^7.27.1",
63+
"@babel/plugin-transform-classes": "^7.28.4",
64+
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
65+
"@babel/plugin-transform-optional-chaining": "^7.27.1",
66+
"@babel/plugin-transform-shorthand-properties": "^7.27.1",
67+
"@babel/plugin-transform-template-literals": "^7.27.1",
68+
"@babel/plugin-transform-unicode-regex": "^7.27.1",
69+
"@babel/preset-typescript": "^7.27.1",
70+
"convert-source-map": "^2.0.0",
71+
"semver": "^7.7.3"
7372
},
7473
"devDependencies": {
7574
"@babel/cli": "7.28.3",
@@ -83,6 +82,7 @@
8382
"clang-format-node": "1.3.5",
8483
"code-tag": "1.2.0",
8584
"eslint": "9.37.0",
85+
"is-tree-shakable": "^0.5.0",
8686
"jest": "30.2.0",
8787
"knip": "5.61.3",
8888
"madge": "8.0.0",

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-rc.0';
8+
export const jsVersion = '0.8.0';

yarn.lock

Lines changed: 26 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ __metadata:
10951095
languageName: node
10961096
linkType: hard
10971097

1098-
"@babel/plugin-transform-arrow-functions@npm:7.27.1, @babel/plugin-transform-arrow-functions@npm:^7.0.0, @babel/plugin-transform-arrow-functions@npm:^7.0.0-0, @babel/plugin-transform-arrow-functions@npm:^7.24.7, @babel/plugin-transform-arrow-functions@npm:^7.27.1":
1098+
"@babel/plugin-transform-arrow-functions@npm:^7.0.0, @babel/plugin-transform-arrow-functions@npm:^7.0.0-0, @babel/plugin-transform-arrow-functions@npm:^7.24.7, @babel/plugin-transform-arrow-functions@npm:^7.27.1":
10991099
version: 7.27.1
11001100
resolution: "@babel/plugin-transform-arrow-functions@npm:7.27.1"
11011101
dependencies:
@@ -1452,7 +1452,7 @@ __metadata:
14521452
languageName: node
14531453
linkType: hard
14541454

1455-
"@babel/plugin-transform-nullish-coalescing-operator@npm:7.27.1, @babel/plugin-transform-nullish-coalescing-operator@npm:^7.0.0-0, @babel/plugin-transform-nullish-coalescing-operator@npm:^7.24.7, @babel/plugin-transform-nullish-coalescing-operator@npm:^7.27.1":
1455+
"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.0.0-0, @babel/plugin-transform-nullish-coalescing-operator@npm:^7.24.7, @babel/plugin-transform-nullish-coalescing-operator@npm:^7.27.1":
14561456
version: 7.27.1
14571457
resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.27.1"
14581458
dependencies:
@@ -1512,18 +1512,6 @@ __metadata:
15121512
languageName: node
15131513
linkType: hard
15141514

1515-
"@babel/plugin-transform-optional-chaining@npm:7.27.1":
1516-
version: 7.27.1
1517-
resolution: "@babel/plugin-transform-optional-chaining@npm:7.27.1"
1518-
dependencies:
1519-
"@babel/helper-plugin-utils": "npm:^7.27.1"
1520-
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
1521-
peerDependencies:
1522-
"@babel/core": ^7.0.0-0
1523-
checksum: 10/34b0f96400c259a2722740d17a001fe45f78d8ff052c40e29db2e79173be72c1cfe8d9681067e3f5da3989e4a557402df5c982c024c18257587a41e022f95640
1524-
languageName: node
1525-
linkType: hard
1526-
15271515
"@babel/plugin-transform-optional-chaining@npm:^7.0.0-0, @babel/plugin-transform-optional-chaining@npm:^7.24.8, @babel/plugin-transform-optional-chaining@npm:^7.27.1, @babel/plugin-transform-optional-chaining@npm:^7.28.5":
15281516
version: 7.28.5
15291517
resolution: "@babel/plugin-transform-optional-chaining@npm:7.28.5"
@@ -1715,7 +1703,7 @@ __metadata:
17151703
languageName: node
17161704
linkType: hard
17171705

1718-
"@babel/plugin-transform-shorthand-properties@npm:7.27.1, @babel/plugin-transform-shorthand-properties@npm:^7.0.0, @babel/plugin-transform-shorthand-properties@npm:^7.0.0-0, @babel/plugin-transform-shorthand-properties@npm:^7.24.7, @babel/plugin-transform-shorthand-properties@npm:^7.27.1":
1706+
"@babel/plugin-transform-shorthand-properties@npm:^7.0.0, @babel/plugin-transform-shorthand-properties@npm:^7.0.0-0, @babel/plugin-transform-shorthand-properties@npm:^7.24.7, @babel/plugin-transform-shorthand-properties@npm:^7.27.1":
17191707
version: 7.27.1
17201708
resolution: "@babel/plugin-transform-shorthand-properties@npm:7.27.1"
17211709
dependencies:
@@ -1760,7 +1748,7 @@ __metadata:
17601748
languageName: node
17611749
linkType: hard
17621750

1763-
"@babel/plugin-transform-template-literals@npm:7.27.1, @babel/plugin-transform-template-literals@npm:^7.0.0, @babel/plugin-transform-template-literals@npm:^7.0.0-0, @babel/plugin-transform-template-literals@npm:^7.27.1":
1751+
"@babel/plugin-transform-template-literals@npm:^7.0.0, @babel/plugin-transform-template-literals@npm:^7.0.0-0, @babel/plugin-transform-template-literals@npm:^7.27.1":
17641752
version: 7.27.1
17651753
resolution: "@babel/plugin-transform-template-literals@npm:7.27.1"
17661754
dependencies:
@@ -1782,7 +1770,7 @@ __metadata:
17821770
languageName: node
17831771
linkType: hard
17841772

1785-
"@babel/plugin-transform-typescript@npm:^7.25.2, @babel/plugin-transform-typescript@npm:^7.27.1, @babel/plugin-transform-typescript@npm:^7.28.5, @babel/plugin-transform-typescript@npm:^7.5.0":
1773+
"@babel/plugin-transform-typescript@npm:^7.25.2, @babel/plugin-transform-typescript@npm:^7.28.5, @babel/plugin-transform-typescript@npm:^7.5.0":
17861774
version: 7.28.5
17871775
resolution: "@babel/plugin-transform-typescript@npm:7.28.5"
17881776
dependencies:
@@ -2062,22 +2050,7 @@ __metadata:
20622050
languageName: node
20632051
linkType: hard
20642052

2065-
"@babel/preset-typescript@npm:7.27.1":
2066-
version: 7.27.1
2067-
resolution: "@babel/preset-typescript@npm:7.27.1"
2068-
dependencies:
2069-
"@babel/helper-plugin-utils": "npm:^7.27.1"
2070-
"@babel/helper-validator-option": "npm:^7.27.1"
2071-
"@babel/plugin-syntax-jsx": "npm:^7.27.1"
2072-
"@babel/plugin-transform-modules-commonjs": "npm:^7.27.1"
2073-
"@babel/plugin-transform-typescript": "npm:^7.27.1"
2074-
peerDependencies:
2075-
"@babel/core": ^7.0.0-0
2076-
checksum: 10/9d8e75326b3c93fa016ba7aada652800fc77bc05fcc181888700a049935e8cf1284b549de18a5d62ef3591d02f097ea6de1111f7d71a991aaf36ba74657bd145
2077-
languageName: node
2078-
linkType: hard
2079-
2080-
"@babel/preset-typescript@npm:^7.16.7, @babel/preset-typescript@npm:^7.21.0, @babel/preset-typescript@npm:^7.23.0, @babel/preset-typescript@npm:^7.24.7, @babel/preset-typescript@npm:^7.25.9":
2053+
"@babel/preset-typescript@npm:^7.16.7, @babel/preset-typescript@npm:^7.21.0, @babel/preset-typescript@npm:^7.23.0, @babel/preset-typescript@npm:^7.24.7, @babel/preset-typescript@npm:^7.25.9, @babel/preset-typescript@npm:^7.27.1":
20812054
version: 7.28.5
20822055
resolution: "@babel/preset-typescript@npm:7.28.5"
20832056
dependencies:
@@ -13893,20 +13866,20 @@ __metadata:
1389313866
languageName: node
1389413867
linkType: hard
1389513868

13896-
"convert-source-map@npm:2.0.0, convert-source-map@npm:^2.0.0":
13897-
version: 2.0.0
13898-
resolution: "convert-source-map@npm:2.0.0"
13899-
checksum: 10/c987be3ec061348cdb3c2bfb924bec86dea1eacad10550a85ca23edb0fe3556c3a61c7399114f3331ccb3499d7fd0285ab24566e5745929412983494c3926e15
13900-
languageName: node
13901-
linkType: hard
13902-
1390313869
"convert-source-map@npm:^1.5.0":
1390413870
version: 1.9.0
1390513871
resolution: "convert-source-map@npm:1.9.0"
1390613872
checksum: 10/dc55a1f28ddd0e9485ef13565f8f756b342f9a46c4ae18b843fe3c30c675d058d6a4823eff86d472f187b176f0adf51ea7b69ea38be34be4a63cbbf91b0593c8
1390713873
languageName: node
1390813874
linkType: hard
1390913875

13876+
"convert-source-map@npm:^2.0.0":
13877+
version: 2.0.0
13878+
resolution: "convert-source-map@npm:2.0.0"
13879+
checksum: 10/c987be3ec061348cdb3c2bfb924bec86dea1eacad10550a85ca23edb0fe3556c3a61c7399114f3331ccb3499d7fd0285ab24566e5745929412983494c3926e15
13880+
languageName: node
13881+
linkType: hard
13882+
1391013883
"cookie-signature@npm:~1.0.6":
1391113884
version: 1.0.7
1391213885
resolution: "cookie-signature@npm:1.0.7"
@@ -20169,7 +20142,7 @@ __metadata:
2016920142
languageName: node
2017020143
linkType: hard
2017120144

20172-
"is-tree-shakable@npm:0.5.0":
20145+
"is-tree-shakable@npm:0.5.0, is-tree-shakable@npm:^0.5.0":
2017320146
version: 0.5.0
2017420147
resolution: "is-tree-shakable@npm:0.5.0"
2017520148
dependencies:
@@ -28259,15 +28232,15 @@ __metadata:
2825928232
dependencies:
2826028233
"@babel/cli": "npm:7.28.3"
2826128234
"@babel/core": "npm:7.28.4"
28262-
"@babel/plugin-transform-arrow-functions": "npm:7.27.1"
28263-
"@babel/plugin-transform-class-properties": "npm:7.27.1"
28264-
"@babel/plugin-transform-classes": "npm:7.28.4"
28265-
"@babel/plugin-transform-nullish-coalescing-operator": "npm:7.27.1"
28266-
"@babel/plugin-transform-optional-chaining": "npm:7.27.1"
28267-
"@babel/plugin-transform-shorthand-properties": "npm:7.27.1"
28268-
"@babel/plugin-transform-template-literals": "npm:7.27.1"
28269-
"@babel/plugin-transform-unicode-regex": "npm:7.27.1"
28270-
"@babel/preset-typescript": "npm:7.27.1"
28235+
"@babel/plugin-transform-arrow-functions": "npm:^7.27.1"
28236+
"@babel/plugin-transform-class-properties": "npm:^7.27.1"
28237+
"@babel/plugin-transform-classes": "npm:^7.28.4"
28238+
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.27.1"
28239+
"@babel/plugin-transform-optional-chaining": "npm:^7.27.1"
28240+
"@babel/plugin-transform-shorthand-properties": "npm:^7.27.1"
28241+
"@babel/plugin-transform-template-literals": "npm:^7.27.1"
28242+
"@babel/plugin-transform-unicode-regex": "npm:^7.27.1"
28243+
"@babel/preset-typescript": "npm:^7.27.1"
2827128244
"@react-native-community/cli": "npm:20.1.0"
2827228245
"@react-native/eslint-config": "npm:0.83.0"
2827328246
"@react-native/jest-preset": "patch:@react-native/jest-preset@npm%3A0.85.0-rc.1#~/.yarn/patches/@react-native-jest-preset-npm-0.85.0-rc.1-b8e9692393.patch"
@@ -28276,17 +28249,17 @@ __metadata:
2827628249
"@types/react": "npm:19.2.2"
2827728250
clang-format-node: "npm:1.3.5"
2827828251
code-tag: "npm:1.2.0"
28279-
convert-source-map: "npm:2.0.0"
28252+
convert-source-map: "npm:^2.0.0"
2828028253
eslint: "npm:9.37.0"
28281-
is-tree-shakable: "npm:0.5.0"
28254+
is-tree-shakable: "npm:^0.5.0"
2828228255
jest: "npm:30.2.0"
2828328256
knip: "npm:5.61.3"
2828428257
madge: "npm:8.0.0"
2828528258
prettier: "npm:3.6.2"
2828628259
react: "npm:19.2.3"
2828728260
react-native: "npm:0.85.0-rc.1"
2828828261
react-native-builder-bob: "npm:0.40.13"
28289-
semver: "npm:7.7.3"
28262+
semver: "npm:^7.7.3"
2829028263
typescript: "npm:5.8.3"
2829128264
peerDependencies:
2829228265
"@babel/core": "*"

0 commit comments

Comments
 (0)