Skip to content

Commit f2ff304

Browse files
committed
chore: changeset version
1 parent afc4e23 commit f2ff304

7 files changed

Lines changed: 18 additions & 8 deletions

File tree

.changeset/proud-students-return.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+
## 4.4.0
4+
35
## 4.3.3
46

57
## 4.3.2

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": "4.3.3",
5+
"version": "4.4.0",
66
"type": "module",
77
"main": "./dist/index.js",
88
"types": "./dist/index.d.ts",

packages/init/CHANGELOG.md

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

3+
## 4.4.0
4+
35
## 4.3.3
46

57
## 4.3.2

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": "4.3.3",
6+
"version": "4.4.0",
77
"homepage": "https://github.com/callstack/repack",
88
"repository": "github:callstack/repack",
99
"keywords": [

packages/repack/CHANGELOG.md

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

3+
## 4.4.0
4+
5+
### Minor Changes
6+
7+
- [#858](https://github.com/callstack/repack/pull/858) [`afc4e23`](https://github.com/callstack/repack/commit/afc4e233481e8dd0475a921a9dae9d3783b9c16f) Thanks [@jbroma](https://github.com/jbroma)! - Add support for React Native 0.76
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @callstack/repack-dev-server@4.4.0
13+
314
## 4.3.3
415

516
### Patch Changes

packages/repack/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",
3-
"version": "4.3.3",
3+
"version": "4.4.0",
44
"description": "A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)