Skip to content

Commit

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

* chore: changeset version
  • Loading branch information
jbroma authored Sep 12, 2024
1 parent dbbaf72 commit 146baf2
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-falcons-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-ants-protect.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.3

## 4.3.2

## 4.3.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.3.2",
"version": "4.3.3",
"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.3

## 4.3.2

## 4.3.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.3.2",
"version": "4.3.3",
"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

## 4.3.3

### Patch Changes

- [#745](https://github.com/callstack/repack/pull/745) [`dbbaf72`](https://github.com/callstack/repack/commit/dbbaf72ac08e4575237e824a3cdfd7277a4406f8) Thanks [@ra1nj](https://github.com/ra1nj)! - Fixed error message on iOS when the HTTP status is not 2xx.

- [#739](https://github.com/callstack/repack/pull/739) [`300524b`](https://github.com/callstack/repack/commit/300524b33db1f08f257664826d7e160ba76b9f19) Thanks [@ra1nj](https://github.com/ra1nj)! - Fix url query being encoded twice on iOS

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

## 4.3.2

### 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.2",
"version": "4.3.3",
"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 146baf2

Please sign in to comment.