Skip to content

Commit

Permalink
chore: bump library version to v0.1.2, bump example llama app to late…
Browse files Browse the repository at this point in the history
…st minor version (#35)

## Description
<!-- Provide a concise and descriptive summary of the changes
implemented in this PR. -->

### Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update (improves or adds clarity to existing
documentation)

### Tested on
- [x] iOS
- [x] Android

### Testing instructions
<!-- Provide step-by-step instructions on how to test your changes.
Include setup details if necessary. -->

### Screenshots
<!-- Add screenshots here, if applicable -->

### Related issues
<!-- Link related issues here using #issue-number -->

### Checklist
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [ ] My changes generate no new warnings

### Additional notes
<!-- Include any additional information, assumptions, or context that
reviewers might need to understand this PR. -->
  • Loading branch information
chmjkb authored Nov 25, 2024
1 parent 54c1a10 commit 7961a72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/llama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"metro-config": "^0.80.12",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-executorch": "0.1.1",
"react-native-executorch": "^0.1.2",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-markdown-display": "^7.0.2",
"react-native-reanimated": "~3.10.1",
Expand Down
10 changes: 5 additions & 5 deletions examples/llama/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6176,7 +6176,7 @@ __metadata:
metro-config: ^0.80.12
react: 18.2.0
react-native: 0.74.5
react-native-executorch: 0.1.1
react-native-executorch: ^0.1.2
react-native-loading-spinner-overlay: ^3.0.1
react-native-markdown-display: ^7.0.2
react-native-reanimated: ~3.10.1
Expand Down Expand Up @@ -7813,13 +7813,13 @@ __metadata:
languageName: node
linkType: hard

"react-native-executorch@npm:0.1.1":
version: 0.1.1
resolution: "react-native-executorch@npm:0.1.1"
"react-native-executorch@npm:^0.1.2":
version: 0.1.2
resolution: "react-native-executorch@npm:0.1.2"
peerDependencies:
react: "*"
react-native: "*"
checksum: e9fdf3487d6048df22d794ef65c89e509f0cd4af91a500099a9fec638e8a92376b6df6dd1472219d2aa16bebd63b8c4e7bff28833cc4d1e7222cd5cc08dc55f8
checksum: 032166a898f87c37d79a5fa766c0282edbed8b725f06e02ef50d2c054593f8447a3027547e3ee75543f0b9923776e7e4a93ab9732adf4cdec0e24ee910f504a6
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-executorch",
"version": "0.1.1",
"version": "0.1.2",
"description": "An easy way to run AI models in react native with ExecuTorch",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
Expand Down

0 comments on commit 7961a72

Please sign in to comment.