Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brown-pillows-write.md

This file was deleted.

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.2.2

## 5.2.1

## 5.2.0
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.2.1",
"version": "5.2.2",
"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.2.2

## 5.2.1

## 5.2.0
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 <jakub.romanczyk@callstack.com>",
"license": "MIT",
"version": "5.2.1",
"version": "5.2.2",
"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-expo-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @callstack/repack-plugin-expo-modules

## 5.2.2

### Patch Changes

- Updated dependencies [[`bc3ac46bfc6f025345caf194082249fa572655ad`](https://github.com/callstack/repack/commit/bc3ac46bfc6f025345caf194082249fa572655ad)]:
- @callstack/repack@5.2.2

## 5.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1",
"version": "5.2.2",
"description": "A plugin for @callstack/repack that integrates Expo Modules",
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
"license": "MIT",
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.2.2

### Patch Changes

- Updated dependencies [[`bc3ac46bfc6f025345caf194082249fa572655ad`](https://github.com/callstack/repack/commit/bc3ac46bfc6f025345caf194082249fa572655ad)]:
- @callstack/repack@5.2.2

## 5.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1",
"version": "5.2.2",
"description": "A plugin for @callstack/repack that integrates NativeWind",
"author": "Boris Yankov <boris.yankov@callstack.com>",
"contributors": ["Jakub Romańczyk <jakub.romanczyk@callstack.com>"],
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.2.2

### Patch Changes

- Updated dependencies [[`bc3ac46bfc6f025345caf194082249fa572655ad`](https://github.com/callstack/repack/commit/bc3ac46bfc6f025345caf194082249fa572655ad)]:
- @callstack/repack@5.2.2

## 5.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1",
"version": "5.2.2",
"description": "A plugin for @callstack/repack that integrates react-native-reanimated",
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
"license": "MIT",
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.2.2

### Patch Changes

- [#1302](https://github.com/callstack/repack/pull/1302) [`bc3ac46bfc6f025345caf194082249fa572655ad`](https://github.com/callstack/repack/commit/bc3ac46bfc6f025345caf194082249fa572655ad) Thanks [@jbroma](https://github.com/jbroma)! - Fix `ERR_UNSUPPORTED_ESM_URL_SCHEME` errors when bundling on Windows

- Updated dependencies []:
- @callstack/repack-dev-server@5.2.2

## 5.2.1

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