Skip to content

Commit

Permalink
chore: changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma committed Sep 12, 2024
1 parent a7b557e commit 849db95
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"tester-app": "0.0.1",
"tester-federation": "0.0.1",
"@callstack/repack-dev-server": "4.3.3",
"@callstack/repack-init": "4.3.3",
"@callstack/repack": "4.3.3",
"metro-compat-test": "0.0.1",
"website": "0.0.1"
},
"changesets": [
"spicy-pumas-whisper"
]
}
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-alpha.0

## 4.3.3

## 4.3.2
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": "4.3.3",
"version": "5.0.0-alpha.0",
"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-alpha.0

## 4.3.3

## 4.3.2
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 <[email protected]>",
"license": "MIT",
"version": "4.3.3",
"version": "5.0.0-alpha.0",
"homepage": "https://github.com/callstack/repack",
"repository": "github:callstack/repack",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/repack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @callstack/repack

## 5.0.0-alpha.0

### Major Changes

- [#720](https://github.com/callstack/repack/pull/720) [`a7b557e`](https://github.com/callstack/repack/commit/a7b557ed162166d9bc152b06d8be3169a0a2a176) Thanks [@jbroma](https://github.com/jbroma)! - Support for Rspack & Webpack simultaneously

### Patch Changes

- Updated dependencies []:
- @callstack/repack-dev-server@5.0.0-alpha.0

## 4.3.3

### 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": "4.3.3",
"version": "5.0.0-alpha.0",
"description": "A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 849db95

Please sign in to comment.