Skip to content

Commit

Permalink
chore: release repack V3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbinda committed Sep 16, 2022
1 parent f939571 commit 8480e2c
Show file tree
Hide file tree
Showing 30 changed files with 226 additions and 289 deletions.
11 changes: 0 additions & 11 deletions .changeset/angry-horses-poke.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/blue-students-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-gorillas-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-jokes-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-deers-dream.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fair-eagles-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-jeans-film.md

This file was deleted.

53 changes: 0 additions & 53 deletions .changeset/gold-ears-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-apes-begin.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/itchy-dryers-sparkle.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/light-papayas-invite.md

This file was deleted.

34 changes: 0 additions & 34 deletions .changeset/pre.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/red-garlics-perform.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/selfish-rings-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-kiwis-flow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strange-shirts-guess.md

This file was deleted.

51 changes: 0 additions & 51 deletions .changeset/sweet-pets-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-bats-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-comics-dress.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/unlucky-dots-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-tigers-deliver.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/TesterApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- boost (1.76.0)
- callstack-repack (3.0.0-next.8):
- callstack-repack (3.0.0):
- React-Core
- CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6)
Expand Down Expand Up @@ -532,7 +532,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
callstack-repack: 4246c028fa1345f2ecd9bbf500c68c6eeee431f9
callstack-repack: 9e5425dfffeda7ea87b71729c4097141c7d8ce1c
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBLazyVector: a7a655862f6b09625d11c772296b01cd5164b648
Expand Down
2 changes: 1 addition & 1 deletion packages/TesterApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "vitest run"
},
"dependencies": {
"@callstack/repack": "3.0.0-next.8",
"@callstack/repack": "3.0.0",
"@react-native-async-storage/async-storage": "^1.15.4",
"lodash.throttle": "^4.1.1",
"react": "17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/debugger-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @callstack/repack-debugger-app

## 1.0.0

### Major Changes

- [#186](https://github.com/callstack/repack/pull/186) [`05d126e`](https://github.com/callstack/repack/commit/05d126e63802f0702a9e353e762f8b6a77fcd73e) Thanks [@zamotany](https://github.com/zamotany)! - Initial release of a standalone package with Debugger UI.

## 1.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@callstack/repack-debugger-app",
"description": "Browser debugger app for React Native applications as part of @callstack/repack.",
"license": "MIT",
"version": "1.0.0-next.0",
"version": "1.0.0",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
32 changes: 32 additions & 0 deletions packages/dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @callstack/repack-dev-server

## 1.0.0

### Major Changes

- [#186](https://github.com/callstack/repack/pull/186) [`05d126e`](https://github.com/callstack/repack/commit/05d126e63802f0702a9e353e762f8b6a77fcd73e) Thanks [@zamotany](https://github.com/zamotany)! - ### Bundler-agnostic development server

Extracted development server from `@callstack/repack` into a separate package and made it bundler-agnostic.

### Minor Changes

- [#189](https://github.com/callstack/repack/pull/189) [`bc42023`](https://github.com/callstack/repack/commit/bc420236687047752cf1ee42204b2f510aec144a) Thanks [@zamotany](https://github.com/zamotany)! - ### Development server API

Added API endpoints to `@callstack/repack-dev-server`:

- `GET /api/platforms` - List all platforms with active compilations
- `GET /api/:platform/assets` - List all assets (`name` and `size`) for a given compilation
- `GET /api/:platform/stats` - Get compilation stats
- Websocket server under `/api` URI for logs and compilations events

* [#230](https://github.com/callstack/repack/pull/230) [`e6dc69d`](https://github.com/callstack/repack/commit/e6dc69d35f287af08d09944edd8e6d12f28484cf) Thanks [@jbinda](https://github.com/jbinda)! - Introduce `fastify-favicon` plugin to prevent server logger from emitting error log related to `GET 400 /favicon.ico` when requesting bundles via browser.

- [#239](https://github.com/callstack/repack/pull/239) [`6d65156`](https://github.com/callstack/repack/commit/6d65156366bc88edefdae7a3d0310ddbcdf48886) Thanks [@jbinda](https://github.com/jbinda)! - Expose favicon.ico in devserver

### Patch Changes

- [#238](https://github.com/callstack/repack/pull/238) [`b913b89`](https://github.com/callstack/repack/commit/b913b8981334854cc13076af2a9c8a12bc465d1b) Thanks [@jbinda](https://github.com/jbinda)! - Add `archive` script in dev-server

* [#200](https://github.com/callstack/repack/pull/200) [`c75cdc7`](https://github.com/callstack/repack/commit/c75cdc7a44351bb4702232e603031e2880f2839d) Thanks [@zamotany](https://github.com/zamotany)! - Prevent server logger from emitting log to API WS server before WS servers are created.

* Updated dependencies [[`05d126e`](https://github.com/callstack/repack/commit/05d126e63802f0702a9e353e762f8b6a77fcd73e)]:
- @callstack/repack-debugger-app@1.0.0

## 1.0.0-next.3

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.0-next.3",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@babel/code-frame": "^7.16.7",
"@callstack/repack-debugger-app": "^1.0.0-next.0",
"@callstack/repack-debugger-app": "^1.0.0",
"@fastify/sensible": "^4.1.0",
"@fastify/static": "^5.0.2",
"fastify": "^3.29.0",
Expand Down
Loading

0 comments on commit 8480e2c

Please sign in to comment.