Skip to content

Commit 6a210ed

Browse files
authored
release: 5.0.0-rc.5 (#838)
1 parent 48b32c4 commit 6a210ed

File tree

9 files changed

+26
-5
lines changed

9 files changed

+26
-5
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"honest-schools-tap",
3333
"khaki-days-call",
3434
"late-crabs-deliver",
35+
"lazy-comics-promise",
3536
"lucky-paws-shop",
3637
"nervous-laws-try",
3738
"odd-cars-yawn",

packages/dev-server/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @callstack/repack-dev-server
22

3+
## 5.0.0-rc.5
4+
35
## 5.0.0-rc.4
46

57
## 5.0.0-rc.3

packages/dev-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@callstack/repack-dev-server",
33
"description": "A bundler-agnostic development server for React Native applications as part of @callstack/repack.",
44
"license": "MIT",
5-
"version": "5.0.0-rc.4",
5+
"version": "5.0.0-rc.5",
66
"type": "module",
77
"main": "./dist/index.js",
88
"types": "./dist/index.d.ts",

packages/init/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @callstack/repack-init
22

3+
## 5.0.0-rc.5
4+
35
## 5.0.0-rc.4
46

57
## 5.0.0-rc.3

packages/init/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Automates the integration of the @callstack/repack into React-Native projects",
44
"author": "Jakub Romańczyk <[email protected]>",
55
"license": "MIT",
6-
"version": "5.0.0-rc.4",
6+
"version": "5.0.0-rc.5",
77
"homepage": "https://github.com/callstack/repack",
88
"repository": "github:callstack/repack",
99
"keywords": ["repack", "re.pack", "init", "repack-init"],

packages/plugin-reanimated/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @callstack/repack-plugin-reanimated
22

3+
## 5.0.0-rc.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ae89e38`](https://github.com/callstack/repack/commit/ae89e38fd13fab7c133f8e1c68bc7f02f5cdf04d)]:
8+
- @callstack/repack@5.0.0-rc.5
9+
310
## 5.0.0-rc.4
411

512
### Patch Changes

packages/plugin-reanimated/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/repack-plugin-reanimated",
3-
"version": "5.0.0-rc.4",
3+
"version": "5.0.0-rc.5",
44
"description": "A plugin for @callstack/repack that integrates react-native-reanimated",
55
"author": "Jakub Romańczyk <[email protected]>",
66
"license": "MIT",
@@ -39,7 +39,7 @@
3939
"dependencies": {},
4040
"peerDependencies": {
4141
"@babel/core": "^7.20",
42-
"@callstack/repack": "^5.0.0-rc.4"
42+
"@callstack/repack": "^5.0.0-rc.5"
4343
},
4444
"devDependencies": {
4545
"@callstack/repack": "workspace:*",

packages/repack/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @callstack/repack
22

3+
## 5.0.0-rc.5
4+
5+
### Patch Changes
6+
7+
- [#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)
8+
9+
- Updated dependencies []:
10+
- @callstack/repack-dev-server@5.0.0-rc.5
11+
312
## 5.0.0-rc.4
413

514
### Major Changes

packages/repack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/repack",
3-
"version": "5.0.0-rc.4",
3+
"version": "5.0.0-rc.5",
44
"description": "A toolkit to build your React Native application with Rspack or Webpack.",
55
"type": "commonjs",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)