From fe84806ad211aeaf1c91f1dee3749c7a81e1807a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20B=C5=82oniarz?= Date: Fri, 20 Sep 2024 12:25:24 +0200 Subject: [PATCH] Release 3.15.3 --- packages/react-native-reanimated/package.json | 2 +- .../react-native-reanimated/src/platform-specific/jsVersion.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-native-reanimated/package.json b/packages/react-native-reanimated/package.json index db3fb2b3437..1019b3d70cd 100644 --- a/packages/react-native-reanimated/package.json +++ b/packages/react-native-reanimated/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated", - "version": "3.15.2", + "version": "3.15.3", "description": "More powerful alternative to Animated library for React Native.", "scripts": { "test": "yarn format:js && yarn lint:js && yarn test:unit", diff --git a/packages/react-native-reanimated/src/platform-specific/jsVersion.ts b/packages/react-native-reanimated/src/platform-specific/jsVersion.ts index c949722f5a2..0028c0eb69a 100644 --- a/packages/react-native-reanimated/src/platform-specific/jsVersion.ts +++ b/packages/react-native-reanimated/src/platform-specific/jsVersion.ts @@ -4,4 +4,4 @@ * with the 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 = '3.15.2'; +export const jsVersion = '3.15.3';