diff --git a/.changeset/rude-icons-fail.md b/.changeset/rude-icons-fail.md deleted file mode 100644 index b0d599f59..000000000 --- a/.changeset/rude-icons-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@callstack/repack": patch ---- - -Fix nativewind issue caused by jsx import source being overwritten to undefined when using babel-swc-loader diff --git a/packages/dev-server/CHANGELOG.md b/packages/dev-server/CHANGELOG.md index ac0dfff82..dd459f5c5 100644 --- a/packages/dev-server/CHANGELOG.md +++ b/packages/dev-server/CHANGELOG.md @@ -1,5 +1,7 @@ # @callstack/repack-dev-server +## 5.2.3 + ## 5.2.2 ## 5.2.1 diff --git a/packages/dev-server/package.json b/packages/dev-server/package.json index a5a219591..1d050cb69 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.2.2", + "version": "5.2.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 34afdcd7b..5747d48c9 100644 --- a/packages/init/CHANGELOG.md +++ b/packages/init/CHANGELOG.md @@ -1,5 +1,7 @@ # @callstack/repack-init +## 5.2.3 + ## 5.2.2 ## 5.2.1 diff --git a/packages/init/package.json b/packages/init/package.json index ece965ce2..d8598f2c1 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.2.2", + "version": "5.2.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 57035e76d..f2f621a32 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.2.3 + +### Patch Changes + +- Updated dependencies [[`8964e05a5b4db0f0b8f2f4d4efea5a48f4d3a44a`](https://github.com/callstack/repack/commit/8964e05a5b4db0f0b8f2f4d4efea5a48f4d3a44a)]: + - @callstack/repack@5.2.3 + ## 5.2.2 ### Patch Changes diff --git a/packages/plugin-expo-modules/package.json b/packages/plugin-expo-modules/package.json index 74be31251..fdf4191bf 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.2.2", + "version": "5.2.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 c5aa6e3f0..82c123715 100644 --- a/packages/plugin-nativewind/CHANGELOG.md +++ b/packages/plugin-nativewind/CHANGELOG.md @@ -1,5 +1,12 @@ # @callstack/repack-plugin-nativewind +## 5.2.3 + +### Patch Changes + +- Updated dependencies [[`8964e05a5b4db0f0b8f2f4d4efea5a48f4d3a44a`](https://github.com/callstack/repack/commit/8964e05a5b4db0f0b8f2f4d4efea5a48f4d3a44a)]: + - @callstack/repack@5.2.3 + ## 5.2.2 ### Patch Changes diff --git a/packages/plugin-nativewind/package.json b/packages/plugin-nativewind/package.json index b9ad1b442..d9169af68 100644 --- a/packages/plugin-nativewind/package.json +++ b/packages/plugin-nativewind/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack-plugin-nativewind", - "version": "5.2.2", + "version": "5.2.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 709441f60..1fa6d0812 100644 --- a/packages/plugin-reanimated/CHANGELOG.md +++ b/packages/plugin-reanimated/CHANGELOG.md @@ -1,5 +1,12 @@ # @callstack/repack-plugin-reanimated +## 5.2.3 + +### Patch Changes + +- Updated dependencies [[`8964e05a5b4db0f0b8f2f4d4efea5a48f4d3a44a`](https://github.com/callstack/repack/commit/8964e05a5b4db0f0b8f2f4d4efea5a48f4d3a44a)]: + - @callstack/repack@5.2.3 + ## 5.2.2 ### Patch Changes diff --git a/packages/plugin-reanimated/package.json b/packages/plugin-reanimated/package.json index a5b38bdcc..e9d9131c2 100644 --- a/packages/plugin-reanimated/package.json +++ b/packages/plugin-reanimated/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack-plugin-reanimated", - "version": "5.2.2", + "version": "5.2.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 5ac5533b6..5b91a082c 100644 --- a/packages/repack/CHANGELOG.md +++ b/packages/repack/CHANGELOG.md @@ -1,5 +1,14 @@ # @callstack/repack +## 5.2.3 + +### Patch Changes + +- [#1315](https://github.com/callstack/repack/pull/1315) [`8964e05a5b4db0f0b8f2f4d4efea5a48f4d3a44a`](https://github.com/callstack/repack/commit/8964e05a5b4db0f0b8f2f4d4efea5a48f4d3a44a) Thanks [@dannyhw](https://github.com/dannyhw)! - Fix nativewind issue caused by jsx import source being overwritten to undefined when using babel-swc-loader + +- Updated dependencies []: + - @callstack/repack-dev-server@5.2.3 + ## 5.2.2 ### Patch Changes diff --git a/packages/repack/package.json b/packages/repack/package.json index b03096b48..a5a56c266 100644 --- a/packages/repack/package.json +++ b/packages/repack/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack", - "version": "5.2.2", + "version": "5.2.3", "description": "A toolkit to build your React Native application with Rspack or Webpack.", "type": "commonjs", "main": "./dist/index.js",