Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/blue-numbers-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-pandas-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-bats-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-buttons-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-yaks-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-teachers-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-shoes-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-mirrors-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-eels-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-dots-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-news-jog.md

This file was deleted.

37 changes: 0 additions & 37 deletions .changeset/pre.json

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-phones-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-seals-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-socks-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-worlds-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-impalas-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-poems-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-spiders-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-chefs-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-snails-lie.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @callstack/repack-dev-server

## 5.1.0

### Minor Changes

- [#1073](https://github.com/callstack/repack/pull/1073) [`84952ac`](https://github.com/callstack/repack/commit/84952acfd2ac0f03c5512e13c66395c7b8526df6) Thanks [@jbroma](https://github.com/jbroma)! - Add support for setting up proxy in DevServer for redirecting requests

### Patch Changes

- [#1137](https://github.com/callstack/repack/pull/1137) [`996942f`](https://github.com/callstack/repack/commit/996942f8776a0777b99406918f673193b66cde19) Thanks [@jbroma](https://github.com/jbroma)! - Support `application/json` type of payload for `/symbolicate` requests

## 5.1.0-rc.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc.0",
"version": "5.1.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @callstack/repack-init

## 5.1.0

### Patch Changes

- [#1125](https://github.com/callstack/repack/pull/1125) [`1bb5e77`](https://github.com/callstack/repack/commit/1bb5e77f12a51094b0901945857210f6781ce9b6) Thanks [@jbroma](https://github.com/jbroma)! - Bump versions of dependencies for `repack-init`

## 5.1.0-rc.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Automates the integration of the @callstack/repack into React-Native projects",
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
"license": "MIT",
"version": "5.1.0-rc.0",
"version": "5.1.0",
"homepage": "https://github.com/callstack/repack",
"repository": "github:callstack/repack",
"keywords": ["repack", "re.pack", "init", "repack-init"],
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-expo-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @callstack/repack-plugin-expo-modules

## 5.1.0

### Patch Changes

- Updated dependencies [[`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584)]
- @callstack/repack@5.1.0

## 5.1.0-rc.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-expo-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/repack-plugin-expo-modules",
"version": "5.1.0-rc.0",
"version": "5.1.0",
"description": "A plugin for @callstack/repack that integrates Expo Modules",
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-nativewind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @callstack/repack-plugin-nativewind

## 5.1.0

### Patch Changes

- Updated dependencies [[`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584)]
- @callstack/repack@5.1.0

## 5.1.0-rc.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-nativewind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/repack-plugin-nativewind",
"version": "5.1.0-rc.0",
"version": "5.1.0",
"description": "A plugin for @callstack/repack that integrates NativeWind",
"author": "Boris Yankov <boris.yankov@callstack.com>",
"contributors": ["Jakub Romańczyk <jakub.romanczyk@callstack.com>"],
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-reanimated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @callstack/repack-plugin-reanimated

## 5.1.0

### Patch Changes

- Updated dependencies [[`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584)]
- @callstack/repack@5.1.0

## 5.1.0-rc.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-reanimated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/repack-plugin-reanimated",
"version": "5.1.0-rc.0",
"version": "5.1.0",
"description": "A plugin for @callstack/repack that integrates react-native-reanimated",
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
"license": "MIT",
Expand Down
45 changes: 45 additions & 0 deletions packages/repack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# @callstack/repack

## 5.1.0

### Minor Changes

- [#1078](https://github.com/callstack/repack/pull/1078) [`5ac48cd`](https://github.com/callstack/repack/commit/5ac48cd08) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - Add hook system to `ScriptManager` for runtime manipulation of script loading process.

- [#1099](https://github.com/callstack/repack/pull/1099) [`332f384`](https://github.com/callstack/repack/commit/332f384088ae7127af7e456076d711c7bfed2d5e) Thanks [@jbroma](https://github.com/jbroma)! - Enable support for package imports by default when resolving modules

- [#1128](https://github.com/callstack/repack/pull/1128) [`859c1d7`](https://github.com/callstack/repack/commit/859c1d78a8f2d150eff062598d3b75aed1bfe5eb) Thanks [@jbroma](https://github.com/jbroma)! - Strip empty import statements that are a leftover from stripping flow type imports

- [#1136](https://github.com/callstack/repack/pull/1136) [`55a56c3`](https://github.com/callstack/repack/commit/55a56c33fc55c6887356e5f1d022516f263a9419) Thanks [@jbroma](https://github.com/jbroma)! - Support Module Federation `preloadRemote` through `PrefetchPlugin`.

- [#1140](https://github.com/callstack/repack/pull/1140) [`2cedf58`](https://github.com/callstack/repack/commit/2cedf58f17d6fece9c209379195b47ff3b439882) Thanks [@jbroma](https://github.com/jbroma)! - Enable persistent cache by default in `start` command

- [#1130](https://github.com/callstack/repack/pull/1130) [`90be891`](https://github.com/callstack/repack/commit/90be8910308a5694bbc78c0d8688aea6787f6747) Thanks [@jbroma](https://github.com/jbroma)! - MF2 `ResolverPlugin` now adds a resolver only once when new remote is registered through `registerRemote` federation runtime hook

- [#1073](https://github.com/callstack/repack/pull/1073) [`84952ac`](https://github.com/callstack/repack/commit/84952acfd2ac0f03c5512e13c66395c7b8526df6) Thanks [@jbroma](https://github.com/jbroma)! - Add support for setting up proxy in DevServer for redirecting requests

- [#1099](https://github.com/callstack/repack/pull/1099) [`332f384`](https://github.com/callstack/repack/commit/332f384088ae7127af7e456076d711c7bfed2d5e) Thanks [@jbroma](https://github.com/jbroma)! - Resolve platform (`.ios`, `.android`) & native (`.native`) extensions when using package exports

- [#1099](https://github.com/callstack/repack/pull/1099) [`332f384`](https://github.com/callstack/repack/commit/332f384088ae7127af7e456076d711c7bfed2d5e) Thanks [@jbroma](https://github.com/jbroma)! - Use `import` / `require` condition name depending on the source type (`esm` or `cjs`)

- [#1140](https://github.com/callstack/repack/pull/1140) [`2cedf58`](https://github.com/callstack/repack/commit/2cedf58f17d6fece9c209379195b47ff3b439882) Thanks [@jbroma](https://github.com/jbroma)! - Support resetting transformation cache via `--reset-cache` flag

- [#1150](https://github.com/callstack/repack/pull/1150) [`350bb44`](https://github.com/callstack/repack/commit/350bb44bd458178daf0f4929ba813129d37d20f9) Thanks [@jbroma](https://github.com/jbroma)! - Support `RSPACK_PROFILE` env var for obtaining traces from Rspack

### Patch Changes

- [#1139](https://github.com/callstack/repack/pull/1139) [`be32944`](https://github.com/callstack/repack/commit/be329442dc91e1f6b782be3b4e62dd66c8b8a459) Thanks [@jbroma](https://github.com/jbroma)! - Fix issue where errors originating in project config files were getting swallowed when the project config was loaded.

- [#1119](https://github.com/callstack/repack/pull/1119) [`19c814f`](https://github.com/callstack/repack/commit/19c814f0f4dee219d66606f831a136732f6e2b24) Thanks [@jbroma](https://github.com/jbroma)! - Check for default import when using deep imports from `react-native` in WebpackHMRClient, DevServerClient and when using remote or inline assets

- [#1066](https://github.com/callstack/repack/pull/1066) [`1bc0e4d`](https://github.com/callstack/repack/commit/1bc0e4dab6a4878ca88183a6c7ce5558a4be2350) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - Add detecting dependency specific plugins

- [#1134](https://github.com/callstack/repack/pull/1134) [`acd69db`](https://github.com/callstack/repack/commit/acd69db2ae480c255671b42ca7b659bab198f10e) Thanks [@jbroma](https://github.com/jbroma)! - Always include AssetRegistry and AssetSourceResolver in the bundle

- [#1143](https://github.com/callstack/repack/pull/1143) [`81ee94c`](https://github.com/callstack/repack/commit/81ee94c1ae672ea316444decaf6f78c7f2fc0411) Thanks [@jbroma](https://github.com/jbroma)! - Fix failure to read project package json when validating plugins

- [#1123](https://github.com/callstack/repack/pull/1123) [`bd58562`](https://github.com/callstack/repack/commit/bd58562fb6984e64be953ff6e2865233fa6eff6a) Thanks [@jbroma](https://github.com/jbroma)! - Allow passing `referenceUrl` to `ScriptManager.prefetchScript`

- [#1151](https://github.com/callstack/repack/pull/1151) [`3748b41`](https://github.com/callstack/repack/commit/3748b41c414ed1da31ecd37ad22ff723dc11b79b) Thanks [@jbroma](https://github.com/jbroma)! - Hide persistent cache behind `REPACK_EXPERIMENTAL_CACHE` flag

- Updated dependencies [[`c1a5786`](https://github.com/callstack/repack/commit/c1a5786f5), [`e5e5b12`](https://github.com/callstack/repack/commit/e5e5b120c)]:
- @callstack/repack-dev-server@5.1.0

## 5.1.0-rc.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/repack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/repack",
"version": "5.1.0-rc.0",
"version": "5.1.0",
"description": "A toolkit to build your React Native application with Rspack or Webpack.",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down