Skip to content

Commit

Permalink
chore(repack): Release version 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RafikiTiki committed Oct 11, 2023
1 parent 88dc11f commit b68b614
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-coins-ring.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.5

### Patch Changes

- Updated dependencies [[`88dc11f`](https://github.com/callstack/repack/commit/88dc11f575b0052aa37d692630cc3f1a6d9f0b3e)]:
- @callstack/repack@3.5.1

## 0.1.4

### 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.0):
- callstack-repack (3.5.1):
- 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: 8fa583ce10bd2fe9d8d7553227cb2fcda803a4ea
callstack-repack: f8a2b10fcecdcc033d70b72af1e2c3cf50a023bd
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.4",
"version": "0.1.5",
"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.0",
"@callstack/repack": "3.5.1",
"@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.5.1

### Patch Changes

- [#444](https://github.com/callstack/repack/pull/444) [`88dc11f`](https://github.com/callstack/repack/commit/88dc11f575b0052aa37d692630cc3f1a6d9f0b3e) Thanks [@jbroma](https://github.com/jbroma)! - Fix ValidationError in ModuleFederationPlugin caused by reactNativeDeepImports prop

## 3.5.0

### Minor 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.0",
"version": "3.5.1",
"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.5.0, @callstack/repack@workspace:packages/repack":
"@callstack/repack@3.5.1, @callstack/repack@workspace:packages/repack":
version: 0.0.0-use.local
resolution: "@callstack/repack@workspace:packages/repack"
dependencies:
Expand Down Expand Up @@ -31047,7 +31047,7 @@ __metadata:
"@babel/preset-env": ^7.20.0
"@babel/runtime": ^7.20.0
"@callstack/eslint-config": ^12.0.2
"@callstack/repack": 3.5.0
"@callstack/repack": 3.5.1
"@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 b68b614

Please sign in to comment.