Skip to content

Commit

Permalink
[HEAP-45444] Release 0.22.3 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnickel authored Jun 29, 2023
1 parent 07bab5f commit fa88fde
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 24 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.22.3] - 2023-06-29

### Fixed

- Removed unnecessary expo dependency that had a critical vulnerability.


## [0.22.2] - 2023-04-04

### Fixed
Expand Down Expand Up @@ -275,7 +276,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Ability to use Heap's identity APIs from React Native code.
- Instructions for install and use.

[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/0.22.2...HEAD
[unreleased]: https://github.com/heap/react-native-heap/compare/0.22.3...HEAD
[0.22.3]: https://github.com/heap/react-native-heap/compare/0.22.2...0.22.3
[0.22.2]: https://github.com/heap/react-native-heap/compare/0.22.1...0.22.2
[0.22.1]: https://github.com/heap/react-native-heap/compare/0.22.0...0.22.1
[0.22.0]: https://github.com/heap/react-native-heap/compare/0.21.0...0.22.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.2):
- react-native-heap (0.22.3):
- 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: 3928b7b5d7d192007b91c663cc8fd93dbd4e1092
react-native-heap: da918ba329898d671d6c536d34772017e35b5afe
react-native-safe-area-context: 584dc04881deb49474363f3be89e4ca0e854c057
React-RCTActionSheet: e911b99f0d6fa7711ffc2f62d236b12a32771835
React-RCTAnimation: ad8b853170a059faf31d6add34f67d22391bbe01
Expand Down
12 changes: 6 additions & 6 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 @@ -11,7 +11,7 @@
"postinstall": "patch-package"
},
"dependencies": {
"@heap/react-native-heap": "file:../../heap-react-native-heap-0.22.2.tgz",
"@heap/react-native-heap": "file:../../heap-react-native-heap-0.22.3.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.2):
- react-native-heap (0.22.3):
- 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: 7a26a77797dd249149b495240f9ee0a1dfa59791
react-native-heap: 09f2b37f1ef8dd0a5b9cad25b9f9fb323d994a7f
react-native-safe-area-context: 584dc04881deb49474363f3be89e4ca0e854c057
React-perflogger: 169fb34f60c5fd793b370002ee9c916eba9bc4ae
React-RCTActionSheet: 2355539e02ad5cd4b1328682ab046487e1e1e920
Expand Down
12 changes: 6 additions & 6 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 @@ -11,7 +11,7 @@
"postinstall": "patch-package"
},
"dependencies": {
"@heap/react-native-heap": "file:../../heap-react-native-heap-0.22.2.tgz",
"@heap/react-native-heap": "file:../../heap-react-native-heap-0.22.3.tgz",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^5.7.3",
"@react-navigation/native": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion js/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "0.22.2";
export const version = "0.22.3";
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heap/react-native-heap",
"version": "0.22.2",
"version": "0.22.3",
"description": "React Native event tracking with Heap.",
"license": "MIT",
"author": "Heap <http://www.heapanalytics.com>",
Expand Down

0 comments on commit fa88fde

Please sign in to comment.