diff --git a/.changeset/brown-pillows-write.md b/.changeset/brown-pillows-write.md deleted file mode 100644 index 424f21f45..000000000 --- a/.changeset/brown-pillows-write.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@callstack/repack": patch ---- - -Fix `ERR_UNSUPPORTED_ESM_URL_SCHEME` errors when bundling on Windows diff --git a/packages/dev-server/CHANGELOG.md b/packages/dev-server/CHANGELOG.md index d9ef16eaa..ac0dfff82 100644 --- a/packages/dev-server/CHANGELOG.md +++ b/packages/dev-server/CHANGELOG.md @@ -1,5 +1,7 @@ # @callstack/repack-dev-server +## 5.2.2 + ## 5.2.1 ## 5.2.0 diff --git a/packages/dev-server/package.json b/packages/dev-server/package.json index ad743537c..a5a219591 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.1", + "version": "5.2.2", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/init/CHANGELOG.md b/packages/init/CHANGELOG.md index e8ea62b4c..34afdcd7b 100644 --- a/packages/init/CHANGELOG.md +++ b/packages/init/CHANGELOG.md @@ -1,5 +1,7 @@ # @callstack/repack-init +## 5.2.2 + ## 5.2.1 ## 5.2.0 diff --git a/packages/init/package.json b/packages/init/package.json index 04653ba31..ece965ce2 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.1", + "version": "5.2.2", "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 51f5f26da..57035e76d 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.2 + +### Patch Changes + +- Updated dependencies [[`bc3ac46bfc6f025345caf194082249fa572655ad`](https://github.com/callstack/repack/commit/bc3ac46bfc6f025345caf194082249fa572655ad)]: + - @callstack/repack@5.2.2 + ## 5.2.1 ### Patch Changes diff --git a/packages/plugin-expo-modules/package.json b/packages/plugin-expo-modules/package.json index b73f4de57..74be31251 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.1", + "version": "5.2.2", "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 4d5387805..c5aa6e3f0 100644 --- a/packages/plugin-nativewind/CHANGELOG.md +++ b/packages/plugin-nativewind/CHANGELOG.md @@ -1,5 +1,12 @@ # @callstack/repack-plugin-nativewind +## 5.2.2 + +### Patch Changes + +- Updated dependencies [[`bc3ac46bfc6f025345caf194082249fa572655ad`](https://github.com/callstack/repack/commit/bc3ac46bfc6f025345caf194082249fa572655ad)]: + - @callstack/repack@5.2.2 + ## 5.2.1 ### Patch Changes diff --git a/packages/plugin-nativewind/package.json b/packages/plugin-nativewind/package.json index 07c5fa687..b9ad1b442 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.1", + "version": "5.2.2", "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 92c5c6f3a..709441f60 100644 --- a/packages/plugin-reanimated/CHANGELOG.md +++ b/packages/plugin-reanimated/CHANGELOG.md @@ -1,5 +1,12 @@ # @callstack/repack-plugin-reanimated +## 5.2.2 + +### Patch Changes + +- Updated dependencies [[`bc3ac46bfc6f025345caf194082249fa572655ad`](https://github.com/callstack/repack/commit/bc3ac46bfc6f025345caf194082249fa572655ad)]: + - @callstack/repack@5.2.2 + ## 5.2.1 ### Patch Changes diff --git a/packages/plugin-reanimated/package.json b/packages/plugin-reanimated/package.json index adc3e3f73..a5b38bdcc 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.1", + "version": "5.2.2", "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 a574e6fbc..5ac5533b6 100644 --- a/packages/repack/CHANGELOG.md +++ b/packages/repack/CHANGELOG.md @@ -1,5 +1,14 @@ # @callstack/repack +## 5.2.2 + +### Patch Changes + +- [#1302](https://github.com/callstack/repack/pull/1302) [`bc3ac46bfc6f025345caf194082249fa572655ad`](https://github.com/callstack/repack/commit/bc3ac46bfc6f025345caf194082249fa572655ad) Thanks [@jbroma](https://github.com/jbroma)! - Fix `ERR_UNSUPPORTED_ESM_URL_SCHEME` errors when bundling on Windows + +- Updated dependencies []: + - @callstack/repack-dev-server@5.2.2 + ## 5.2.1 ### Patch Changes diff --git a/packages/repack/package.json b/packages/repack/package.json index 80113e5e7..b03096b48 100644 --- a/packages/repack/package.json +++ b/packages/repack/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack", - "version": "5.2.1", + "version": "5.2.2", "description": "A toolkit to build your React Native application with Rspack or Webpack.", "type": "commonjs", "main": "./dist/index.js",