Skip to content

Commit

Permalink
chore: changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma committed Aug 28, 2024
1 parent d3c96b8 commit e4e2fbe
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-melons-argue.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.2

## 4.3.1

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

## 4.3.2

## 4.3.1

## 4.3.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 <[email protected]>",
"license": "MIT",
"version": "4.3.1",
"version": "4.3.2",
"homepage": "https://github.com/callstack/repack",
"repository": "github:callstack/repack",
"keywords": [
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

## 4.3.2

### Patch Changes

- [#723](https://github.com/callstack/repack/pull/723) [`d3c96b8`](https://github.com/callstack/repack/commit/d3c96b8f55237b714ac0eed03d94d0d1b6cff565) Thanks [@jbroma](https://github.com/jbroma)! - Fix reading `webpack.config.mjs` on Windows

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

## 4.3.1

### 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.1",
"version": "4.3.2",
"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 e4e2fbe

Please sign in to comment.