Skip to content

Commit

Permalink
release: 4.3.0 (#712)
Browse files Browse the repository at this point in the history
* chore: format changesets

* chore: changeset version
  • Loading branch information
jbroma authored Aug 26, 2024
1 parent a467bb5 commit bdfcc9c
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-bags-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-hounds-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-kiwis-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-bulldogs-hammer.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

## 4.3.0

## 4.2.0

## 4.1.1
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.2.0",
"version": "4.3.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

## 4.3.0

## 4.2.0

## 4.1.1
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.2.0",
"version": "4.3.0",
"homepage": "https://github.com/callstack/repack",
"repository": "github:callstack/repack",
"keywords": [
Expand Down
17 changes: 17 additions & 0 deletions packages/repack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @callstack/repack

## 4.3.0

### Minor Changes

- [#687](https://github.com/callstack/repack/pull/687) [`8d823a7`](https://github.com/callstack/repack/commit/8d823a7097ef2642ba0a91e0cd3eb27c5002ae6b) Thanks [@jbroma](https://github.com/jbroma)! - Added `--watch` flag to bundle command

### Patch Changes

- [#710](https://github.com/callstack/repack/pull/710) [`a467bb5`](https://github.com/callstack/repack/commit/a467bb5e008f3b7725dc20970f2341a45a11e5c3) Thanks [@jbroma](https://github.com/jbroma)! - Use compile-time check to determine React-Native version in `WebpackHMRClient`

- [#697](https://github.com/callstack/repack/pull/697) [`14550ab`](https://github.com/callstack/repack/commit/14550abbbc8a5cc8b69ec571f9279197ac09a32a) Thanks [@jbroma](https://github.com/jbroma)! - Align CLI options for `start` and `bundle` commands with `@react-native/community-cli-plugin`.

- [#703](https://github.com/callstack/repack/pull/703) [`4de5305`](https://github.com/callstack/repack/commit/4de530504035c23a1d0004a26dc1d5368f9c82fb) Thanks [@hexboy](https://github.com/hexboy)! - Fix `LoadingView` import in `WebpackHMRClient` for React Native >=0.75

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

## 4.2.0

### Minor 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.2.0",
"version": "4.3.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 bdfcc9c

Please sign in to comment.