Skip to content

Commit

Permalink
0.22.1 Release (#358)
Browse files Browse the repository at this point in the history
### Changed

 - Switched repositories from jcenter to mavenCentral.

### Fixed

 - Fixed Android compilation, moving log to `RNLog.w`.
  • Loading branch information
bnickel authored Dec 2, 2022
1 parent 4a30dca commit 2125a9f
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 68 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,30 @@ __BEGIN_UNRELEASED__
## [Unreleased]
### Added
### Changed
- Switched repositories from jcenter to mavenCentral.
### Deprecated
### Removed
### Fixed
- Fixed Android compilation, moving log to `RNLog.w`.
### Security
__END_UNRELEASED__

## [0.22.1] - 2022-12-02

### Changed

- Switched repositories from jcenter to mavenCentral.

### Fixed

- Fixed Android compilation, moving log to `RNLog.w`.

## [0.22.0] - 2022-09-23

### Added

- Added tests for sending bad data to the native bridge

### Changed

- Changed track bridge to warn instead of throw an exception when bad data is sent.
- Upgraded iOS sdk from 8.2 to 9.0

Expand Down
4 changes: 2 additions & 2 deletions integration-tests/drivers/TestDriver063/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ PODS:
- React-cxxreact (= 0.63.5)
- React-jsi (= 0.63.5)
- React-jsinspector (0.63.5)
- react-native-heap (0.22.0):
- react-native-heap (0.22.1):
- Heap (~> 9.0)
- React
- react-native-safe-area-context (3.3.2):
Expand Down Expand Up @@ -381,7 +381,7 @@ SPEC CHECKSUMS:
React-jsi: 7d908b17758178b076a05a254523f1a4227b53d2
React-jsiexecutor: e06a32e42affb2bd89e4c8369349b5fcf787710c
React-jsinspector: fdbc08866b34ae8e1b788ea1cbd9f9d1ca2aa3d6
react-native-heap: 2af328fe1e569260b50902c269d437551911a87f
react-native-heap: 23fd449e352f3890c20dc3e501cd49abe382af93
react-native-safe-area-context: 5cf05f49df9d17261e40e518481f2e334c6cd4b5
React-RCTActionSheet: e911b99f0d6fa7711ffc2f62d236b12a32771835
React-RCTAnimation: ad8b853170a059faf31d6add34f67d22391bbe01
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/drivers/TestDriver063/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration-tests/drivers/TestDriver063/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint ."
},
"dependencies": {
"@heap/react-native-heap": "file:../../heap-react-native-heap-0.22.0.tgz",
"@heap/react-native-heap": "file:../../heap-react-native-heap-0.22.1.tgz",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^5.7.3",
"@react-navigation/native": "^5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/drivers/TestDriver066/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ PODS:
- React-jsinspector (0.66.5)
- React-logger (0.66.5):
- glog
- react-native-heap (0.22.0):
- react-native-heap (0.22.1):
- Heap (~> 9.0)
- React
- react-native-safe-area-context (3.3.2):
Expand Down Expand Up @@ -535,7 +535,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 50a73168582868421112609d2fb155e607e34ec8
React-jsinspector: 953260b8580780a6e81f2a6d319a8d42fd5028d8
React-logger: fa4ff1e9c7e115648f7c5dafb7c20822ab4f7a7e
react-native-heap: 2af328fe1e569260b50902c269d437551911a87f
react-native-heap: 23fd449e352f3890c20dc3e501cd49abe382af93
react-native-safe-area-context: 5cf05f49df9d17261e40e518481f2e334c6cd4b5
React-perflogger: 169fb34f60c5fd793b370002ee9c916eba9bc4ae
React-RCTActionSheet: 2355539e02ad5cd4b1328682ab046487e1e1e920
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/drivers/TestDriver066/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration-tests/drivers/TestDriver066/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint ."
},
"dependencies": {
"@heap/react-native-heap": "file:../../heap-react-native-heap-0.22.0.tgz",
"@heap/react-native-heap": "file:../../heap-react-native-heap-0.22.1.tgz",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^5.7.3",
"@react-navigation/native": "^5.7.2",
Expand Down
Loading

0 comments on commit 2125a9f

Please sign in to comment.