From f529f9e30bf3d6c634e0ec2da81b1c018897f74c Mon Sep 17 00:00:00 2001 From: Jakub Romanczyk Date: Wed, 2 Jul 2025 20:13:58 +0200 Subject: [PATCH] chore: changeset version --- .changeset/fruity-shrimps-shave.md | 5 ----- .changeset/plugin-nativewind.md | 6 ------ .changeset/stale-times-brush.md | 5 ----- packages/dev-server/CHANGELOG.md | 2 ++ packages/dev-server/package.json | 2 +- packages/init/CHANGELOG.md | 6 ++++++ packages/init/package.json | 2 +- packages/plugin-expo-modules/CHANGELOG.md | 7 +++++++ packages/plugin-expo-modules/package.json | 2 +- packages/plugin-nativewind/CHANGELOG.md | 9 +++++++++ packages/plugin-nativewind/package.json | 2 +- packages/plugin-reanimated/CHANGELOG.md | 7 +++++++ packages/plugin-reanimated/package.json | 2 +- packages/repack/CHANGELOG.md | 13 +++++++++++++ packages/repack/package.json | 2 +- 15 files changed, 50 insertions(+), 22 deletions(-) delete mode 100644 .changeset/fruity-shrimps-shave.md delete mode 100644 .changeset/plugin-nativewind.md delete mode 100644 .changeset/stale-times-brush.md diff --git a/.changeset/fruity-shrimps-shave.md b/.changeset/fruity-shrimps-shave.md deleted file mode 100644 index ab9a6042a..000000000 --- a/.changeset/fruity-shrimps-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@callstack/repack-init": patch ---- - -Fix `@callstack/repack-init` installing unsupported versions of `react-native` diff --git a/.changeset/plugin-nativewind.md b/.changeset/plugin-nativewind.md deleted file mode 100644 index b0dd59848..000000000 --- a/.changeset/plugin-nativewind.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@callstack/repack': patch -'@callstack/repack-plugin-nativewind': patch ---- - -Fix platform detection for NativeWind via `NATIVEWIND_OS` env var diff --git a/.changeset/stale-times-brush.md b/.changeset/stale-times-brush.md deleted file mode 100644 index 7218491f4..000000000 --- a/.changeset/stale-times-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@callstack/repack": patch ---- - -Add `react-native-keyboard-aware-scroll-view` and `@react-native-community/push-notification-ios` to flow libs diff --git a/packages/dev-server/CHANGELOG.md b/packages/dev-server/CHANGELOG.md index 4ae737a01..a7e9cb391 100644 --- a/packages/dev-server/CHANGELOG.md +++ b/packages/dev-server/CHANGELOG.md @@ -1,5 +1,7 @@ # @callstack/repack-dev-server +## 5.1.3 + ## 5.1.2 ### Patch Changes diff --git a/packages/dev-server/package.json b/packages/dev-server/package.json index 99650578a..7c757836b 100644 --- a/packages/dev-server/package.json +++ b/packages/dev-server/package.json @@ -2,7 +2,7 @@ "name": "@callstack/repack-dev-server", "description": "A bundler-agnostic development server for React Native applications as part of @callstack/repack.", "license": "MIT", - "version": "5.1.2", + "version": "5.1.3", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/init/CHANGELOG.md b/packages/init/CHANGELOG.md index 1482973e1..b3b191c77 100644 --- a/packages/init/CHANGELOG.md +++ b/packages/init/CHANGELOG.md @@ -1,5 +1,11 @@ # @callstack/repack-init +## 5.1.3 + +### Patch Changes + +- [#1188](https://github.com/callstack/repack/pull/1188) [`768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0`](https://github.com/callstack/repack/commit/768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0) Thanks [@jbroma](https://github.com/jbroma)! - Fix `@callstack/repack-init` installing unsupported versions of `react-native` + ## 5.1.2 ## 5.1.1 diff --git a/packages/init/package.json b/packages/init/package.json index 447249aed..5748ddca2 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -3,7 +3,7 @@ "description": "Automates the integration of the @callstack/repack into React-Native projects", "author": "Jakub Romańczyk ", "license": "MIT", - "version": "5.1.2", + "version": "5.1.3", "homepage": "https://github.com/callstack/repack", "repository": "github:callstack/repack", "keywords": ["repack", "re.pack", "init", "repack-init"], diff --git a/packages/plugin-expo-modules/CHANGELOG.md b/packages/plugin-expo-modules/CHANGELOG.md index c30b7cbb5..a42fe3353 100644 --- a/packages/plugin-expo-modules/CHANGELOG.md +++ b/packages/plugin-expo-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # @callstack/repack-plugin-expo-modules +## 5.1.3 + +### Patch Changes + +- Updated dependencies [[`768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0`](https://github.com/callstack/repack/commit/768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0), [`175a60a715a3fb863955fb95af1e0131b265966d`](https://github.com/callstack/repack/commit/175a60a715a3fb863955fb95af1e0131b265966d), [`50469664221bf9d7fe49fb27b3dd265ba18d463b`](https://github.com/callstack/repack/commit/50469664221bf9d7fe49fb27b3dd265ba18d463b)]: + - @callstack/repack@5.1.3 + ## 5.1.2 ### Patch Changes diff --git a/packages/plugin-expo-modules/package.json b/packages/plugin-expo-modules/package.json index 2e2c1ca86..1bc72a818 100644 --- a/packages/plugin-expo-modules/package.json +++ b/packages/plugin-expo-modules/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack-plugin-expo-modules", - "version": "5.1.2", + "version": "5.1.3", "description": "A plugin for @callstack/repack that integrates Expo Modules", "author": "Jakub Romańczyk ", "license": "MIT", diff --git a/packages/plugin-nativewind/CHANGELOG.md b/packages/plugin-nativewind/CHANGELOG.md index e3f0002f1..06254a7a0 100644 --- a/packages/plugin-nativewind/CHANGELOG.md +++ b/packages/plugin-nativewind/CHANGELOG.md @@ -1,5 +1,14 @@ # @callstack/repack-plugin-nativewind +## 5.1.3 + +### Patch Changes + +- [#1173](https://github.com/callstack/repack/pull/1173) [`175a60a715a3fb863955fb95af1e0131b265966d`](https://github.com/callstack/repack/commit/175a60a715a3fb863955fb95af1e0131b265966d) Thanks [@raghav-reglobe](https://github.com/raghav-reglobe)! - Fix platform detection for NativeWind via `NATIVEWIND_OS` env var + +- Updated dependencies [[`768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0`](https://github.com/callstack/repack/commit/768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0), [`175a60a715a3fb863955fb95af1e0131b265966d`](https://github.com/callstack/repack/commit/175a60a715a3fb863955fb95af1e0131b265966d), [`50469664221bf9d7fe49fb27b3dd265ba18d463b`](https://github.com/callstack/repack/commit/50469664221bf9d7fe49fb27b3dd265ba18d463b)]: + - @callstack/repack@5.1.3 + ## 5.1.2 ### Patch Changes diff --git a/packages/plugin-nativewind/package.json b/packages/plugin-nativewind/package.json index 7d94e8d1c..cc74dde50 100644 --- a/packages/plugin-nativewind/package.json +++ b/packages/plugin-nativewind/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack-plugin-nativewind", - "version": "5.1.2", + "version": "5.1.3", "description": "A plugin for @callstack/repack that integrates NativeWind", "author": "Boris Yankov ", "contributors": ["Jakub Romańczyk "], diff --git a/packages/plugin-reanimated/CHANGELOG.md b/packages/plugin-reanimated/CHANGELOG.md index 1d0ece752..95e1a11c1 100644 --- a/packages/plugin-reanimated/CHANGELOG.md +++ b/packages/plugin-reanimated/CHANGELOG.md @@ -1,5 +1,12 @@ # @callstack/repack-plugin-reanimated +## 5.1.3 + +### Patch Changes + +- Updated dependencies [[`768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0`](https://github.com/callstack/repack/commit/768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0), [`175a60a715a3fb863955fb95af1e0131b265966d`](https://github.com/callstack/repack/commit/175a60a715a3fb863955fb95af1e0131b265966d), [`50469664221bf9d7fe49fb27b3dd265ba18d463b`](https://github.com/callstack/repack/commit/50469664221bf9d7fe49fb27b3dd265ba18d463b)]: + - @callstack/repack@5.1.3 + ## 5.1.2 ### Patch Changes diff --git a/packages/plugin-reanimated/package.json b/packages/plugin-reanimated/package.json index 1d6aaeb27..249310eb7 100644 --- a/packages/plugin-reanimated/package.json +++ b/packages/plugin-reanimated/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack-plugin-reanimated", - "version": "5.1.2", + "version": "5.1.3", "description": "A plugin for @callstack/repack that integrates react-native-reanimated", "author": "Jakub Romańczyk ", "license": "MIT", diff --git a/packages/repack/CHANGELOG.md b/packages/repack/CHANGELOG.md index 2154caa54..e1e88cae0 100644 --- a/packages/repack/CHANGELOG.md +++ b/packages/repack/CHANGELOG.md @@ -1,5 +1,18 @@ # @callstack/repack +## 5.1.3 + +### Patch Changes + +- [#1188](https://github.com/callstack/repack/pull/1188) [`768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0`](https://github.com/callstack/repack/commit/768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0) Thanks [@jbroma](https://github.com/jbroma)! - Fix `@callstack/repack-init` installing unsupported versions of `react-native` + +- [#1173](https://github.com/callstack/repack/pull/1173) [`175a60a715a3fb863955fb95af1e0131b265966d`](https://github.com/callstack/repack/commit/175a60a715a3fb863955fb95af1e0131b265966d) Thanks [@raghav-reglobe](https://github.com/raghav-reglobe)! - Fix platform detection for NativeWind via `NATIVEWIND_OS` env var + +- [#1184](https://github.com/callstack/repack/pull/1184) [`50469664221bf9d7fe49fb27b3dd265ba18d463b`](https://github.com/callstack/repack/commit/50469664221bf9d7fe49fb27b3dd265ba18d463b) Thanks [@swrobel](https://github.com/swrobel)! - Add `react-native-keyboard-aware-scroll-view` and `@react-native-community/push-notification-ios` to flow libs + +- Updated dependencies []: + - @callstack/repack-dev-server@5.1.3 + ## 5.1.2 ### Patch Changes diff --git a/packages/repack/package.json b/packages/repack/package.json index a9b814047..7a9ea2823 100644 --- a/packages/repack/package.json +++ b/packages/repack/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack", - "version": "5.1.2", + "version": "5.1.3", "description": "A toolkit to build your React Native application with Rspack or Webpack.", "type": "commonjs", "main": "./dist/index.js",