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 23, 2024
1 parent 48b32c4 commit 2a0afb0
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"honest-schools-tap",
"khaki-days-call",
"late-crabs-deliver",
"lazy-comics-promise",
"lucky-paws-shop",
"nervous-laws-try",
"odd-cars-yawn",
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.5

## 5.0.0-rc.4

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

## 5.0.0-rc.4

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

### Patch Changes

- Updated dependencies [[`ae89e38`](https://github.com/callstack/repack/commit/ae89e38fd13fab7c133f8e1c68bc7f02f5cdf04d)]:
- @callstack/repack@5.0.0-rc.5

## 5.0.0-rc.4

### 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.4",
"version": "5.0.0-rc.5",
"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.4"
"@callstack/repack": "^5.0.0-rc.5"
},
"devDependencies": {
"@callstack/repack": "workspace:*",
Expand Down
9 changes: 9 additions & 0 deletions packages/repack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @callstack/repack

## 5.0.0-rc.5

### Patch Changes

- [#835](https://github.com/callstack/repack/pull/835) [`ae89e38`](https://github.com/callstack/repack/commit/ae89e38fd13fab7c133f8e1c68bc7f02f5cdf04d) Thanks [@mrsasuu](https://github.com/mrsasuu)! - Fix ScriptManager import path in MF runtime plugins (CorePlugin & ResolverPlugin)

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

## 5.0.0-rc.4

### Major 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.4",
"version": "5.0.0-rc.5",
"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 2a0afb0

Please sign in to comment.