Skip to content

Commit

Permalink
chore(repack): Release version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RafikiTiki committed Aug 3, 2023
1 parent d4d7dc7 commit c62af84
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-gorillas-fix.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/loud-seas-drum.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- Updated dependencies [[`d4d7dc7`](https://github.com/callstack/repack/commit/d4d7dc7eaedfd3c6bdc31db7bb5f08495bbb81b0), [`3bcce76`](https://github.com/callstack/repack/commit/3bcce76b61b2206efbbc76870a578c62a2e6a0a5)]:
- @callstack/repack@3.4.0

## 0.1.2

### 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.76.0)
- callstack-repack (3.3.1):
- callstack-repack (3.4.0):
- JWTDecode (~> 3.0.0)
- React-Core
- SwiftyRSA (~> 1.7)
Expand Down Expand Up @@ -592,7 +592,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
callstack-repack: 1f202466ab28f3fe1784ba508b53e77679cf3d2b
callstack-repack: 7ebeb152e5a2388d8c840e35e0058d933a73e1b4
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: f637f31eacba90d4fdeff3fa41608b8f361c173b
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.2",
"version": "0.1.3",
"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.3.1",
"@callstack/repack": "3.4.0",
"@react-native-async-storage/async-storage": "^1.17.11",
"lodash.throttle": "^4.1.1",
"react": "18.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/repack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @callstack/repack

## 3.4.0

### Minor Changes

- [#409](https://github.com/callstack/repack/pull/409) [`d4d7dc7`](https://github.com/callstack/repack/commit/d4d7dc7eaedfd3c6bdc31db7bb5f08495bbb81b0) Thanks [@jbroma](https://github.com/jbroma)! - Added enabled flag to CodeSigningPlugin, this is useful when you want to disable the plugin in development environment and only keep it in production. For now this flag defaults to true to prevent a breaking change.

* [#408](https://github.com/callstack/repack/pull/408) [`3bcce76`](https://github.com/callstack/repack/commit/3bcce76b61b2206efbbc76870a578c62a2e6a0a5) Thanks [@eps1lon](https://github.com/eps1lon)! - Allow storing compilation stats.

You can now run `webpack-bundle` with `--json <file> --stats <preset>` (like with `webpack-cli`) to store compilation stats in the specified file.
Compilation stats can be used to analyze the bundle (e.g. with [`webpack-bundle-analyzer`](https://github.com/webpack-contrib/webpack-bundle-analyzer) or https://statoscope.tech/).

## 3.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": "3.3.1",
"version": "3.4.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
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4899,7 +4899,7 @@ __metadata:
languageName: unknown
linkType: soft

"@callstack/repack@3.3.1, @callstack/repack@workspace:packages/repack":
"@callstack/repack@3.4.0, @callstack/repack@workspace:packages/repack":
version: 0.0.0-use.local
resolution: "@callstack/repack@workspace:packages/repack"
dependencies:
Expand Down Expand Up @@ -31040,7 +31040,7 @@ __metadata:
"@babel/preset-env": ^7.20.0
"@babel/runtime": ^7.20.0
"@callstack/eslint-config": ^12.0.2
"@callstack/repack": 3.3.1
"@callstack/repack": 3.4.0
"@react-native-async-storage/async-storage": ^1.17.11
"@svgr/webpack": ^6.2.1
"@tsconfig/react-native": ^2.0.2
Expand Down

0 comments on commit c62af84

Please sign in to comment.