Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 5.0.0-rc.11 #1002

Merged
merged 1 commit into from
Feb 17, 2025
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
34 changes: 33 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,66 +15,98 @@
"@callstack/repack-plugin-expo-modules": "5.0.0-rc.9"
},
"changesets": [
"afraid-lies-explain",
"angry-foxes-applaud",
"big-insects-move",
"big-singers-shop",
"big-wolves-tell",
"blue-geckos-sparkle",
"bright-scissors-kiss",
"brown-countries-tickle",
"brown-lemons-fix",
"clever-frogs-type",
"clever-timers-decide",
"cold-apes-swim",
"cold-chefs-confess",
"cuddly-points-roll",
"curvy-cars-pretend",
"curvy-lamps-kneel",
"dirty-boats-type",
"dirty-terms-burn",
"dull-ants-change",
"early-parrots-draw",
"eighty-phones-deny",
"eleven-buses-shake",
"fast-falcons-joke",
"fast-frogs-hang",
"fifty-rockets-laugh",
"five-moons-change",
"friendly-flies-exercise",
"gorgeous-jeans-complain",
"gorgeous-nails-watch",
"green-rats-brush",
"happy-pets-yawn",
"healthy-dots-tap",
"healthy-monkeys-relate",
"heavy-drinks-heal",
"honest-foxes-hope",
"honest-items-happen",
"honest-schools-tap",
"khaki-days-call",
"khaki-drinks-join",
"khaki-olives-add",
"large-kids-kneel",
"late-crabs-deliver",
"late-squids-juggle",
"lazy-comics-promise",
"lemon-buttons-tie",
"light-turtles-destroy",
"loud-bats-retire",
"lucky-paws-shop",
"many-ants-rescue",
"mighty-dots-build",
"nervous-geese-grow",
"nervous-laws-try",
"nervous-wasps-applaud",
"odd-cars-yawn",
"odd-teachers-repeat",
"old-kings-build",
"olive-singers-attack",
"pink-pants-vanish",
"pink-years-remain",
"pretty-years-sit",
"proud-students-return",
"quick-rats-knock",
"rare-moons-sparkle",
"rare-planes-lie",
"real-ways-design",
"rude-points-ring",
"serious-falcons-burn",
"serious-peas-hammer",
"seven-cats-flash",
"shaggy-planets-mate",
"six-mugs-peel",
"slimy-dragons-swim",
"smart-carrots-sneeze",
"smooth-zebras-hunt",
"spicy-pumas-whisper",
"strange-beans-glow",
"tasty-feet-refuse",
"tender-suits-cross",
"thick-pillows-act",
"thin-birds-return",
"three-flowers-explain",
"three-ties-compete",
"tidy-eels-clean",
"tough-seas-hide",
"tricky-donuts-fly",
"tricky-keys-kneel",
"two-ghosts-refuse",
"unlucky-starfishes-thank",
"violet-keys-trade",
"warm-clocks-knock",
"weak-birds-change",
"wet-countries-sin"
"wet-countries-sin",
"yellow-frogs-melt"
]
}
8 changes: 8 additions & 0 deletions packages/dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @callstack/repack-dev-server

## 5.0.0-rc.11

### Major Changes

