Skip to content

Commit

Permalink
chore: changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma committed Apr 24, 2024
1 parent 24585c0 commit 21969f7
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 8 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,29 @@
"@callstack/repack-dev-server": "1.1.0",
"@callstack/repack-init": "1.1.0",
"@callstack/repack": "3.7.0",
"website": "0.0.1"
"website": "0.0.1",
"new-website": "0.0.1"
},
"changesets": [
"big-spiders-guess",
"bright-pillows-argue",
"dry-trains-join",
"early-carrots-travel",
"early-radios-grow",
"fair-experts-wave",
"fast-geckos-wonder",
"friendly-insects-dream",
"good-planes-confess",
"grumpy-tigers-eat",
"heavy-schools-buy",
"honest-wolves-act",
"kind-beds-clap",
"kind-scissors-kick",
"modern-dryers-itch",
"polite-islands-fetch",
"sharp-stingrays-wave",
"shiny-planes-hope",
"tidy-dogs-grab",
"warm-numbers-doubt",
"yellow-spiders-smash"
]
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 @@
"serve-remote-assets:ios": "pnpm http-server -p 9999 build/output/ios/remote"
},
"dependencies": {
"@callstack/repack": "4.0.0-rc.1",
"@callstack/repack": "4.0.0-rc.2",
"@react-native-async-storage/async-storage": "^1.21.0",
"lodash.throttle": "^4.1.1",
"react": "18.2.0",
Expand Down
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.0.0-rc.2

## 4.0.0-rc.1

### Patch Changes
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.0.0-rc.1",
"version": "4.0.0-rc.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.0.0-rc.2

## 4.0.0-rc.1

### Minor Changes
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.0.0-rc.1",
"version": "4.0.0-rc.2",
"homepage": "https://github.com/callstack/repack",
"repository": "github:callstack/repack",
"keywords": [
Expand Down
19 changes: 19 additions & 0 deletions packages/repack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @callstack/repack

## 4.0.0-rc.2

### Minor Changes

- [#582](https://github.com/callstack/repack/pull/582) [`24585c0`](https://github.com/callstack/repack/commit/24585c07429533a0543eb61426771d196bdee0f1) Thanks [@jbroma](https://github.com/jbroma)! - use `localhost` as a defined default for the dev-server

### Patch Changes

- [#580](https://github.com/callstack/repack/pull/580) [`b6c68dc`](https://github.com/callstack/repack/commit/b6c68dc08a463880f2869610648336bc7e764a41) Thanks [@jbroma](https://github.com/jbroma)! - Fix: make `callstack-repack` pod compatible with use_frameworks!

- [#579](https://github.com/callstack/repack/pull/579) [`06a4da8`](https://github.com/callstack/repack/commit/06a4da81ba661105da6c03ef254f2baf7daeaa1b) Thanks [@jbroma](https://github.com/jbroma)! - Fix: include `NativeScriptManger.ts` for codegen

- [#574](https://github.com/callstack/repack/pull/574) [`bab94bf`](https://github.com/callstack/repack/commit/bab94bf0a4092c3e34a33dff6f160b4e6dbd45a5) Thanks [@jbroma](https://github.com/jbroma)! - Fix dev server crash caused by uninitialized progress senders

- [#572](https://github.com/callstack/repack/pull/572) [`b134936`](https://github.com/callstack/repack/commit/b1349360db91a4f52489880cc12dd895850b6339) Thanks [@jbroma](https://github.com/jbroma)! - Fix: always match .json extension last

- Updated dependencies []:
- @callstack/repack-dev-server@4.0.0-rc.2

## 4.0.0-rc.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/repack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/repack",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.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 Expand Up @@ -59,7 +59,7 @@
"webpack": "5.x"
},
"dependencies": {
"@callstack/repack-dev-server": "^4.0.0-rc.1",
"@callstack/repack-dev-server": "^4.0.0-rc.2",
"@discoveryjs/json-ext": "^0.5.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"colorette": "^1.2.2",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21969f7

Please sign in to comment.