Skip to content

Commit

Permalink
chore(repack): Release version 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RafikiTiki committed Nov 6, 2023
1 parent 8992399 commit 1fe40d5
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-windows-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-panthers-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-pens-carry.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.6

### Patch Changes

- [#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

* [#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

* Updated dependencies [[`74de630`](https://github.com/callstack/repack/commit/74de630d4a27215580e6f835b6204757f2998a5a)]:
- @callstack/repack@3.6.0

## 0.1.5

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

SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
callstack-repack: f8a2b10fcecdcc033d70b72af1e2c3cf50a023bd
callstack-repack: 5ae2a87e5cf204ef1ac6d111c71bb948fc1f5b4e
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 748c0ef74f2bf4b36cfcccf37916806940a64c32
Expand Down
12 changes: 2 additions & 10 deletions packages/TesterApp/ios/TesterApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -582,11 +582,7 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
};
Expand Down Expand Up @@ -656,11 +652,7 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
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.5",
"version": "0.1.6",
"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.5.1",
"@callstack/repack": "3.6.0",
"@react-native-async-storage/async-storage": "^1.17.11",
"lodash.throttle": "^4.1.1",
"react": "18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/repack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @callstack/repack

## 3.6.0

### Minor Changes

- [#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

## 3.5.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.5.1",
"version": "3.6.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 @@ -5078,7 +5078,7 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit 1fe40d5

Please sign in to comment.