Skip to content

Commit

Permalink
chore: changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma committed Nov 19, 2024
1 parent f801083 commit 68d9aba
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"happy-pets-yawn",
"healthy-monkeys-relate",
"heavy-drinks-heal",
"honest-items-happen",
"honest-schools-tap",
"lucky-paws-shop",
"nervous-laws-try",
Expand Down
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.2

## 5.0.0-rc.1

## 5.0.0-rc.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.0.0-rc.1",
"version": "5.0.0-rc.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.0.0-rc.2

## 5.0.0-rc.1

## 5.0.0-rc.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.0.0-rc.1",
"version": "5.0.0-rc.2",
"homepage": "https://github.com/callstack/repack",
"repository": "github:callstack/repack",
"keywords": ["repack", "re.pack", "init", "repack-init"],
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.0.0-rc.2

### Patch Changes

- [#799](https://github.com/callstack/repack/pull/799) [`f801083`](https://github.com/callstack/repack/commit/f801083f7ba616e77fa77c1c6321875de6886388) Thanks [@jbroma](https://github.com/jbroma)! - Expose MF2 config property to external tooling

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

## 5.0.0-rc.1

### Major 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.1",
"version": "5.0.0-rc.2",
"description": "A toolkit to build your React Native application with Rspack or Webpack.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 68d9aba

Please sign in to comment.