Skip to content

Commit

Permalink
chore: changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma committed Dec 19, 2024
1 parent 8f71cc8 commit ba03c4b
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,29 @@
"clever-timers-decide",
"cold-apes-swim",
"cold-chefs-confess",
"dull-ants-change",
"fast-falcons-joke",
"happy-pets-yawn",
"healthy-dots-tap",
"healthy-monkeys-relate",
"heavy-drinks-heal",
"honest-items-happen",
"honest-schools-tap",
"khaki-days-call",
"late-crabs-deliver",
"lucky-paws-shop",
"nervous-laws-try",
"odd-cars-yawn",
"odd-teachers-repeat",
"olive-singers-attack",
"proud-students-return",
"rude-points-ring",
"serious-falcons-burn",
"shaggy-planets-mate",
"slimy-dragons-swim",
"smart-carrots-sneeze",
"smooth-zebras-hunt",
"spicy-pumas-whisper",
"tasty-dolls-lie",
"thick-pillows-act",
"tidy-eels-clean",
"tricky-donuts-fly",
Expand Down
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.0.0-rc.4

## 5.0.0-rc.3

## 5.0.0-rc.2
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.3",
"version": "5.0.0-rc.4",
"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.0.0-rc.4

## 5.0.0-rc.3

### Minor 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 <[email protected]>",
"license": "MIT",
"version": "5.0.0-rc.3",
"version": "5.0.0-rc.4",
"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-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.4

### Patch Changes

- Updated dependencies [[`18f2eef`](https://github.com/callstack/repack/commit/18f2eef7dbb2a79e709c1810c69a34b0a0fe9004), [`b1a010a`](https://github.com/callstack/repack/commit/b1a010a7dd8af5612759e134249ae0587e42aef7), [`617c501`](https://github.com/callstack/repack/commit/617c5018e1f2b0520f6f978b2c1440239196f662), [`b1a010a`](https://github.com/callstack/repack/commit/b1a010a7dd8af5612759e134249ae0587e42aef7), [`8cf7cc3`](https://github.com/callstack/repack/commit/8cf7cc3622ad85cf093005c5c55c8dd63940a57b)]:
- @callstack/repack@5.0.0-rc.4

## 5.0.0-rc.3

### 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.3",
"version": "5.0.0-rc.4",
"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.3"
"@callstack/repack": "^5.0.0-rc.4"
},
"devDependencies": {
"@callstack/repack": "workspace:*",
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.0.0-rc.4

### Major Changes

- [#825](https://github.com/callstack/repack/pull/825) [`18f2eef`](https://github.com/callstack/repack/commit/18f2eef7dbb2a79e709c1810c69a34b0a0fe9004) Thanks [@jbroma](https://github.com/jbroma)! - Removed `--reverse-port` CLI option and replaced it with `--no-reverse-port` CLI option.

### Minor Changes

- [#828](https://github.com/callstack/repack/pull/828) [`b1a010a`](https://github.com/callstack/repack/commit/b1a010a7dd8af5612759e134249ae0587e42aef7) Thanks [@jbroma](https://github.com/jbroma)! - Run adb reverse for all available devices by default

- [#828](https://github.com/callstack/repack/pull/828) [`b1a010a`](https://github.com/callstack/repack/commit/b1a010a7dd8af5612759e134249ae0587e42aef7) Thanks [@jbroma](https://github.com/jbroma)! - Wait for android device before running adb reverse when starting dev-server

- [#824](https://github.com/callstack/repack/pull/824) [`8cf7cc3`](https://github.com/callstack/repack/commit/8cf7cc3622ad85cf093005c5c55c8dd63940a57b) Thanks [@jbroma](https://github.com/jbroma)! - Added `adb reverse` interaction & `adb reverse` command is now run by default when bundling for Android

### Patch Changes

- [#829](https://github.com/callstack/repack/pull/829) [`617c501`](https://github.com/callstack/repack/commit/617c5018e1f2b0520f6f978b2c1440239196f662) Thanks [@jbroma](https://github.com/jbroma)! - Fix early JS errors not being displayed in LogBox

- Updated dependencies []:
- @callstack/repack-dev-server@5.0.0-rc.4

## 5.0.0-rc.3

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

0 comments on commit ba03c4b

Please sign in to comment.