Skip to content

Commit 1fe40d5

Browse files
committed
chore(repack): Release version 3.6.0
1 parent 8992399 commit 1fe40d5

File tree

10 files changed

+26
-32
lines changed

10 files changed

+26
-32
lines changed

.changeset/chatty-windows-type.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stale-panthers-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stale-pens-carry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/TesterApp/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# testerapp
22

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- [#460](https://github.com/callstack/repack/pull/460) [`8992399`](https://github.com/callstack/repack/commit/8992399278b2fb4f17d92a1c25c502dfb4dc7a45) Thanks [@jbroma](https://github.com/jbroma)! - Force light theme in TesterApp
8+
9+
* [#458](https://github.com/callstack/repack/pull/458) [`8e174dd`](https://github.com/callstack/repack/commit/8e174dd8b7e11c5318ba3b6fc10e8aff94483202) Thanks [@jbroma](https://github.com/jbroma)! - Upgraded TesterApp to react-native@0.72.6
10+
11+
* Updated dependencies [[`74de630`](https://github.com/callstack/repack/commit/74de630d4a27215580e6f835b6204757f2998a5a)]:
12+
- @callstack/repack@3.6.0
13+
314
## 0.1.5
415

516
### Patch Changes

packages/TesterApp/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- boost (1.76.0)
3-
- callstack-repack (3.5.1):
3+
- callstack-repack (3.6.0):
44
- JWTDecode (~> 3.0.0)
55
- React-Core
66
- SwiftyRSA (~> 1.7)
@@ -678,7 +678,7 @@ EXTERNAL SOURCES:
678678

679679
SPEC CHECKSUMS:
680680
boost: 57d2868c099736d80fcd648bf211b4431e51a558
681-
callstack-repack: f8a2b10fcecdcc033d70b72af1e2c3cf50a023bd
681+
callstack-repack: 5ae2a87e5cf204ef1ac6d111c71bb948fc1f5b4e
682682
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
683683
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
684684
FBLazyVector: 748c0ef74f2bf4b36cfcccf37916806940a64c32

packages/TesterApp/ios/TesterApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -582,11 +582,7 @@
582582
"-DFOLLY_MOBILE=1",
583583
"-DFOLLY_USE_LIBCPP=1",
584584
);
585-
OTHER_LDFLAGS = (
586-
"$(inherited)",
587-
"-Wl",
588-
"-ld_classic",
589-
);
585+
OTHER_LDFLAGS = "$(inherited)";
590586
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
591587
SDKROOT = iphoneos;
592588
};
@@ -656,11 +652,7 @@
656652
"-DFOLLY_MOBILE=1",
657653
"-DFOLLY_USE_LIBCPP=1",
658654
);
659-
OTHER_LDFLAGS = (
660-
"$(inherited)",
661-
"-Wl",
662-
"-ld_classic",
663-
);
655+
OTHER_LDFLAGS = "$(inherited)";
664656
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
665657
SDKROOT = iphoneos;
666658
VALIDATE_PRODUCT = YES;

packages/TesterApp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testerapp",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
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.5.1",
20+
"@callstack/repack": "3.6.0",
2121
"@react-native-async-storage/async-storage": "^1.17.11",
2222
"lodash.throttle": "^4.1.1",
2323
"react": "18.2.0",

packages/repack/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @callstack/repack
22

3+
## 3.6.0
4+
5+
### Minor Changes
6+
7+
- [#457](https://github.com/callstack/repack/pull/457) [`74de630`](https://github.com/callstack/repack/commit/74de630d4a27215580e6f835b6204757f2998a5a) Thanks [@jbroma](https://github.com/jbroma)! - Support lazy-compilation for dynamic imports
8+
39
## 3.5.1
410

511
### Patch Changes

packages/repack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/repack",
3-
"version": "3.5.1",
3+
"version": "3.6.0",
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",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5078,7 +5078,7 @@ __metadata:
50785078
languageName: unknown
50795079
linkType: soft
50805080

5081-
"@callstack/repack@3.5.1, @callstack/repack@workspace:packages/repack":
5081+
"@callstack/repack@3.6.0, @callstack/repack@workspace:packages/repack":
50825082
version: 0.0.0-use.local
50835083
resolution: "@callstack/repack@workspace:packages/repack"
50845084
dependencies:
@@ -31366,7 +31366,7 @@ __metadata:
3136631366
"@babel/preset-env": ^7.20.0
3136731367
"@babel/runtime": ^7.20.0
3136831368
"@callstack/eslint-config": ^12.0.2
31369-
"@callstack/repack": 3.5.1
31369+
"@callstack/repack": 3.6.0
3137031370
"@react-native-async-storage/async-storage": ^1.17.11
3137131371
"@svgr/webpack": ^6.2.1
3137231372
"@tsconfig/react-native": ^3.0.0

0 commit comments

Comments
 (0)