- [#912](https://github.com/callstack/repack/pull/912) [`07d0566`](https://github.com/callstack/repack/commit/07d05663b9b758001e390635f75097b85a8b2436) Thanks [@jbroma](https://github.com/jbroma)! - BREAKING CHANGES: Removed `devServerEnabled` option from assets-loader and `devServer` from Repack plugin configuration - they are now obtained automatically from configuration.

Added new `config.devServer` field to configure development server properties with type-safe http/https configuration, special host values (local-ip, local-ipv4, local-ipv6), and enhanced HTTPS configuration with full HttpsServerOptions support.

## 5.0.0-rc.10

## 5.0.0-rc.9
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.0.0-rc.10",
"version": "5.0.0-rc.11",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @callstack/repack-init

## 5.0.0-rc.11

### Minor Changes

- [#990](https://github.com/callstack/repack/pull/990) [`36f14c1`](https://github.com/callstack/repack/commit/36f14c13849985e57fae32189348d1f321ba3a5e) Thanks [@jbroma](https://github.com/jbroma)! - Make template configs slimmer & Use static config by default

### Patch Changes

- [#943](https://github.com/callstack/repack/pull/943) [`a4a9801`](https://github.com/callstack/repack/commit/a4a9801c0ee473ad7e87095d9a829ecc47fd4056) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - Hide `cd` log when project exsists

- [#1001](https://github.com/callstack/repack/pull/1001) [`078bc4c`](https://github.com/callstack/repack/commit/078bc4c551811d114619b7632bb8da1ccd683b53) Thanks [@jbroma](https://github.com/jbroma)! - Fix init failing when ran from within the monorepo

- [#998](https://github.com/callstack/repack/pull/998) [`2107f2c`](https://github.com/callstack/repack/commit/2107f2c9eef4de0aad047cdad207d0bc3460ae57) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - Remove `checkReactNative` util function.

## 5.0.0-rc.10

## 5.0.0-rc.9
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 <[email protected]>",
"license": "MIT",
"version": "5.0.0-rc.10",
"version": "5.0.0-rc.11",
"homepage": "https://github.com/callstack/repack",
"repository": "github:callstack/repack",
"keywords": ["repack", "re.pack", "init", "repack-init"],
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-expo-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @callstack/repack-plugin-expo-modules

## 5.0.0-rc.11

### Patch Changes

- [#986](https://github.com/callstack/repack/pull/986) [`802d15b`](https://github.com/callstack/repack/commit/802d15b7836782007258c85e4591b30350a0e888) Thanks [@jbroma](https://github.com/jbroma)! - Fix EXPO_OS not being properly set in expo-modules plugin

- Updated dependencies [[`e12f63d`](https://github.com/callstack/repack/commit/e12f63d1ca1cc54f28015b390ea4cef92af429b1), [`05183a8`](https://github.com/callstack/repack/commit/05183a8644e4f1c0d7f8b9261192dcb72231c267), [`1945e75`](https://github.com/callstack/repack/commit/1945e75eeb126f8d5bef318cf9571c420f7b3406), [`1953287`](https://github.com/callstack/repack/commit/19532876fb8bfbf271db552d983f12e5c26fc58a), [`07d0566`](https://github.com/callstack/repack/commit/07d05663b9b758001e390635f75097b85a8b2436), [`bff2947`](https://github.com/callstack/repack/commit/bff2947dfad5dcd23d39dbdcfcb455529934d967), [`05183a8`](https://github.com/callstack/repack/commit/05183a8644e4f1c0d7f8b9261192dcb72231c267), [`97cd8e8`](https://github.com/callstack/repack/commit/97cd8e85146ad2dbc8110952c1447884a84194fc), [`07b2e20`](https://github.com/callstack/repack/commit/07b2e2059487f0b6962b05016e7f1453ba35c379), [`2cfd84f`](https://github.com/callstack/repack/commit/2cfd84f8bcf6e7c241aab3e24cde97e7e85afbc5), [`580bf30`](https://github.com/callstack/repack/commit/580bf306ba9f9cd1d3dfed0227aad64abd1c3752), [`01d9583`](https://github.com/callstack/repack/commit/01d9583cada929a16b6d40c6476f0508847b0fff), [`7c9232c`](https://github.com/callstack/repack/commit/7c9232c0dfbd5ab35277262037bb8a356db448d8), [`de82bbf`](https://github.com/callstack/repack/commit/de82bbf232331666e7739adc8a5e69133dde2e3e), [`88474ea`](https://github.com/callstack/repack/commit/88474ea1d52267df6a7187c280b793f516ffdfb0), [`928a493`](https://github.com/callstack/repack/commit/928a493ead0f77cab7f1031e2df0b63f8ed65137), [`1f470a1`](https://github.com/callstack/repack/commit/1f470a11e93f8af22badbafc47256db3a32ecac8), [`3f22966`](https://github.com/callstack/repack/commit/3f22966db4ce43f89d7e544d1a24234ed117480d), [`c29ba2f`](https://github.com/callstack/repack/commit/c29ba2f616328d34670f661336d3c43b4ca2ef3e), [`c36f778`](https://github.com/callstack/repack/commit/c36f77838d59f0692171f7114ac68fa11e4a3100), [`59d9d02`](https://github.com/callstack/repack/commit/59d9d02ecabf5caffa87c748aa0b92191d0f4e84), [`8301f5c`](https://github.com/callstack/repack/commit/8301f5c77d7e75c155cbb427b4ac380565e946f7), [`a8560b9`](https://github.com/callstack/repack/commit/a8560b988cb2adfd8e23fcfdcdc783b860b07c8a), [`1bf1b1c`](https://github.com/callstack/repack/commit/1bf1b1cb830008167bce913745dade8186281608), [`49b8ddf`](https://github.com/callstack/repack/commit/49b8ddf1e58f0e59e8801692249e2a24df37cdf4), [`22d0e8f`](https://github.com/callstack/repack/commit/22d0e8faaeae221ace87f01a5fca639b4524fcbf)]:
- @callstack/[email protected]

## 5.0.0-rc.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0.0-rc.10",
"version": "5.0.0-rc.11",
"description": "A plugin for @callstack/repack that integrates Expo Modules",
"author": "Jakub Romańczyk <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"node": ">=18"
},
"peerDependencies": {
"@callstack/repack": "^5.0.0-rc.10"
"@callstack/repack": "^5.0.0-rc.11"
},
"devDependencies": {
"@callstack/repack": "workspace:*",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-nativewind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @callstack/repack-plugin-nativewind

## 5.0.0-rc.11

### Patch Changes

- [#913](https://github.com/callstack/repack/pull/913) [`2eae900`](https://github.com/callstack/repack/commit/2eae900efe0a0f7f3097d4406705ce05cb56392f) Thanks [@borisyankov](https://github.com/borisyankov)! - Fixed incorrect peer dependency version of `postcss-loader`

- Updated dependencies [[`e12f63d`](https://github.com/callstack/repack/commit/e12f63d1ca1cc54f28015b390ea4cef92af429b1), [`05183a8`](https://github.com/callstack/repack/commit/05183a8644e4f1c0d7f8b9261192dcb72231c267), [`1945e75`](https://github.com/callstack/repack/commit/1945e75eeb126f8d5bef318cf9571c420f7b3406), [`1953287`](https://github.com/callstack/repack/commit/19532876fb8bfbf271db552d983f12e5c26fc58a), [`07d0566`](https://github.com/callstack/repack/commit/07d05663b9b758001e390635f75097b85a8b2436), [`bff2947`](https://github.com/callstack/repack/commit/bff2947dfad5dcd23d39dbdcfcb455529934d967), [`05183a8`](https://github.com/callstack/repack/commit/05183a8644e4f1c0d7f8b9261192dcb72231c267), [`97cd8e8`](https://github.com/callstack/repack/commit/97cd8e85146ad2dbc8110952c1447884a84194fc), [`07b2e20`](https://github.com/callstack/repack/commit/07b2e2059487f0b6962b05016e7f1453ba35c379), [`2cfd84f`](https://github.com/callstack/repack/commit/2cfd84f8bcf6e7c241aab3e24cde97e7e85afbc5), [`580bf30`](https://github.com/callstack/repack/commit/580bf306ba9f9cd1d3dfed0227aad64abd1c3752), [`01d9583`](https://github.com/callstack/repack/commit/01d9583cada929a16b6d40c6476f0508847b0fff), [`7c9232c`](https://github.com/callstack/repack/commit/7c9232c0dfbd5ab35277262037bb8a356db448d8), [`de82bbf`](https://github.com/callstack/repack/commit/de82bbf232331666e7739adc8a5e69133dde2e3e), [`88474ea`](https://github.com/callstack/repack/commit/88474ea1d52267df6a7187c280b793f516ffdfb0), [`928a493`](https://github.com/callstack/repack/commit/928a493ead0f77cab7f1031e2df0b63f8ed65137), [`1f470a1`](https://github.com/callstack/repack/commit/1f470a11e93f8af22badbafc47256db3a32ecac8), [`3f22966`](https://github.com/callstack/repack/commit/3f22966db4ce43f89d7e544d1a24234ed117480d), [`c29ba2f`](https://github.com/callstack/repack/commit/c29ba2f616328d34670f661336d3c43b4ca2ef3e), [`c36f778`](https://github.com/callstack/repack/commit/c36f77838d59f0692171f7114ac68fa11e4a3100), [`59d9d02`](https://github.com/callstack/repack/commit/59d9d02ecabf5caffa87c748aa0b92191d0f4e84), [`8301f5c`](https://github.com/callstack/repack/commit/8301f5c77d7e75c155cbb427b4ac380565e946f7), [`a8560b9`](https://github.com/callstack/repack/commit/a8560b988cb2adfd8e23fcfdcdc783b860b07c8a), [`1bf1b1c`](https://github.com/callstack/repack/commit/1bf1b1cb830008167bce913745dade8186281608), [`49b8ddf`](https://github.com/callstack/repack/commit/49b8ddf1e58f0e59e8801692249e2a24df37cdf4), [`22d0e8f`](https://github.com/callstack/repack/commit/22d0e8faaeae221ace87f01a5fca639b4524fcbf)]:
- @callstack/[email protected]

## 5.0.0-rc.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0.0-rc.10",
"version": "5.0.0-rc.11",
"description": "A plugin for @callstack/repack that integrates NativeWind",
"author": "Boris Yankov <[email protected]>",
"contributors": ["Jakub Romańczyk <[email protected]>"],
Expand Down Expand Up @@ -42,7 +42,7 @@
"dedent": "^0.7.0"
},
"peerDependencies": {
"@callstack/repack": ">=5.0.0-rc.10",
"@callstack/repack": ">=5.0.0-rc.11",
"nativewind": ">=4.1.23",
"react-native-css-interop": ">=0.1.22",
"postcss": ">=8.4.31",
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.0.0-rc.11

### Patch Changes

- Updated dependencies [[`e12f63d`](https://github.com/callstack/repack/commit/e12f63d1ca1cc54f28015b390ea4cef92af429b1), [`05183a8`](https://github.com/callstack/repack/commit/05183a8644e4f1c0d7f8b9261192dcb72231c267), [`1945e75`](https://github.com/callstack/repack/commit/1945e75eeb126f8d5bef318cf9571c420f7b3406), [`1953287`](https://github.com/callstack/repack/commit/19532876fb8bfbf271db552d983f12e5c26fc58a), [`07d0566`](https://github.com/callstack/repack/commit/07d05663b9b758001e390635f75097b85a8b2436), [`bff2947`](https://github.com/callstack/repack/commit/bff2947dfad5dcd23d39dbdcfcb455529934d967), [`05183a8`](https://github.com/callstack/repack/commit/05183a8644e4f1c0d7f8b9261192dcb72231c267), [`97cd8e8`](https://github.com/callstack/repack/commit/97cd8e85146ad2dbc8110952c1447884a84194fc), [`07b2e20`](https://github.com/callstack/repack/commit/07b2e2059487f0b6962b05016e7f1453ba35c379), [`2cfd84f`](https://github.com/callstack/repack/commit/2cfd84f8bcf6e7c241aab3e24cde97e7e85afbc5), [`580bf30`](https://github.com/callstack/repack/commit/580bf306ba9f9cd1d3dfed0227aad64abd1c3752), [`01d9583`](https://github.com/callstack/repack/commit/01d9583cada929a16b6d40c6476f0508847b0fff), [`7c9232c`](https://github.com/callstack/repack/commit/7c9232c0dfbd5ab35277262037bb8a356db448d8), [`de82bbf`](https://github.com/callstack/repack/commit/de82bbf232331666e7739adc8a5e69133dde2e3e), [`88474ea`](https://github.com/callstack/repack/commit/88474ea1d52267df6a7187c280b793f516ffdfb0), [`928a493`](https://github.com/callstack/repack/commit/928a493ead0f77cab7f1031e2df0b63f8ed65137), [`1f470a1`](https://github.com/callstack/repack/commit/1f470a11e93f8af22badbafc47256db3a32ecac8), [`3f22966`](https://github.com/callstack/repack/commit/3f22966db4ce43f89d7e544d1a24234ed117480d), [`c29ba2f`](https://github.com/callstack/repack/commit/c29ba2f616328d34670f661336d3c43b4ca2ef3e), [`c36f778`](https://github.com/callstack/repack/commit/c36f77838d59f0692171f7114ac68fa11e4a3100), [`59d9d02`](https://github.com/callstack/repack/commit/59d9d02ecabf5caffa87c748aa0b92191d0f4e84), [`8301f5c`](https://github.com/callstack/repack/commit/8301f5c77d7e75c155cbb427b4ac380565e946f7), [`a8560b9`](https://github.com/callstack/repack/commit/a8560b988cb2adfd8e23fcfdcdc783b860b07c8a), [`1bf1b1c`](https://github.com/callstack/repack/commit/1bf1b1cb830008167bce913745dade8186281608), [`49b8ddf`](https://github.com/callstack/repack/commit/49b8ddf1e58f0e59e8801692249e2a24df37cdf4), [`22d0e8f`](https://github.com/callstack/repack/commit/22d0e8faaeae221ace87f01a5fca639b4524fcbf)]:
- @callstack/[email protected]

## 5.0.0-rc.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0.0-rc.10",
"version": "5.0.0-rc.11",
"description": "A plugin for @callstack/repack that integrates react-native-reanimated",
"author": "Jakub Romańczyk <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {},
"peerDependencies": {
"@babel/core": "^7.20",
"@callstack/repack": "^5.0.0-rc.10"
"@callstack/repack": "^5.0.0-rc.11"
},
"devDependencies": {
"@callstack/repack": "workspace:*",
Expand Down
Loading