Version Packages#253
Conversation
375f634 to
b40a778
Compare
|
@copilot resolve the merge conflicts in this pull request. It looks like someone manually bumped package versions, though in this repo they should be managed by changesets. |
b40a778 to
748cb31
Compare
The merge conflicts are resolved. The Changesets action had already rebased the release commits on top of the Expo SDK 56 upgrade commit, correctly bumping all packages to |
|
@copilot CI validation of this PR is failing with this message: But this is the changesets version packages PR, so it should probably skip that step. Can you investigate the root cause of this error and recommend a solution? Consider whether it's an issue with the targeting rules on github actions and whether we should update our CI scripts (for example not to do changeset validation on the changeset-release/main branch (which is always the version packages pr) |
... Root cause: Fix in commit if: github.head_ref != 'changeset-release/main' && github.ref != 'refs/heads/changeset-release/main'
All other branches continue to require a changeset as before. |
Releases: @infinitered/react-native-mlkit-core@6.0.0 @infinitered/react-native-mlkit-document-scanner@6.0.0 @infinitered/react-native-mlkit-face-detection@6.0.0 @infinitered/react-native-mlkit-image-labeling@6.0.0 @infinitered/react-native-mlkit-object-detection@6.0.0 @infinitered/react-native-mlkit-text-recognition@6.0.0
0d3c71f to
7accfbd
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@infinitered/react-native-mlkit-core@6.0.0
Major Changes
5ebcba6: Upgrade to Expo SDK 56 (React Native 0.85, React 19.2).
BREAKING CHANGE: The minimum iOS deployment target is raised from 15.1 to
16.4, and the modules now target the Expo SDK 56 native toolchain
(
expo-modules-core~56, AndroidcompileSdk36 / Kotlin 2.x). Consumingapps must be on Expo SDK 56 and build with Xcode 26.4 for iOS.
No public JavaScript/TypeScript API changes — this is a native toolchain and
peer-dependency bump.
Minor Changes
rejectPromiseWithMessageSwift helper into RNMLKit core so it can be shared across modules instead of being duplicated in each one.@infinitered/react-native-mlkit-document-scanner@6.0.0
Major Changes
5ebcba6: Upgrade to Expo SDK 56 (React Native 0.85, React 19.2).
BREAKING CHANGE: The minimum iOS deployment target is raised from 15.1 to
16.4, and the modules now target the Expo SDK 56 native toolchain
(
expo-modules-core~56, AndroidcompileSdk36 / Kotlin 2.x). Consumingapps must be on Expo SDK 56 and build with Xcode 26.4 for iOS.
No public JavaScript/TypeScript API changes — this is a native toolchain and
peer-dependency bump.
Patch Changes
@infinitered/react-native-mlkit-face-detection@6.0.0
Major Changes
5ebcba6: Upgrade to Expo SDK 56 (React Native 0.85, React 19.2).
BREAKING CHANGE: The minimum iOS deployment target is raised from 15.1 to
16.4, and the modules now target the Expo SDK 56 native toolchain
(
expo-modules-core~56, AndroidcompileSdk36 / Kotlin 2.x). Consumingapps must be on Expo SDK 56 and build with Xcode 26.4 for iOS.
No public JavaScript/TypeScript API changes — this is a native toolchain and
peer-dependency bump.
Patch Changes
rejectPromiseWithMessageSwift helper into RNMLKit core so it can be shared across modules instead of being duplicated in each one.@infinitered/react-native-mlkit-image-labeling@6.0.0
Major Changes
5ebcba6: Upgrade to Expo SDK 56 (React Native 0.85, React 19.2).
BREAKING CHANGE: The minimum iOS deployment target is raised from 15.1 to
16.4, and the modules now target the Expo SDK 56 native toolchain
(
expo-modules-core~56, AndroidcompileSdk36 / Kotlin 2.x). Consumingapps must be on Expo SDK 56 and build with Xcode 26.4 for iOS.
No public JavaScript/TypeScript API changes — this is a native toolchain and
peer-dependency bump.
Patch Changes
rejectPromiseWithMessageSwift helper into RNMLKit core so it can be shared across modules instead of being duplicated in each one.@infinitered/react-native-mlkit-object-detection@6.0.0
Major Changes
5ebcba6: Upgrade to Expo SDK 56 (React Native 0.85, React 19.2).
BREAKING CHANGE: The minimum iOS deployment target is raised from 15.1 to
16.4, and the modules now target the Expo SDK 56 native toolchain
(
expo-modules-core~56, AndroidcompileSdk36 / Kotlin 2.x). Consumingapps must be on Expo SDK 56 and build with Xcode 26.4 for iOS.
No public JavaScript/TypeScript API changes — this is a native toolchain and
peer-dependency bump.
Patch Changes
rejectPromiseWithMessageSwift helper into RNMLKit core so it can be shared across modules instead of being duplicated in each one.@infinitered/react-native-mlkit-text-recognition@6.0.0
Major Changes
5ebcba6: Upgrade to Expo SDK 56 (React Native 0.85, React 19.2).
BREAKING CHANGE: The minimum iOS deployment target is raised from 15.1 to
16.4, and the modules now target the Expo SDK 56 native toolchain
(
expo-modules-core~56, AndroidcompileSdk36 / Kotlin 2.x). Consumingapps must be on Expo SDK 56 and build with Xcode 26.4 for iOS.
No public JavaScript/TypeScript API changes — this is a native toolchain and
peer-dependency bump.
Patch Changes