diff --git a/.changeset/cold-kids-yawn.md b/.changeset/cold-kids-yawn.md deleted file mode 100644 index 63a85020b..000000000 --- a/.changeset/cold-kids-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@callstack/repack": patch ---- - -Fix registering resolvers for remotes in ResolverPlugin when ScriptManager is not yet initialized diff --git a/packages/dev-server/CHANGELOG.md b/packages/dev-server/CHANGELOG.md index 6e5253866..c26de7e75 100644 --- a/packages/dev-server/CHANGELOG.md +++ b/packages/dev-server/CHANGELOG.md @@ -1,5 +1,7 @@ # @callstack/repack-dev-server +## 5.1.1 + ## 5.1.0 ### Minor Changes diff --git a/packages/dev-server/package.json b/packages/dev-server/package.json index cbb0c046a..3068d655e 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.0", + "version": "5.1.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/init/CHANGELOG.md b/packages/init/CHANGELOG.md index aa9677c01..1e7e3f9a4 100644 --- a/packages/init/CHANGELOG.md +++ b/packages/init/CHANGELOG.md @@ -1,5 +1,7 @@ # @callstack/repack-init +## 5.1.1 + ## 5.1.0 ### Patch Changes diff --git a/packages/init/package.json b/packages/init/package.json index 1614085a3..4113b0e4f 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.0", + "version": "5.1.1", "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 765f6452e..a04e0b94f 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.1 + +### Patch Changes + +- Updated dependencies [[`897dc5a9c3568dfdff22eacc43a918f060c8426f`](https://github.com/callstack/repack/commit/897dc5a9c3568dfdff22eacc43a918f060c8426f)]: + - @callstack/repack@5.1.1 + ## 5.1.0 ### Patch Changes diff --git a/packages/plugin-expo-modules/package.json b/packages/plugin-expo-modules/package.json index 4d516aa02..1fd87428f 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.0", + "version": "5.1.1", "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 0cb846ae4..55f6ce46a 100644 --- a/packages/plugin-nativewind/CHANGELOG.md +++ b/packages/plugin-nativewind/CHANGELOG.md @@ -1,5 +1,12 @@ # @callstack/repack-plugin-nativewind +## 5.1.1 + +### Patch Changes + +- Updated dependencies [[`897dc5a9c3568dfdff22eacc43a918f060c8426f`](https://github.com/callstack/repack/commit/897dc5a9c3568dfdff22eacc43a918f060c8426f)]: + - @callstack/repack@5.1.1 + ## 5.1.0 ### Patch Changes diff --git a/packages/plugin-nativewind/package.json b/packages/plugin-nativewind/package.json index 62cc4733b..3374fb974 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.0", + "version": "5.1.1", "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 1798d8c0d..57d58ebe0 100644 --- a/packages/plugin-reanimated/CHANGELOG.md +++ b/packages/plugin-reanimated/CHANGELOG.md @@ -1,5 +1,12 @@ # @callstack/repack-plugin-reanimated +## 5.1.1 + +### Patch Changes + +- Updated dependencies [[`897dc5a9c3568dfdff22eacc43a918f060c8426f`](https://github.com/callstack/repack/commit/897dc5a9c3568dfdff22eacc43a918f060c8426f)]: + - @callstack/repack@5.1.1 + ## 5.1.0 ### Patch Changes diff --git a/packages/plugin-reanimated/package.json b/packages/plugin-reanimated/package.json index 7055ebc48..6facef06a 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.0", + "version": "5.1.1", "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 8eee27e26..e4d61604b 100644 --- a/packages/repack/CHANGELOG.md +++ b/packages/repack/CHANGELOG.md @@ -1,5 +1,14 @@ # @callstack/repack +## 5.1.1 + +### Patch Changes + +- [#1156](https://github.com/callstack/repack/pull/1156) [`897dc5a9c3568dfdff22eacc43a918f060c8426f`](https://github.com/callstack/repack/commit/897dc5a9c3568dfdff22eacc43a918f060c8426f) Thanks [@jbroma](https://github.com/jbroma)! - Fix registering resolvers for remotes in ResolverPlugin when ScriptManager is not yet initialized + +- Updated dependencies []: + - @callstack/repack-dev-server@5.1.1 + ## 5.1.0 ### Minor Changes diff --git a/packages/repack/package.json b/packages/repack/package.json index 27b3db35e..5b33a8bfe 100644 --- a/packages/repack/package.json +++ b/packages/repack/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack", - "version": "5.1.0", + "version": "5.1.1", "description": "A toolkit to build your React Native application with Rspack or Webpack.", "type": "commonjs", "main": "./dist/index.js",