Skip to content

Commit 2eb2c88

Browse files
authored
chore: changeset version (#1076)
1 parent dac01e4 commit 2eb2c88

File tree

16 files changed

+51
-29
lines changed

16 files changed

+51
-29
lines changed

.changeset/five-cats-hope.md

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

.changeset/flat-feet-wonder.md

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

.changeset/good-apes-grab.md

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

.changeset/old-cooks-joke.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.0.1
4+
35
## 5.0.0
46

57
### Major 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.0.0",
5+
"version": "5.0.1",
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.0.1
4+
5+
### Patch Changes
6+
7+
- [#1067](https://github.com/callstack/repack/pull/1067) [`c9c01ee`](https://github.com/callstack/repack/commit/c9c01ee15291f08465345d5bdc614b0d37642a18) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - Override commit for new projects created with `npx @callstack/repack-init`.
8+
39
## 5.0.0
410

511
### Minor Changes

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.0.0",
6+
"version": "5.0.1",
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.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dac01e4`](https://github.com/callstack/repack/commit/dac01e41d539f19fe9ab8800288eadb361444ed0), [`54fa1cd`](https://github.com/callstack/repack/commit/54fa1cdb0a2e09c8de476290beacedbf3a5f7d85), [`e08a805`](https://github.com/callstack/repack/commit/e08a805a2190d33fb605c5603759245ff9d965a2)]:
8+
- @callstack/repack@5.0.1
9+
310
## 5.0.0
411

512
### Patch Changes

packages/plugin-expo-modules/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/repack-plugin-expo-modules",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "A plugin for @callstack/repack that integrates Expo Modules",
55
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
66
"license": "MIT",
@@ -33,7 +33,7 @@
3333
"node": ">=18"
3434
},
3535
"peerDependencies": {
36-
"@callstack/repack": "^5.0.0"
36+
"@callstack/repack": "^5.0.1"
3737
},
3838
"devDependencies": {
3939
"@callstack/repack": "workspace:*",

0 commit comments

Comments
 (0)