From 0c20cfe3bc8dce226ff4fce4cb2e47935a756b0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 19:38:35 +0000 Subject: [PATCH] chore: Update versions (alpha) --- .changeset/pre.json | 2 ++ apps/react-native-lightning-example/CHANGELOG.md | 9 +++++++++ apps/react-native-lightning-example/package.json | 2 +- apps/storybook/CHANGELOG.md | 9 +++++++++ apps/storybook/package.json | 2 +- packages/plugin-reanimated/CHANGELOG.md | 8 ++++++++ packages/plugin-reanimated/package.json | 2 +- packages/react-native-lightning/CHANGELOG.md | 6 ++++++ packages/react-native-lightning/package.json | 2 +- 9 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 61c788a..9d4dd49 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -20,7 +20,9 @@ }, "changesets": [ "brown-jeans-knock", + "cold-phones-drive", "every-towns-find", + "moody-parts-hunt", "quiet-kids-melt", "tall-sloths-fix" ] diff --git a/apps/react-native-lightning-example/CHANGELOG.md b/apps/react-native-lightning-example/CHANGELOG.md index 1984cc2..925b9ce 100644 --- a/apps/react-native-lightning-example/CHANGELOG.md +++ b/apps/react-native-lightning-example/CHANGELOG.md @@ -1,5 +1,14 @@ # @plextv/react-native-lightning-example +## 0.4.0-alpha.2 + +### Patch Changes + +- Updated dependencies [410d0ac] +- Updated dependencies [43bf756] + - @plextv/react-lightning-plugin-reanimated@0.4.0-alpha.2 + - @plextv/react-native-lightning@0.4.0-alpha.2 + ## 0.4.0-alpha.1 ### Patch Changes diff --git a/apps/react-native-lightning-example/package.json b/apps/react-native-lightning-example/package.json index 2c9ca5c..13c6366 100644 --- a/apps/react-native-lightning-example/package.json +++ b/apps/react-native-lightning-example/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/react-native-lightning-example", "description": "Sample implementation of @plextv/react-native-lightning in a React Native app", - "version": "0.4.0-alpha.1", + "version": "0.4.0-alpha.2", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/apps/storybook/CHANGELOG.md b/apps/storybook/CHANGELOG.md index e21d82f..d571712 100644 --- a/apps/storybook/CHANGELOG.md +++ b/apps/storybook/CHANGELOG.md @@ -1,5 +1,14 @@ # @plextv/react-lightning-storybook +## 0.4.0-alpha.2 + +### Patch Changes + +- Updated dependencies [410d0ac] +- Updated dependencies [43bf756] + - @plextv/react-lightning-plugin-reanimated@0.4.0-alpha.2 + - @plextv/react-native-lightning@0.4.0-alpha.2 + ## 0.4.0-alpha.1 ### Patch Changes diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 1cae279..16dec40 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/react-lightning-storybook", "description": "Documentation for react-lightning", - "version": "0.4.0-alpha.1", + "version": "0.4.0-alpha.2", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/packages/plugin-reanimated/CHANGELOG.md b/packages/plugin-reanimated/CHANGELOG.md index 0420005..859be6a 100644 --- a/packages/plugin-reanimated/CHANGELOG.md +++ b/packages/plugin-reanimated/CHANGELOG.md @@ -1,5 +1,13 @@ # @plextv/react-lightning-plugin-reanimated +## 0.4.0-alpha.2 + +### Patch Changes + +- 410d0ac: fix(plugin-reanimated): Use constants for gentle spring configs instead of importing from reanimated for backwards compat +- Updated dependencies [43bf756] + - @plextv/react-native-lightning@0.4.0-alpha.2 + ## 0.4.0-alpha.1 ### Minor Changes diff --git a/packages/plugin-reanimated/package.json b/packages/plugin-reanimated/package.json index 548259e..460fd79 100644 --- a/packages/plugin-reanimated/package.json +++ b/packages/plugin-reanimated/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/react-lightning-plugin-reanimated", "description": "Reanimated plugin for @plextv/react-native-lightning", - "version": "0.4.0-alpha.1", + "version": "0.4.0-alpha.2", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/packages/react-native-lightning/CHANGELOG.md b/packages/react-native-lightning/CHANGELOG.md index 7bf003f..421d374 100644 --- a/packages/react-native-lightning/CHANGELOG.md +++ b/packages/react-native-lightning/CHANGELOG.md @@ -1,5 +1,11 @@ # @plextv/react-native-lightning +## 0.4.0-alpha.2 + +### Patch Changes + +- 43bf756: fix(scrollview): Fix issue with focusable elements inside a scrollview + ## 0.4.0-alpha.1 ### Patch Changes diff --git a/packages/react-native-lightning/package.json b/packages/react-native-lightning/package.json index 1265e02..527540a 100644 --- a/packages/react-native-lightning/package.json +++ b/packages/react-native-lightning/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/react-native-lightning", "description": "@plextv/react-lightning implementation for react-native", - "version": "0.4.0-alpha.1", + "version": "0.4.0-alpha.2", "author": "Plex Inc.", "license": "MIT", "repository": {