Skip to content
Open
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/add-max-inline-size-option.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/afraid-buttons-go.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/codesigning-plugin-auto-pubkey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-dancers-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-jokes-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-bushes-act.md

This file was deleted.

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

## 5.3.0

## 5.2.5

### Patch 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.2.5",
"version": "5.3.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @callstack/repack-init

## 5.3.0

## 5.2.5

### 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.2.5",
"version": "5.3.0",
"homepage": "https://github.com/callstack/repack",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-expo-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @callstack/repack-plugin-expo-modules

## 5.3.0

## 5.2.5

### 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.2.5",
"version": "5.3.0",
"description": "A plugin for @callstack/repack that integrates Expo Modules",
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-nativewind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @callstack/repack-plugin-nativewind

## 5.3.0

## 5.2.5

### 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.2.5",
"version": "5.3.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
2 changes: 2 additions & 0 deletions packages/plugin-reanimated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @callstack/repack-plugin-reanimated

## 5.3.0

## 5.2.5

### 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.2.5",
"version": "5.3.0",
"description": "A plugin for @callstack/repack that integrates react-native-reanimated",
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
"license": "MIT",
Expand Down
21 changes: 21 additions & 0 deletions packages/repack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @callstack/repack

## 5.3.0

### Minor Changes

- [#1378](https://github.com/callstack/repack/pull/1378) [`d806b04`](https://github.com/callstack/repack/commit/d806b04a5b36ebcf9ca27c3aa895fdd2a70623d2) Thanks [@bartekkrok](https://github.com/bartekkrok)! - Add `maxInlineSize` option to assets loader for size-based asset inlining. Use it together with `inline: true` — assets whose largest variant is within the threshold are inlined as base64 URIs; larger assets are extracted as separate files.

- [#1376](https://github.com/callstack/repack/pull/1376) [`daad54d`](https://github.com/callstack/repack/commit/daad54d3417b9df3749e5424d8c3061a6cf7a0e1) Thanks [@whydidoo](https://github.com/whydidoo)! - Allow customizing the native HTTP client used to download remote scripts: `RemoteScriptLoader.okHttpClientFactory` on Android and `ScriptManager.urlSessionFactory` on iOS (for SSL pinning, interceptors, custom headers, timeouts, etc.)

- [#1381](https://github.com/callstack/repack/pull/1381) [`997816e`](https://github.com/callstack/repack/commit/997816e16e1e6de1b5fcd57ea2591a53aaa3d42b) Thanks [@bartekkrok](https://github.com/bartekkrok)! - Add `publicKeyPath` and `nativeProjectPaths` options to `CodeSigningPlugin`. When `publicKeyPath` is set, the plugin automatically embeds the public key into `Info.plist` (iOS) and `strings.xml` (Android) during compilation, removing the need for manual native file setup. The `embedPublicKey` utility is also exported for standalone use.

### Patch Changes

- [#1379](https://github.com/callstack/repack/pull/1379) [`8ab3105`](https://github.com/callstack/repack/commit/8ab3105c5c5e4b3cbe58489adc031a9d02b709fe) Thanks [@JhohellsDL](https://github.com/JhohellsDL)! - Fix CodeSigningPlugin signing assets at processAssets ANALYSE stage (2000) instead of assetEmitted, ensuring bundles are signed before plugins running at REPORT stage (5000) such as withZephyr() can capture and upload them

- [#1382](https://github.com/callstack/repack/pull/1382) [`ac3577b`](https://github.com/callstack/repack/commit/ac3577be686ec8d0e850e72ddb1ffa24747c3f4c) Thanks [@MikitasK](https://github.com/MikitasK)! - Add support for passing a per-script `publicKey` from `ScriptManager` resolvers so signed bundles can be verified with a runtime-provided public key instead of only the app-embedded `RepackPublicKey`

- [#1380](https://github.com/callstack/repack/pull/1380) [`856f1c1`](https://github.com/callstack/repack/commit/856f1c1253538205750dccadb77334f31523568f) Thanks [@MikitasK](https://github.com/MikitasK)! - Fix Android dev-server URLs on physical devices by preserving `localhost` instead of rewriting it to `10.0.2.2`.

- Updated dependencies []:
- @callstack/repack-dev-server@5.3.0

## 5.2.5

### Patch 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.2.5",
"version": "5.3.0",
"description": "A toolkit to build your React Native application with Rspack or Webpack.",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
Loading