Skip to content

Commit 3b07ad6

Browse files
Version Packages (#184)
* RELEASING: Releasing 8 package(s) Releases: @infinitered/[email protected] @infinitered/[email protected] @infinitered/[email protected] @infinitered/[email protected] @infinitered/[email protected] [email protected] @infinitered/[email protected] @infinitered/[email protected] * Version Packages --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4596e9c commit 3b07ad6

File tree

21 files changed

+727
-260
lines changed

21 files changed

+727
-260
lines changed

.changeset/afraid-knives-pull.md

-8
This file was deleted.

.changeset/early-jars-give.md

-200
This file was deleted.

.changeset/fifty-walls-fry.md

-12
This file was deleted.

.changeset/wet-cups-burn.md

-5
This file was deleted.

apps/ExampleApp/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# example-app
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- b668ab0: Upgrade to expo 52
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b668ab0]
12+
- Updated dependencies [83b7e6e]
13+
- Updated dependencies [b668ab0]
14+
- @infinitered/react-native-mlkit-object-detection@3.0.0
15+
- @infinitered/react-native-mlkit-face-detection@3.0.0
16+
- @infinitered/react-native-mlkit-image-labeling@3.0.0
17+
- @infinitered/react-native-mlkit-document-scanner@3.0.0
18+
319
## 3.0.0
420

521
### Major Changes

apps/ExampleApp/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-app",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"private": true,
55
"main": "./index.js",
66
"scripts": {
@@ -32,10 +32,10 @@
3232
"dependencies": {
3333
"@expo-google-fonts/space-grotesk": "^0.2.2",
3434
"@expo/metro-runtime": "~4.0.1",
35-
"@infinitered/react-native-mlkit-document-scanner": "workspace:^2.0.1",
36-
"@infinitered/react-native-mlkit-face-detection": "workspace:^2.0.1",
37-
"@infinitered/react-native-mlkit-image-labeling": "workspace:^2.0.1",
38-
"@infinitered/react-native-mlkit-object-detection": "workspace:^2.0.1",
35+
"@infinitered/react-native-mlkit-document-scanner": "workspace:^3.0.0",
36+
"@infinitered/react-native-mlkit-face-detection": "workspace:^3.0.0",
37+
"@infinitered/react-native-mlkit-image-labeling": "workspace:^3.0.0",
38+
"@infinitered/react-native-mlkit-object-detection": "workspace:^3.0.0",
3939
"@react-native-async-storage/async-storage": "^2.0.0",
4040
"@react-navigation/native": "^6.0.8",
4141
"@react-navigation/native-stack": "^6.0.2",
@@ -76,7 +76,7 @@
7676
"@babel/plugin-transform-template-literals": "^7.0.0",
7777
"@babel/preset-env": "^7.20.0",
7878
"@babel/runtime": "^7.20.0",
79-
"@infinitered/tsconfig": "0.3.0",
79+
"@infinitered/tsconfig": "0.4.0",
8080
"@react-native-community/cli": "^15.0.0",
8181
"@react-native-community/cli-platform-android": "^15.0.0",
8282
"@react-native-community/cli-platform-ios": "^15.0.0",

0 commit comments

Comments
 (0)