From 1d9a1bb1382216f8a6d939629254903636bb5029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Zakrzewski?= Date: Mon, 18 Dec 2023 16:09:26 +0100 Subject: [PATCH] chore: release version 3.7.0 of repack --- .changeset/clever-dodos-mate.md | 5 ----- .changeset/eighty-elephants-report.md | 5 ----- .changeset/serious-hairs-thank.md | 6 ------ packages/TesterApp/CHANGELOG.md | 11 +++++++++++ packages/TesterApp/ios/Podfile.lock | 4 ++-- packages/TesterApp/package.json | 4 ++-- packages/repack/CHANGELOG.md | 13 +++++++++++++ packages/repack/package.json | 4 ++-- yarn.lock | 8 ++++---- 9 files changed, 34 insertions(+), 26 deletions(-) delete mode 100644 .changeset/clever-dodos-mate.md delete mode 100644 .changeset/eighty-elephants-report.md delete mode 100644 .changeset/serious-hairs-thank.md diff --git a/.changeset/clever-dodos-mate.md b/.changeset/clever-dodos-mate.md deleted file mode 100644 index da704bc0c..000000000 --- a/.changeset/clever-dodos-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"testerapp": patch ---- - -Upgraded TesterApp to react-native@0.73.0 diff --git a/.changeset/eighty-elephants-report.md b/.changeset/eighty-elephants-report.md deleted file mode 100644 index 180635cda..000000000 --- a/.changeset/eighty-elephants-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@callstack/repack": minor ---- - -fix: get commands options and description from new package (support RN>=0.73) diff --git a/.changeset/serious-hairs-thank.md b/.changeset/serious-hairs-thank.md deleted file mode 100644 index e595cdf42..000000000 --- a/.changeset/serious-hairs-thank.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"testerapp": patch -"@callstack/repack": patch ---- - -Added the ability to fully leverage the webpack built-in caching mechanism to optimise cold build times. diff --git a/packages/TesterApp/CHANGELOG.md b/packages/TesterApp/CHANGELOG.md index 51a857172..c693f45df 100644 --- a/packages/TesterApp/CHANGELOG.md +++ b/packages/TesterApp/CHANGELOG.md @@ -1,5 +1,16 @@ # testerapp +## 0.1.7 + +### Patch Changes + +- [#476](https://github.com/callstack/repack/pull/476) [`c60d88a`](https://github.com/callstack/repack/commit/c60d88ac95105b39222eb3062cc40c0afde73496) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - Upgraded TesterApp to react-native@0.73.0 + +* [#479](https://github.com/callstack/repack/pull/479) [`b1ad518`](https://github.com/callstack/repack/commit/b1ad518a7ff76e5ffe95a9af02469cc74b99584e) Thanks [@ambar](https://github.com/ambar)! - Added the ability to fully leverage the webpack built-in caching mechanism to optimise cold build times. + +* Updated dependencies [[`e1476e6`](https://github.com/callstack/repack/commit/e1476e644c1da9cee5bc933b32219027248bd5af), [`b1ad518`](https://github.com/callstack/repack/commit/b1ad518a7ff76e5ffe95a9af02469cc74b99584e)]: + - @callstack/repack@3.7.0 + ## 0.1.6 ### Patch Changes diff --git a/packages/TesterApp/ios/Podfile.lock b/packages/TesterApp/ios/Podfile.lock index cbe0166f4..5cc688969 100644 --- a/packages/TesterApp/ios/Podfile.lock +++ b/packages/TesterApp/ios/Podfile.lock @@ -1,6 +1,6 @@ PODS: - boost (1.83.0) - - callstack-repack (3.6.0): + - callstack-repack (3.7.0): - JWTDecode (~> 3.0.0) - React-Core - SwiftyRSA (~> 1.7) @@ -1239,7 +1239,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: 26fad476bfa736552bbfa698a06cc530475c1505 - callstack-repack: 5ae2a87e5cf204ef1ac6d111c71bb948fc1f5b4e + callstack-repack: bbcb691e5e6a19845295770a1178bdf54b1be018 DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953 FBLazyVector: 39ba45baf4e398618f8b3a4bb6ba8fcdb7fc2133 FBReactNativeSpec: 20cfca68498e27879514790359289d1df2b52c56 diff --git a/packages/TesterApp/package.json b/packages/TesterApp/package.json index dd5f3b058..b40607d4d 100644 --- a/packages/TesterApp/package.json +++ b/packages/TesterApp/package.json @@ -1,6 +1,6 @@ { "name": "testerapp", - "version": "0.1.6", + "version": "0.1.7", "private": true, "installConfig": { "hoistingLimits": "workspaces" @@ -17,7 +17,7 @@ "serve-remote-assets:ios": "yarn http-server -p 9999 build/output/ios/remote" }, "dependencies": { - "@callstack/repack": "3.6.0", + "@callstack/repack": "3.7.0", "@react-native-async-storage/async-storage": "^1.21.0", "lodash.throttle": "^4.1.1", "react": "18.2.0", diff --git a/packages/repack/CHANGELOG.md b/packages/repack/CHANGELOG.md index ab4412642..112d1ef6f 100644 --- a/packages/repack/CHANGELOG.md +++ b/packages/repack/CHANGELOG.md @@ -1,5 +1,18 @@ # @callstack/repack +## 3.7.0 + +### Minor Changes + +- [#477](https://github.com/callstack/repack/pull/477) [`e1476e6`](https://github.com/callstack/repack/commit/e1476e644c1da9cee5bc933b32219027248bd5af) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - fix: get commands options and description from new package (support RN>=0.73) + +### Patch Changes + +- [#479](https://github.com/callstack/repack/pull/479) [`b1ad518`](https://github.com/callstack/repack/commit/b1ad518a7ff76e5ffe95a9af02469cc74b99584e) Thanks [@ambar](https://github.com/ambar)! - Added the ability to fully leverage the webpack built-in caching mechanism to optimise cold build times. + +- Updated dependencies [[`cc997a2`](https://github.com/callstack/repack/commit/cc997a2f84b4835f8fe597487b0cde6f41b4b7f0)]: + - @callstack/repack-dev-server@1.1.0 + ## 3.6.0 ### Minor Changes diff --git a/packages/repack/package.json b/packages/repack/package.json index 1df2b6a9a..669a5980d 100644 --- a/packages/repack/package.json +++ b/packages/repack/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack", - "version": "3.6.0", + "version": "3.7.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", @@ -58,7 +58,7 @@ "webpack": "5.x" }, "dependencies": { - "@callstack/repack-dev-server": "^1.0.2", + "@callstack/repack-dev-server": "^1.1.0", "@discoveryjs/json-ext": "^0.5.7", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", "colorette": "^1.2.2", diff --git a/yarn.lock b/yarn.lock index db08e3f9c..f9ecca333 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5128,7 +5128,7 @@ __metadata: languageName: unknown linkType: soft -"@callstack/repack-dev-server@^1.0.2, @callstack/repack-dev-server@workspace:packages/dev-server": +"@callstack/repack-dev-server@^1.1.0, @callstack/repack-dev-server@workspace:packages/dev-server": version: 0.0.0-use.local resolution: "@callstack/repack-dev-server@workspace:packages/dev-server" dependencies: @@ -5186,7 +5186,7 @@ __metadata: languageName: unknown linkType: soft -"@callstack/repack@3.6.0, @callstack/repack@workspace:packages/repack": +"@callstack/repack@3.7.0, @callstack/repack@workspace:packages/repack": version: 0.0.0-use.local resolution: "@callstack/repack@workspace:packages/repack" dependencies: @@ -5196,7 +5196,7 @@ __metadata: "@babel/preset-env": ^7.18.2 "@babel/preset-typescript": ^7.17.12 "@callstack/eslint-config": ^11.0.0 - "@callstack/repack-dev-server": ^1.0.2 + "@callstack/repack-dev-server": ^1.1.0 "@discoveryjs/json-ext": ^0.5.7 "@pmmmwh/react-refresh-webpack-plugin": ^0.5.7 "@react-native-community/cli": 5.0.1-alpha.1 @@ -32344,7 +32344,7 @@ __metadata: "@babel/preset-env": ^7.20.0 "@babel/runtime": ^7.20.0 "@callstack/eslint-config": ^12.0.2 - "@callstack/repack": 3.6.0 + "@callstack/repack": 3.7.0 "@react-native-async-storage/async-storage": ^1.21.0 "@react-native/babel-preset": ^0.73.18 "@react-native/eslint-config": ^0.73.1