diff --git a/.changeset/bright-clouds-applaud.md b/.changeset/bright-clouds-applaud.md deleted file mode 100644 index be250bbaf..000000000 --- a/.changeset/bright-clouds-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"testerapp": patch ---- - -Upgraded React Native version in TesterApp to 0.71.8 diff --git a/.changeset/serious-cameras-move.md b/.changeset/serious-cameras-move.md deleted file mode 100644 index 18493f38b..000000000 --- a/.changeset/serious-cameras-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@callstack/repack": patch ---- - -Fix: stricter versions for dependencies inside podspec diff --git a/.changeset/silver-ravens-sneeze.md b/.changeset/silver-ravens-sneeze.md deleted file mode 100644 index fc4d0d570..000000000 --- a/.changeset/silver-ravens-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@callstack/repack": patch ---- - -Updated getResolveOptions exposed by RePack to prefer 'default' condition over webpack's defaults ['require', 'node'] diff --git a/.changeset/sour-meals-cough.md b/.changeset/sour-meals-cough.md deleted file mode 100644 index 27a6c1ee3..000000000 --- a/.changeset/sour-meals-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@callstack/repack": patch ---- - -Fixed and issue where URL for remote asset only included basename from publicPath diff --git a/.changeset/weak-apples-visit.md b/.changeset/weak-apples-visit.md deleted file mode 100644 index ed109b27f..000000000 --- a/.changeset/weak-apples-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@callstack/repack": minor ---- - -Add ChunksToHermesBytecodePlugin to transform all emitted chunks with Hermes diff --git a/packages/TesterApp/CHANGELOG.md b/packages/TesterApp/CHANGELOG.md index f1da833ae..c6a5dcb36 100644 --- a/packages/TesterApp/CHANGELOG.md +++ b/packages/TesterApp/CHANGELOG.md @@ -1,5 +1,11 @@ # testerapp +## 0.1.1 + +### Patch Changes + +- [#372](https://github.com/callstack/repack/pull/372) [`e7cbb63`](https://github.com/callstack/repack/commit/e7cbb630296bd1e0bd1dfd2420ba8b3ace05a904) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - Upgraded React Native version in TesterApp to 0.71.8 + ## 0.1.0 ### Minor Changes diff --git a/packages/TesterApp/package.json b/packages/TesterApp/package.json index bff08d10f..1d4298727 100644 --- a/packages/TesterApp/package.json +++ b/packages/TesterApp/package.json @@ -1,6 +1,6 @@ { "name": "testerapp", - "version": "0.1.0", + "version": "0.1.1", "private": true, "installConfig": { "hoistingLimits": "workspaces" diff --git a/packages/repack/CHANGELOG.md b/packages/repack/CHANGELOG.md index af0d9151d..d186943ce 100644 --- a/packages/repack/CHANGELOG.md +++ b/packages/repack/CHANGELOG.md @@ -1,17 +1,33 @@ # @callstack/repack +## 3.3.0 + +### Minor Changes + +- [#378](https://github.com/callstack/repack/pull/378) [`14afc61`](https://github.com/callstack/repack/commit/14afc61f1d5730164b1ccb483b5efb6b32b5a0ad) Thanks [@mikeduminy](https://github.com/mikeduminy)! - Add ChunksToHermesBytecodePlugin to transform all emitted chunks with Hermes + +### Patch Changes + +- [#391](https://github.com/callstack/repack/pull/391) [`0693fda`](https://github.com/callstack/repack/commit/0693fdaf33239f1d6ae28597bcc595f17aa8d4df) Thanks [@jbroma](https://github.com/jbroma)! - Fix: stricter versions for dependencies inside podspec + +- [#365](https://github.com/callstack/repack/pull/365) [`cf6c77a`](https://github.com/callstack/repack/commit/cf6c77a675e00d98a4d906b56b3fd928c02ffb84) Thanks [@jbroma](https://github.com/jbroma)! - Updated getResolveOptions exposed by RePack to prefer 'default' condition over webpack's defaults ['require', 'node'] + +- [#382](https://github.com/callstack/repack/pull/382) [`c1a5a2b`](https://github.com/callstack/repack/commit/c1a5a2b403ed9b4a816465eba996f1655c21b718) Thanks [@jbroma](https://github.com/jbroma)! - Fixed and issue where URL for remote asset only included basename from publicPath + ## 3.2.0 ### Minor Changes #### Code Signing: -* [#318](https://github.com/callstack/repack/pull/318) [`6e12c14`](https://github.com/callstack/repack/commit/6e12c14e02002721ad4fe3ddf41743dcdb597f60) Thanks [@jbroma](https://github.com/jbroma)! - Added CodeSigning abilities to RePack: -* [#348](https://github.com/callstack/repack/pull/348) [`76e98e9`](https://github.com/callstack/repack/commit/76e98e983842e5b1288c754d61ee2f3449762f2c) Thanks [@jbroma](https://github.com/jbroma)! - Embed code-signing signatures into the bundles: + +- [#318](https://github.com/callstack/repack/pull/318) [`6e12c14`](https://github.com/callstack/repack/commit/6e12c14e02002721ad4fe3ddf41743dcdb597f60) Thanks [@jbroma](https://github.com/jbroma)! - Added CodeSigning abilities to RePack: +- [#348](https://github.com/callstack/repack/pull/348) [`76e98e9`](https://github.com/callstack/repack/commit/76e98e983842e5b1288c754d61ee2f3449762f2c) Thanks [@jbroma](https://github.com/jbroma)! - Embed code-signing signatures into the bundles: - Introduced `CodeSigningPlugin` for generating code-signed bundles - Implemented `CodeSigningUtils` extension for native part of the `ScriptManager` to verify signed bundles on Android and iOS #### Remote Assets + - [#331](https://github.com/callstack/repack/pull/331) [`515fb05`](https://github.com/callstack/repack/commit/515fb05f307e10c9bf65fd54dce3e7ebb8d1ae45) Thanks [@jbroma](https://github.com/jbroma)! - Added remote-assets functionality to the assetsLoader - [#328](https://github.com/callstack/repack/pull/328) [`4f155dd`](https://github.com/callstack/repack/commit/4f155ddf8f5064f60175ed2ee8f0ad64ff9f252b) Thanks [@jbroma](https://github.com/jbroma)! - Auto device scale resolution for inlined assets diff --git a/packages/repack/package.json b/packages/repack/package.json index 5fc6dfc09..6a15a3bf0 100644 --- a/packages/repack/package.json +++ b/packages/repack/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack", - "version": "3.2.0", + "version": "3.3.0", "description": "A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/yarn.lock b/yarn.lock index aa53fee20..dbcea6a4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4898,7 +4898,7 @@ __metadata: languageName: unknown linkType: soft -"@callstack/repack@3.2.0, @callstack/repack@workspace:packages/repack": +"@callstack/repack@3.3.0, @callstack/repack@workspace:packages/repack": version: 0.0.0-use.local resolution: "@callstack/repack@workspace:packages/repack" dependencies: @@ -31001,7 +31001,7 @@ __metadata: "@babel/preset-env": ^7.20.0 "@babel/runtime": ^7.20.0 "@callstack/eslint-config": ^12.0.2 - "@callstack/repack": 3.2.0 + "@callstack/repack": 3.3.0 "@react-native-async-storage/async-storage": ^1.17.11 "@svgr/webpack": ^6.2.1 "@tsconfig/react-native": ^2.0.2