Skip to content

Commit

Permalink
chore: changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma committed Jan 27, 2025
1 parent 3515dd6 commit 6b26df2
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 10 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"metro-compat-test": "0.0.1",
"website": "0.0.1",
"@callstack/repack-plugin-reanimated": "5.0.0-rc.2",
"@callstack/repack-plugin-nativewind": "5.0.0-rc.6"
"@callstack/repack-plugin-nativewind": "5.0.0-rc.6",
"@callstack/repack-plugin-expo-modules": "5.0.0-rc.9"
},
"changesets": [
"angry-foxes-applaud",
Expand Down Expand Up @@ -72,6 +73,8 @@
"tricky-keys-kneel",
"two-ghosts-refuse",
"unlucky-starfishes-thank",
"violet-keys-trade",
"weak-birds-change",
"wet-countries-sin"
]
}
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.10

## 5.0.0-rc.9

## 5.0.0-rc.8
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.9",
"version": "5.0.0-rc.10",
"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.10

## 5.0.0-rc.9

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

## 5.0.0-rc.10

### Patch Changes

- Updated dependencies [[`3515dd6`](https://github.com/callstack/repack/commit/3515dd689f78f26215d4a4ee9b46a432fad1e8cc), [`44273d2`](https://github.com/callstack/repack/commit/44273d2d064ed91f6e6a4ce7dc8c56d8c7de1b88)]:
- @callstack/repack@5.0.0-rc.10
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.9",
"version": "5.0.0-rc.10",
"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.9"
"@callstack/repack": "^5.0.0-rc.10"
},
"devDependencies": {
"@callstack/repack": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-nativewind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @callstack/repack-plugin-nativewind

## 5.0.0-rc.10

### Patch Changes

- Updated dependencies [[`3515dd6`](https://github.com/callstack/repack/commit/3515dd689f78f26215d4a4ee9b46a432fad1e8cc), [`44273d2`](https://github.com/callstack/repack/commit/44273d2d064ed91f6e6a4ce7dc8c56d8c7de1b88)]:
- @callstack/repack@5.0.0-rc.10

## 5.0.0-rc.9

### 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.9",
"version": "5.0.0-rc.10",
"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.9",
"@callstack/repack": ">=5.0.0-rc.10",
"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.10

### Patch Changes

- Updated dependencies [[`3515dd6`](https://github.com/callstack/repack/commit/3515dd689f78f26215d4a4ee9b46a432fad1e8cc), [`44273d2`](https://github.com/callstack/repack/commit/44273d2d064ed91f6e6a4ce7dc8c56d8c7de1b88)]:
- @callstack/repack@5.0.0-rc.10

## 5.0.0-rc.9

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

## 5.0.0-rc.10

### Minor Changes

- [#901](https://github.com/callstack/repack/pull/901) [`3515dd6`](https://github.com/callstack/repack/commit/3515dd689f78f26215d4a4ee9b46a432fad1e8cc) Thanks [@jbroma](https://github.com/jbroma)! - Normalize compiler.name to always be equal to the target platform across all commands

- [#896](https://github.com/callstack/repack/pull/896) [`44273d2`](https://github.com/callstack/repack/commit/44273d2d064ed91f6e6a4ce7dc8c56d8c7de1b88) Thanks [@jbroma](https://github.com/jbroma)! - Add support for Expo Modules through a dedicated optional plugin called @callstack/repack-plugin-expo-modules

### Patch Changes

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

## 5.0.0-rc.9

### 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.9",
"version": "5.0.0-rc.10",
"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 6b26df2

Please sign in to comment.