Skip to content

Version Packages #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/afraid-knives-pull.md

This file was deleted.

200 changes: 0 additions & 200 deletions .changeset/early-jars-give.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/fifty-walls-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-cups-burn.md

This file was deleted.

16 changes: 16 additions & 0 deletions apps/ExampleApp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# example-app

## 4.0.0

### Major Changes

- b668ab0: Upgrade to expo 52

### Patch Changes

- Updated dependencies [b668ab0]
- Updated dependencies [83b7e6e]
- Updated dependencies [b668ab0]
- @infinitered/[email protected]
- @infinitered/[email protected]
- @infinitered/[email protected]
- @infinitered/[email protected]

## 3.0.0

### Major Changes
Expand Down
12 changes: 6 additions & 6 deletions apps/ExampleApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"main": "./index.js",
"scripts": {
Expand Down Expand Up @@ -32,10 +32,10 @@
"dependencies": {
"@expo-google-fonts/space-grotesk": "^0.2.2",
"@expo/metro-runtime": "~4.0.1",
"@infinitered/react-native-mlkit-document-scanner": "workspace:^2.0.1",
"@infinitered/react-native-mlkit-face-detection": "workspace:^2.0.1",
"@infinitered/react-native-mlkit-image-labeling": "workspace:^2.0.1",
"@infinitered/react-native-mlkit-object-detection": "workspace:^2.0.1",
"@infinitered/react-native-mlkit-document-scanner": "workspace:^3.0.0",
"@infinitered/react-native-mlkit-face-detection": "workspace:^3.0.0",
"@infinitered/react-native-mlkit-image-labeling": "workspace:^3.0.0",
"@infinitered/react-native-mlkit-object-detection": "workspace:^3.0.0",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.0.2",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@babel/plugin-transform-template-literals": "^7.0.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@infinitered/tsconfig": "0.3.0",
"@infinitered/tsconfig": "0.4.0",
"@react-native-community/cli": "^15.0.0",
"@react-native-community/cli-platform-android": "^15.0.0",
"@react-native-community/cli-platform-ios": "^15.0.0",
Expand Down
Loading