Skip to content

Commit f34f424

Browse files
committed
chore: changeset version
1 parent b4c9781 commit f34f424

File tree

15 files changed

+50
-22
lines changed

15 files changed

+50
-22
lines changed

.changeset/fruity-shrimps-shave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/plugin-nativewind.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/stale-times-brush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/dev-server/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @callstack/repack-dev-server
22

3+
## 5.1.3
4+
35
## 5.1.2
46

57
### Patch Changes

packages/dev-server/package.json

Lines changed: 1 addition & 1 deletion
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.1.2",
5+
"version": "5.1.3",
66
"type": "module",
77
"main": "./dist/index.js",
88
"types": "./dist/index.d.ts",

packages/init/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @callstack/repack-init
22

3+
## 5.1.3
4+
5+
### Patch Changes
6+
7+
- [#1188](https://github.com/callstack/repack/pull/1188) [`768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0`](https://github.com/callstack/repack/commit/768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0) Thanks [@jbroma](https://github.com/jbroma)! - Fix `@callstack/repack-init` installing unsupported versions of `react-native`
8+
39
## 5.1.2
410

511
## 5.1.1

packages/init/package.json

Lines changed: 1 addition & 1 deletion
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 <jakub.romanczyk@callstack.com>",
55
"license": "MIT",
6-
"version": "5.1.2",
6+
"version": "5.1.3",
77
"homepage": "https://github.com/callstack/repack",
88
"repository": "github:callstack/repack",
99
"keywords": ["repack", "re.pack", "init", "repack-init"],

packages/plugin-expo-modules/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @callstack/repack-plugin-expo-modules
22

3+
## 5.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0`](https://github.com/callstack/repack/commit/768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0), [`175a60a715a3fb863955fb95af1e0131b265966d`](https://github.com/callstack/repack/commit/175a60a715a3fb863955fb95af1e0131b265966d), [`50469664221bf9d7fe49fb27b3dd265ba18d463b`](https://github.com/callstack/repack/commit/50469664221bf9d7fe49fb27b3dd265ba18d463b)]:
8+
- @callstack/repack@5.1.3
9+
310
## 5.1.2
411

512
### Patch Changes

packages/plugin-expo-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/repack-plugin-expo-modules",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "A plugin for @callstack/repack that integrates Expo Modules",
55
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
66
"license": "MIT",

packages/plugin-nativewind/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @callstack/repack-plugin-nativewind
22

3+
## 5.1.3
4+
5+
### Patch Changes
6+
7+
- [#1173](https://github.com/callstack/repack/pull/1173) [`175a60a715a3fb863955fb95af1e0131b265966d`](https://github.com/callstack/repack/commit/175a60a715a3fb863955fb95af1e0131b265966d) Thanks [@raghav-reglobe](https://github.com/raghav-reglobe)! - Fix platform detection for NativeWind via `NATIVEWIND_OS` env var
8+
9+
- Updated dependencies [[`768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0`](https://github.com/callstack/repack/commit/768e36f152a3ff0cb0ddc69e3d37520f4b3bfeb0), [`175a60a715a3fb863955fb95af1e0131b265966d`](https://github.com/callstack/repack/commit/175a60a715a3fb863955fb95af1e0131b265966d), [`50469664221bf9d7fe49fb27b3dd265ba18d463b`](https://github.com/callstack/repack/commit/50469664221bf9d7fe49fb27b3dd265ba18d463b)]:
10+
- @callstack/repack@5.1.3
11+
312
## 5.1.2
413

514
### Patch Changes

0 commit comments

Comments
 (0)