Skip to content

Commit c8e18af

Browse files
committed
chore(repack-dev-server): Release version 1.0.2
1 parent e86db86 commit c8e18af

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/gold-bananas-think.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-coins-yell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/dev-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @callstack/repack-dev-server
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#441](https://github.com/callstack/repack/pull/441) [`a66785d`](https://github.com/callstack/repack/commit/a66785d4bdb629ab9abce2bf5fc0dc4b632072ef) Thanks [@hexboy](https://github.com/hexboy)! - fix(dev-server): fix Failed to open stack frame in editor error
8+
9+
* [#426](https://github.com/callstack/repack/pull/426) [`719c2ef`](https://github.com/callstack/repack/commit/719c2ef3e1af0c82de8042de2c5c21ab88a287ea) Thanks [@jbroma](https://github.com/jbroma)! - Upgraded source-map to 0.7.4
10+
311
## 1.0.1
412

513
### Patch Changes

packages/dev-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@callstack/repack-dev-server",
33
"description": "A bundler-agnostic development server for React Native applications as part of @callstack/repack.",
44
"license": "MIT",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"type": "module",
77
"main": "./dist/index.js",
88
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)