Skip to content

Commit 43f467a

Browse files
committed
chore(repack): Release version 3.3.1
1 parent c4b8e76 commit 43f467a

File tree

7 files changed

+20
-12
lines changed

7 files changed

+20
-12
lines changed

Diff for: .changeset/loud-lemons-grin.md

-5
This file was deleted.

Diff for: packages/TesterApp/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# testerapp
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6171507`](https://github.com/callstack/repack/commit/6171507db6a1ebc067ab4be6ad3aa5b5cd1eb16b)]:
8+
- @callstack/repack@3.3.1
9+
310
## 0.1.1
411

512
### Patch Changes

Diff for: packages/TesterApp/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- boost (1.76.0)
3-
- callstack-repack (3.3.0):
3+
- callstack-repack (3.3.1):
44
- JWTDecode (~> 3.0.0)
55
- React-Core
66
- SwiftyRSA (~> 1.7)
@@ -592,7 +592,7 @@ EXTERNAL SOURCES:
592592

593593
SPEC CHECKSUMS:
594594
boost: 57d2868c099736d80fcd648bf211b4431e51a558
595-
callstack-repack: 2533d4d3b7080520ece6e6e4d464e34a2aee1e23
595+
callstack-repack: 1f202466ab28f3fe1784ba508b53e77679cf3d2b
596596
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
597597
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
598598
FBLazyVector: f637f31eacba90d4fdeff3fa41608b8f361c173b

Diff for: packages/TesterApp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testerapp",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"installConfig": {
66
"hoistingLimits": "workspaces"
@@ -17,7 +17,7 @@
1717
"serve-remote-assets:ios": "yarn http-server -p 9999 build/output/ios/remote"
1818
},
1919
"dependencies": {
20-
"@callstack/repack": "3.3.0",
20+
"@callstack/repack": "3.3.1",
2121
"@react-native-async-storage/async-storage": "^1.17.11",
2222
"lodash.throttle": "^4.1.1",
2323
"react": "18.2.0",

Diff for: packages/repack/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @callstack/repack
22

3+
## 3.3.1
4+
5+
### Patch Changes
6+
7+
- [#401](https://github.com/callstack/repack/pull/401) [`6171507`](https://github.com/callstack/repack/commit/6171507db6a1ebc067ab4be6ad3aa5b5cd1eb16b) Thanks [@jbroma](https://github.com/jbroma)! - Update nimbus-jose-jwt android dependency to address security vulnerabilites
8+
39
## 3.3.0
410

511
### Minor Changes

Diff for: packages/repack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/repack",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

Diff for: yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4898,7 +4898,7 @@ __metadata:
48984898
languageName: unknown
48994899
linkType: soft
49004900

4901-
"@callstack/[email protected].0, @callstack/repack@workspace:packages/repack":
4901+
"@callstack/[email protected].1, @callstack/repack@workspace:packages/repack":
49024902
version: 0.0.0-use.local
49034903
resolution: "@callstack/repack@workspace:packages/repack"
49044904
dependencies:
@@ -31001,7 +31001,7 @@ __metadata:
3100131001
"@babel/preset-env": ^7.20.0
3100231002
"@babel/runtime": ^7.20.0
3100331003
"@callstack/eslint-config": ^12.0.2
31004-
"@callstack/repack": 3.3.0
31004+
"@callstack/repack": 3.3.1
3100531005
"@react-native-async-storage/async-storage": ^1.17.11
3100631006
"@svgr/webpack": ^6.2.1
3100731007
"@tsconfig/react-native": ^2.0.2

0 commit comments

Comments
 (0)