Skip to content

Commit

Permalink
chore: release version 3.7.0 of repack
Browse files Browse the repository at this point in the history
  • Loading branch information
RafikiTiki committed Dec 18, 2023
1 parent 84639fb commit 1d9a1bb
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-dodos-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-elephants-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-hairs-thank.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/TesterApp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# testerapp

## 0.1.7

### Patch Changes

- [#476](https://github.com/callstack/repack/pull/476) [`c60d88a`](https://github.com/callstack/repack/commit/c60d88ac95105b39222eb3062cc40c0afde73496) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - Upgraded TesterApp to [email protected]

* [#479](https://github.com/callstack/repack/pull/479) [`b1ad518`](https://github.com/callstack/repack/commit/b1ad518a7ff76e5ffe95a9af02469cc74b99584e) Thanks [@ambar](https://github.com/ambar)! - Added the ability to fully leverage the webpack built-in caching mechanism to optimise cold build times.

* Updated dependencies [[`e1476e6`](https://github.com/callstack/repack/commit/e1476e644c1da9cee5bc933b32219027248bd5af), [`b1ad518`](https://github.com/callstack/repack/commit/b1ad518a7ff76e5ffe95a9af02469cc74b99584e)]:
- @callstack/repack@3.7.0

## 0.1.6

### Patch Changes
Expand Down
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.83.0)
- callstack-repack (3.6.0):
- callstack-repack (3.7.0):
- JWTDecode (~> 3.0.0)
- React-Core
- SwiftyRSA (~> 1.7)
Expand Down Expand Up @@ -1239,7 +1239,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 26fad476bfa736552bbfa698a06cc530475c1505
callstack-repack: 5ae2a87e5cf204ef1ac6d111c71bb948fc1f5b4e
callstack-repack: bbcb691e5e6a19845295770a1178bdf54b1be018
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
FBLazyVector: 39ba45baf4e398618f8b3a4bb6ba8fcdb7fc2133
FBReactNativeSpec: 20cfca68498e27879514790359289d1df2b52c56
Expand Down
4 changes: 2 additions & 2 deletions packages/TesterApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testerapp",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"installConfig": {
"hoistingLimits": "workspaces"
Expand All @@ -17,7 +17,7 @@
"serve-remote-assets:ios": "yarn http-server -p 9999 build/output/ios/remote"
},
"dependencies": {
"@callstack/repack": "3.6.0",
"@callstack/repack": "3.7.0",
"@react-native-async-storage/async-storage": "^1.21.0",
"lodash.throttle": "^4.1.1",
"react": "18.2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/repack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @callstack/repack

## 3.7.0

### Minor Changes

- [#477](https://github.com/callstack/repack/pull/477) [`e1476e6`](https://github.com/callstack/repack/commit/e1476e644c1da9cee5bc933b32219027248bd5af) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - fix: get commands options and description from new package (support RN>=0.73)

### Patch Changes

- [#479](https://github.com/callstack/repack/pull/479) [`b1ad518`](https://github.com/callstack/repack/commit/b1ad518a7ff76e5ffe95a9af02469cc74b99584e) Thanks [@ambar](https://github.com/ambar)! - Added the ability to fully leverage the webpack built-in caching mechanism to optimise cold build times.

- Updated dependencies [[`cc997a2`](https://github.com/callstack/repack/commit/cc997a2f84b4835f8fe597487b0cde6f41b4b7f0)]:
- @callstack/repack-dev-server@1.1.0

## 3.6.0

### Minor 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": "3.6.0",
"version": "3.7.0",
"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 @@ -58,7 +58,7 @@
"webpack": "5.x"
},
"dependencies": {
"@callstack/repack-dev-server": "^1.0.2",
"@callstack/repack-dev-server": "^1.1.0",
"@discoveryjs/json-ext": "^0.5.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"colorette": "^1.2.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5128,7 +5128,7 @@ __metadata:
languageName: unknown
linkType: soft

"@callstack/repack-dev-server@^1.0.2, @callstack/repack-dev-server@workspace:packages/dev-server":
"@callstack/repack-dev-server@^1.1.0, @callstack/repack-dev-server@workspace:packages/dev-server":
version: 0.0.0-use.local
resolution: "@callstack/repack-dev-server@workspace:packages/dev-server"
dependencies:
Expand Down Expand Up @@ -5186,7 +5186,7 @@ __metadata:
languageName: unknown
linkType: soft

"@callstack/repack@3.6.0, @callstack/repack@workspace:packages/repack":
"@callstack/repack@3.7.0, @callstack/repack@workspace:packages/repack":
version: 0.0.0-use.local
resolution: "@callstack/repack@workspace:packages/repack"
dependencies:
Expand All @@ -5196,7 +5196,7 @@ __metadata:
"@babel/preset-env": ^7.18.2
"@babel/preset-typescript": ^7.17.12
"@callstack/eslint-config": ^11.0.0
"@callstack/repack-dev-server": ^1.0.2
"@callstack/repack-dev-server": ^1.1.0
"@discoveryjs/json-ext": ^0.5.7
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.7
"@react-native-community/cli": 5.0.1-alpha.1
Expand Down Expand Up @@ -32344,7 +32344,7 @@ __metadata:
"@babel/preset-env": ^7.20.0
"@babel/runtime": ^7.20.0
"@callstack/eslint-config": ^12.0.2
"@callstack/repack": 3.6.0
"@callstack/repack": 3.7.0
"@react-native-async-storage/async-storage": ^1.21.0
"@react-native/babel-preset": ^0.73.18
"@react-native/eslint-config": ^0.73.1
Expand Down

0 comments on commit 1d9a1bb

Please sign in to comment.