Skip to content

Commit

Permalink
Merge pull request #426 from heap/develop
Browse files Browse the repository at this point in the history
Cut 0.22.7 release
  • Loading branch information
bnickel authored Apr 11, 2024
2 parents 761b57e + 861d47f commit 99f22d2
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 370 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.22.8] - 2024-04-11

### Fixed

- Fixed compile issues with 0.22.7.

## [0.22.7] - 2024-04-10

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions instrumentor/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// :TODO: (jmtaber129): Add file-level comment explaining what this plugin does and how it works.

const t = require('babel-types');
const template = require('babel-template');
const t = require('@babel/types');
const template = require('@babel/template').default;

// Used to record whether certain methods/components have been instrumented.
// :TODO: (jmtaber129): Determine whether we actually need this once we figure out the unexpected
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.7):
- react-native-heap (0.22.8):
- Heap (~> 9.0)
- React-Core
- React-CoreModules
Expand Down Expand Up @@ -382,7 +382,7 @@ SPEC CHECKSUMS:
React-jsi: 7d908b17758178b076a05a254523f1a4227b53d2
React-jsiexecutor: e06a32e42affb2bd89e4c8369349b5fcf787710c
React-jsinspector: fdbc08866b34ae8e1b788ea1cbd9f9d1ca2aa3d6
react-native-heap: 66d791c18731ea85ed363fae9b05d66c14d98d32
react-native-heap: e662b86f523da34339fcc6102d96263bb1577cbc
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.7.tgz",
"@heap/react-native-heap": "file:../../heap-react-native-heap-0.22.8.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 @@ -210,7 +210,7 @@ PODS:
- React-jsinspector (0.66.5)
- React-logger (0.66.5):
- glog
- react-native-heap (0.22.7):
- react-native-heap (0.22.8):
- Heap (~> 9.0)
- React-Core
- React-CoreModules
Expand Down Expand Up @@ -427,7 +427,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 50a73168582868421112609d2fb155e607e34ec8
React-jsinspector: 953260b8580780a6e81f2a6d319a8d42fd5028d8
React-logger: fa4ff1e9c7e115648f7c5dafb7c20822ab4f7a7e
react-native-heap: 66d791c18731ea85ed363fae9b05d66c14d98d32
react-native-heap: e662b86f523da34339fcc6102d96263bb1577cbc
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.7.tgz",
"@heap/react-native-heap": "file:../../heap-react-native-heap-0.22.8.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.7";
export const version = "0.22.8";
Loading

0 comments on commit 99f22d2

Please sign in to comment.