From 68a0a9ecc6284544c16a1186a4909dbe5dede46b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 01:07:46 +0000 Subject: [PATCH] chore: Update versions --- .changeset/dirty-humans-hide.md | 6 ------ .changeset/dull-plants-lie.md | 6 ------ .changeset/every-words-check.md | 7 ------- .changeset/kind-mammals-hammer.md | 20 ------------------- .changeset/poor-plants-stand.md | 5 ----- .changeset/tall-showers-look.md | 5 ----- apps/react-lightning-example/CHANGELOG.md | 16 +++++++++++++++ apps/react-lightning-example/package.json | 2 +- .../CHANGELOG.md | 19 ++++++++++++++++++ .../package.json | 2 +- apps/storybook/CHANGELOG.md | 18 +++++++++++++++++ apps/storybook/package.json | 2 +- packages/plugin-css-transform/CHANGELOG.md | 14 +++++++++++++ packages/plugin-css-transform/package.json | 2 +- packages/plugin-flexbox-lite/CHANGELOG.md | 12 +++++++++++ packages/plugin-flexbox-lite/package.json | 2 +- packages/plugin-flexbox/CHANGELOG.md | 14 +++++++++++++ packages/plugin-flexbox/package.json | 2 +- packages/plugin-reanimated/CHANGELOG.md | 15 ++++++++++++++ packages/plugin-reanimated/package.json | 2 +- .../react-lightning-components/CHANGELOG.md | 14 +++++++++++++ .../react-lightning-components/package.json | 2 +- packages/react-lightning/CHANGELOG.md | 10 ++++++++++ packages/react-lightning/package.json | 2 +- .../CHANGELOG.md | 17 ++++++++++++++++ .../package.json | 2 +- packages/react-native-lightning/CHANGELOG.md | 17 ++++++++++++++++ packages/react-native-lightning/package.json | 2 +- packages/typescript-config/CHANGELOG.md | 6 ++++++ packages/typescript-config/package.json | 2 +- packages/vite-config/CHANGELOG.md | 7 +++++++ packages/vite-config/package.json | 2 +- .../vite-plugin-msdf-fontgen/CHANGELOG.md | 6 ++++++ .../vite-plugin-msdf-fontgen/package.json | 2 +- .../CHANGELOG.md | 10 ++++++++++ .../package.json | 2 +- .../CHANGELOG.md | 8 ++++++++ .../package.json | 2 +- 38 files changed, 219 insertions(+), 65 deletions(-) delete mode 100644 .changeset/dirty-humans-hide.md delete mode 100644 .changeset/dull-plants-lie.md delete mode 100644 .changeset/every-words-check.md delete mode 100644 .changeset/kind-mammals-hammer.md delete mode 100644 .changeset/poor-plants-stand.md delete mode 100644 .changeset/tall-showers-look.md create mode 100644 packages/vite-config/CHANGELOG.md diff --git a/.changeset/dirty-humans-hide.md b/.changeset/dirty-humans-hide.md deleted file mode 100644 index 023d70c..0000000 --- a/.changeset/dirty-humans-hide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@plextv/react-lightning-plugin-flexbox": patch -"@plextv/react-native-lightning": patch ---- - -Flexbox performance improvements, and added optional useWebWorker option diff --git a/.changeset/dull-plants-lie.md b/.changeset/dull-plants-lie.md deleted file mode 100644 index 77d1cb9..0000000 --- a/.changeset/dull-plants-lie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@plextv/react-native-lightning": patch -"@plextv/react-lightning": patch ---- - -Various performance improvements diff --git a/.changeset/every-words-check.md b/.changeset/every-words-check.md deleted file mode 100644 index aa7ba44..0000000 --- a/.changeset/every-words-check.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@plextv/react-native-lightning-example": patch -"@plextv/react-lightning": patch -"@plextv/react-lightning-plugin-flexbox": patch ---- - -More optimizations with yoga workers diff --git a/.changeset/kind-mammals-hammer.md b/.changeset/kind-mammals-hammer.md deleted file mode 100644 index 0ceb7c1..0000000 --- a/.changeset/kind-mammals-hammer.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -"@plextv/vite-plugin-react-reanimated-lightning": patch -"@plextv/vite-plugin-react-native-lightning": patch -"@plextv/react-native-lightning-components": patch -"@plextv/react-native-lightning-example": patch -"@plextv/react-lightning-components": patch -"@plextv/vite-plugin-msdf-fontgen": patch -"@plextv/react-native-lightning": patch -"@plextv/react-lightning-plugin-css-transform": patch -"@plextv/react-lightning-example": patch -"@plextv/react-lightning-plugin-flexbox-lite": patch -"@plextv/react-lightning-plugin-reanimated": patch -"@repo/typescript-config": patch -"@plextv/react-lightning": patch -"@plextv/react-lightning-plugin-flexbox": patch -"@repo/vite-config": patch -"@plextv/react-lightning-storybook": patch ---- - -Switch builds to use vite and update packages diff --git a/.changeset/poor-plants-stand.md b/.changeset/poor-plants-stand.md deleted file mode 100644 index 38b1902..0000000 --- a/.changeset/poor-plants-stand.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plextv/react-lightning": patch ---- - -Remove useWasm RenderOption diff --git a/.changeset/tall-showers-look.md b/.changeset/tall-showers-look.md deleted file mode 100644 index 6206bfe..0000000 --- a/.changeset/tall-showers-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plextv/react-lightning": patch ---- - -Removed effects and improved shaders diff --git a/apps/react-lightning-example/CHANGELOG.md b/apps/react-lightning-example/CHANGELOG.md index ba44816..3b1e321 100644 --- a/apps/react-lightning-example/CHANGELOG.md +++ b/apps/react-lightning-example/CHANGELOG.md @@ -1,5 +1,21 @@ # @plextv/react-lightning-example +## 0.3.2 + +### Patch Changes + +- 81ff0f5: Switch builds to use vite and update packages +- Updated dependencies [81ff0f5] +- Updated dependencies [81ff0f5] +- Updated dependencies [c2fe33c] +- Updated dependencies [81ff0f5] +- Updated dependencies [4e58bb5] +- Updated dependencies [81ff0f5] + - @plextv/react-lightning-plugin-flexbox@0.3.1 + - @plextv/react-lightning@0.3.1 + - @plextv/react-lightning-components@0.3.1 + - @plextv/react-lightning-plugin-css-transform@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/apps/react-lightning-example/package.json b/apps/react-lightning-example/package.json index 5f935a2..50f1216 100644 --- a/apps/react-lightning-example/package.json +++ b/apps/react-lightning-example/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/react-lightning-example", "description": "Sample implementation of @plextv/react-lightning in a React app", - "version": "0.3.1", + "version": "0.3.2", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/apps/react-native-lightning-example/CHANGELOG.md b/apps/react-native-lightning-example/CHANGELOG.md index c4eb10f..e23ac07 100644 --- a/apps/react-native-lightning-example/CHANGELOG.md +++ b/apps/react-native-lightning-example/CHANGELOG.md @@ -1,5 +1,24 @@ # @plextv/react-native-lightning-example +## 0.3.2 + +### Patch Changes + +- c2fe33c: More optimizations with yoga workers +- 81ff0f5: Switch builds to use vite and update packages +- Updated dependencies [81ff0f5] +- Updated dependencies [81ff0f5] +- Updated dependencies [c2fe33c] +- Updated dependencies [81ff0f5] +- Updated dependencies [4e58bb5] +- Updated dependencies [81ff0f5] + - @plextv/react-lightning-plugin-flexbox@0.3.1 + - @plextv/react-native-lightning@0.3.2 + - @plextv/react-lightning@0.3.1 + - @plextv/react-native-lightning-components@0.3.2 + - @plextv/react-lightning-components@0.3.1 + - @plextv/react-lightning-plugin-reanimated@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/apps/react-native-lightning-example/package.json b/apps/react-native-lightning-example/package.json index a2dd049..5af920e 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.3.1", + "version": "0.3.2", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/apps/storybook/CHANGELOG.md b/apps/storybook/CHANGELOG.md index 884f61e..eccdeca 100644 --- a/apps/storybook/CHANGELOG.md +++ b/apps/storybook/CHANGELOG.md @@ -1,5 +1,23 @@ # @plextv/react-lightning-storybook +## 0.3.2 + +### Patch Changes + +- 81ff0f5: Switch builds to use vite and update packages +- Updated dependencies [81ff0f5] +- Updated dependencies [81ff0f5] +- Updated dependencies [c2fe33c] +- Updated dependencies [81ff0f5] +- Updated dependencies [4e58bb5] +- Updated dependencies [81ff0f5] + - @plextv/react-lightning-plugin-flexbox@0.3.1 + - @plextv/react-native-lightning@0.3.2 + - @plextv/react-lightning@0.3.1 + - @plextv/react-native-lightning-components@0.3.2 + - @plextv/react-lightning-components@0.3.1 + - @plextv/react-lightning-plugin-flexbox-lite@0.3.1 + ## 0.3.1 ### Patch Changes diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 723a593..1917668 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.3.1", + "version": "0.3.2", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/packages/plugin-css-transform/CHANGELOG.md b/packages/plugin-css-transform/CHANGELOG.md index 03c7d21..012ca53 100644 --- a/packages/plugin-css-transform/CHANGELOG.md +++ b/packages/plugin-css-transform/CHANGELOG.md @@ -1,5 +1,19 @@ # @plextv/react-lightning-plugin-css-transform +## 0.3.2 + +### Patch Changes + +- 81ff0f5: Switch builds to use vite and update packages +- Updated dependencies [81ff0f5] +- Updated dependencies [81ff0f5] +- Updated dependencies [c2fe33c] +- Updated dependencies [81ff0f5] +- Updated dependencies [4e58bb5] +- Updated dependencies [81ff0f5] + - @plextv/react-lightning-plugin-flexbox@0.3.1 + - @plextv/react-lightning@0.3.1 + ## 0.3.1 ### Patch Changes diff --git a/packages/plugin-css-transform/package.json b/packages/plugin-css-transform/package.json index fab0973..1a5cdd2 100644 --- a/packages/plugin-css-transform/package.json +++ b/packages/plugin-css-transform/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/react-lightning-plugin-css-transform", "description": "Transforms CSS properties to lightning properties. Requires @plextv/react-lightning-plugin-flexbox", - "version": "0.3.1", + "version": "0.3.2", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/packages/plugin-flexbox-lite/CHANGELOG.md b/packages/plugin-flexbox-lite/CHANGELOG.md index beb62e8..b0e699e 100644 --- a/packages/plugin-flexbox-lite/CHANGELOG.md +++ b/packages/plugin-flexbox-lite/CHANGELOG.md @@ -1,5 +1,17 @@ # @plextv/react-lightning-plugin-flexbox-lite +## 0.3.1 + +### Patch Changes + +- 81ff0f5: Switch builds to use vite and update packages +- Updated dependencies [81ff0f5] +- Updated dependencies [c2fe33c] +- Updated dependencies [81ff0f5] +- Updated dependencies [4e58bb5] +- Updated dependencies [81ff0f5] + - @plextv/react-lightning@0.3.1 + ## 0.3.0 ### Minor Changes diff --git a/packages/plugin-flexbox-lite/package.json b/packages/plugin-flexbox-lite/package.json index cd6e92b..a8a7091 100644 --- a/packages/plugin-flexbox-lite/package.json +++ b/packages/plugin-flexbox-lite/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/react-lightning-plugin-flexbox-lite", "description": "A less featured but more efficient flex layout support to @plextv/react-lightning", - "version": "0.3.0", + "version": "0.3.1", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/packages/plugin-flexbox/CHANGELOG.md b/packages/plugin-flexbox/CHANGELOG.md index 6a50444..c558a1e 100644 --- a/packages/plugin-flexbox/CHANGELOG.md +++ b/packages/plugin-flexbox/CHANGELOG.md @@ -1,5 +1,19 @@ # @plextv/react-lightning-plugin-flexbox +## 0.3.1 + +### Patch Changes + +- 81ff0f5: Flexbox performance improvements, and added optional useWebWorker option +- c2fe33c: More optimizations with yoga workers +- 81ff0f5: Switch builds to use vite and update packages +- Updated dependencies [81ff0f5] +- Updated dependencies [c2fe33c] +- Updated dependencies [81ff0f5] +- Updated dependencies [4e58bb5] +- Updated dependencies [81ff0f5] + - @plextv/react-lightning@0.3.1 + ## 0.3.0 ### Minor Changes diff --git a/packages/plugin-flexbox/package.json b/packages/plugin-flexbox/package.json index 6b055c8..78f3650 100644 --- a/packages/plugin-flexbox/package.json +++ b/packages/plugin-flexbox/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/react-lightning-plugin-flexbox", "description": "Adds FlexBox layout support to @plextv/react-lightning using yoga", - "version": "0.3.0", + "version": "0.3.1", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/packages/plugin-reanimated/CHANGELOG.md b/packages/plugin-reanimated/CHANGELOG.md index 21ce604..ad70778 100644 --- a/packages/plugin-reanimated/CHANGELOG.md +++ b/packages/plugin-reanimated/CHANGELOG.md @@ -1,5 +1,20 @@ # @plextv/react-lightning-plugin-reanimated +## 0.3.2 + +### Patch Changes + +- 81ff0f5: Switch builds to use vite and update packages +- Updated dependencies [81ff0f5] +- Updated dependencies [81ff0f5] +- Updated dependencies [c2fe33c] +- Updated dependencies [81ff0f5] +- Updated dependencies [4e58bb5] +- Updated dependencies [81ff0f5] + - @plextv/react-lightning-plugin-flexbox@0.3.1 + - @plextv/react-lightning@0.3.1 + - @plextv/react-lightning-plugin-css-transform@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/plugin-reanimated/package.json b/packages/plugin-reanimated/package.json index 7bbcbf2..4b43479 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.3.1", + "version": "0.3.2", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/packages/react-lightning-components/CHANGELOG.md b/packages/react-lightning-components/CHANGELOG.md index cdf35a6..8e86943 100644 --- a/packages/react-lightning-components/CHANGELOG.md +++ b/packages/react-lightning-components/CHANGELOG.md @@ -1,5 +1,19 @@ # @plextv/react-lightning-components +## 0.3.1 + +### Patch Changes + +- 81ff0f5: Switch builds to use vite and update packages +- Updated dependencies [81ff0f5] +- Updated dependencies [81ff0f5] +- Updated dependencies [c2fe33c] +- Updated dependencies [81ff0f5] +- Updated dependencies [4e58bb5] +- Updated dependencies [81ff0f5] + - @plextv/react-lightning-plugin-flexbox@0.3.1 + - @plextv/react-lightning@0.3.1 + ## 0.3.0 ### Minor Changes diff --git a/packages/react-lightning-components/package.json b/packages/react-lightning-components/package.json index 2bab131..7fb2f54 100644 --- a/packages/react-lightning-components/package.json +++ b/packages/react-lightning-components/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/react-lightning-components", "description": "React components for react-lightning", - "version": "0.3.0", + "version": "0.3.1", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/packages/react-lightning/CHANGELOG.md b/packages/react-lightning/CHANGELOG.md index e36b6b7..cb5f086 100644 --- a/packages/react-lightning/CHANGELOG.md +++ b/packages/react-lightning/CHANGELOG.md @@ -1,5 +1,15 @@ # @plextv/react-lightning +## 0.3.1 + +### Patch Changes + +- 81ff0f5: Various performance improvements +- c2fe33c: More optimizations with yoga workers +- 81ff0f5: Switch builds to use vite and update packages +- 4e58bb5: Remove useWasm RenderOption +- 81ff0f5: Removed effects and improved shaders + ## 0.3.0 ### Minor Changes diff --git a/packages/react-lightning/package.json b/packages/react-lightning/package.json index b1de1c5..9b40471 100644 --- a/packages/react-lightning/package.json +++ b/packages/react-lightning/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/react-lightning", "description": "React renderer for rendering React apps with Lightning.js", - "version": "0.3.0", + "version": "0.3.1", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/packages/react-native-lightning-components/CHANGELOG.md b/packages/react-native-lightning-components/CHANGELOG.md index 112bd9f..e3fe1fe 100644 --- a/packages/react-native-lightning-components/CHANGELOG.md +++ b/packages/react-native-lightning-components/CHANGELOG.md @@ -1,5 +1,22 @@ # @plextv/react-native-lightning-components +## 0.3.2 + +### Patch Changes + +- 81ff0f5: Switch builds to use vite and update packages +- Updated dependencies [81ff0f5] +- Updated dependencies [81ff0f5] +- Updated dependencies [c2fe33c] +- Updated dependencies [81ff0f5] +- Updated dependencies [4e58bb5] +- Updated dependencies [81ff0f5] + - @plextv/react-lightning-plugin-flexbox@0.3.1 + - @plextv/react-native-lightning@0.3.2 + - @plextv/react-lightning@0.3.1 + - @plextv/react-lightning-components@0.3.1 + - @plextv/react-lightning-plugin-css-transform@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/react-native-lightning-components/package.json b/packages/react-native-lightning-components/package.json index a2a00e5..18c281e 100644 --- a/packages/react-native-lightning-components/package.json +++ b/packages/react-native-lightning-components/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/react-native-lightning-components", "description": "React components for react-native-lightning", - "version": "0.3.1", + "version": "0.3.2", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/packages/react-native-lightning/CHANGELOG.md b/packages/react-native-lightning/CHANGELOG.md index 3b3c3a7..e86910f 100644 --- a/packages/react-native-lightning/CHANGELOG.md +++ b/packages/react-native-lightning/CHANGELOG.md @@ -1,5 +1,22 @@ # @plextv/react-native-lightning +## 0.3.2 + +### Patch Changes + +- 81ff0f5: Flexbox performance improvements, and added optional useWebWorker option +- 81ff0f5: Various performance improvements +- 81ff0f5: Switch builds to use vite and update packages +- Updated dependencies [81ff0f5] +- Updated dependencies [81ff0f5] +- Updated dependencies [c2fe33c] +- Updated dependencies [81ff0f5] +- Updated dependencies [4e58bb5] +- Updated dependencies [81ff0f5] + - @plextv/react-lightning-plugin-flexbox@0.3.1 + - @plextv/react-lightning@0.3.1 + - @plextv/react-lightning-plugin-css-transform@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/react-native-lightning/package.json b/packages/react-native-lightning/package.json index 8518a9d..43af1c9 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.3.1", + "version": "0.3.2", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/packages/typescript-config/CHANGELOG.md b/packages/typescript-config/CHANGELOG.md index 95e9356..00c0bbd 100644 --- a/packages/typescript-config/CHANGELOG.md +++ b/packages/typescript-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @repo/typescript-config +## 0.2.2 + +### Patch Changes + +- 81ff0f5: Switch builds to use vite and update packages + ## 0.2.1 ### Patch Changes diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index ee3629d..99681a9 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@repo/typescript-config", - "version": "0.2.1", + "version": "0.2.2", "private": true, "author": "Plex Inc.", "license": "MIT", diff --git a/packages/vite-config/CHANGELOG.md b/packages/vite-config/CHANGELOG.md new file mode 100644 index 0000000..c01eda1 --- /dev/null +++ b/packages/vite-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @repo/vite-config + +## 0.0.2 + +### Patch Changes + +- 81ff0f5: Switch builds to use vite and update packages diff --git a/packages/vite-config/package.json b/packages/vite-config/package.json index b4b605d..4baf473 100644 --- a/packages/vite-config/package.json +++ b/packages/vite-config/package.json @@ -1,6 +1,6 @@ { "name": "@repo/vite-config", - "version": "0.0.1", + "version": "0.0.2", "private": true, "author": "Plex Inc.", "license": "MIT", diff --git a/packages/vite-plugin-msdf-fontgen/CHANGELOG.md b/packages/vite-plugin-msdf-fontgen/CHANGELOG.md index 635cc0f..84747fe 100644 --- a/packages/vite-plugin-msdf-fontgen/CHANGELOG.md +++ b/packages/vite-plugin-msdf-fontgen/CHANGELOG.md @@ -1,5 +1,11 @@ # @plextv/vite-plugin-msdf-fontgen +## 1.3.1 + +### Patch Changes + +- 81ff0f5: Switch builds to use vite and update packages + ## 1.3.0 ### Minor Changes diff --git a/packages/vite-plugin-msdf-fontgen/package.json b/packages/vite-plugin-msdf-fontgen/package.json index 93749f1..0bce818 100644 --- a/packages/vite-plugin-msdf-fontgen/package.json +++ b/packages/vite-plugin-msdf-fontgen/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/vite-plugin-msdf-fontgen", "description": "Vite plugin for generating MSDF fonts for use in Lightningjs", - "version": "1.3.0", + "version": "1.3.1", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/packages/vite-plugin-react-native-lightning/CHANGELOG.md b/packages/vite-plugin-react-native-lightning/CHANGELOG.md index a9ce313..bbd5ece 100644 --- a/packages/vite-plugin-react-native-lightning/CHANGELOG.md +++ b/packages/vite-plugin-react-native-lightning/CHANGELOG.md @@ -1,5 +1,15 @@ # @plextv/vite-plugin-react-native-lightning +## 0.3.2 + +### Patch Changes + +- 81ff0f5: Switch builds to use vite and update packages +- Updated dependencies [81ff0f5] +- Updated dependencies [81ff0f5] +- Updated dependencies [81ff0f5] + - @plextv/react-native-lightning@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/vite-plugin-react-native-lightning/package.json b/packages/vite-plugin-react-native-lightning/package.json index 1d45211..4bf57f0 100644 --- a/packages/vite-plugin-react-native-lightning/package.json +++ b/packages/vite-plugin-react-native-lightning/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/vite-plugin-react-native-lightning", "description": "Vite plugin for adding react-native-lightning support", - "version": "0.3.1", + "version": "0.3.2", "author": "Plex Inc.", "license": "MIT", "repository": { diff --git a/packages/vite-plugin-react-reanimated-lightning/CHANGELOG.md b/packages/vite-plugin-react-reanimated-lightning/CHANGELOG.md index 5dceccf..e293873 100644 --- a/packages/vite-plugin-react-reanimated-lightning/CHANGELOG.md +++ b/packages/vite-plugin-react-reanimated-lightning/CHANGELOG.md @@ -1,5 +1,13 @@ # @plextv/vite-plugin-react-reanimated-lightning +## 0.3.2 + +### Patch Changes + +- 81ff0f5: Switch builds to use vite and update packages +- Updated dependencies [81ff0f5] + - @plextv/react-lightning-plugin-reanimated@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/vite-plugin-react-reanimated-lightning/package.json b/packages/vite-plugin-react-reanimated-lightning/package.json index 1988219..465bf15 100644 --- a/packages/vite-plugin-react-reanimated-lightning/package.json +++ b/packages/vite-plugin-react-reanimated-lightning/package.json @@ -1,7 +1,7 @@ { "name": "@plextv/vite-plugin-react-reanimated-lightning", "description": "Vite plugin for @plextv/react-lightning-plugin-reanimated", - "version": "0.3.1", + "version": "0.3.2", "author": "Plex Inc.", "license": "MIT", "repository": {