Skip to content
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

chore(release): publish #234

Closed
wants to merge 40 commits into from
Closed

chore(release): publish #234

wants to merge 40 commits into from

Conversation

github-actions[bot]
Copy link
Contributor

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 next, this PR will be updated.

Releases

@capacitor-mlkit/[email protected]

Changelog

7.0.0-next.3

Major Changes

  • e392fb7 (#221): feat: add option for image resolution

Patch Changes

  • dd12ea8 (#224): fix(ios): resize the barcode scanner view when the device orientation changes

7.0.0-next.2

Minor Changes

  • c0c29b9 (#206): feat: support all barcode types

  • 6a73faf (#210): feat: add compatibility for the Torch plugin

7.0.0-next.1

Major Changes

  • 257ef27 (#202): fix(ios): update GoogleMLKit pods to version 7.0.0

7.0.0-next.0

Patch Changes

  • 2901e1b (#179): fix(ios): update GoogleMLKit pods to version 6.0.0

6.2.0

Minor Changes

Patch Changes

  • a0198b6 (#188): fix(ios): add delay before starting camera session

6.1.0

Minor Changes

  • 79011e7 (#150): feat(ios): update GoogleMLKit dependencies to 5.0.0

6.0.0

Major Changes

Patch Changes

  • cb63726 (#138): fix(android): enable the databinding library

  • a86df95 (#145): fix(android): invalid progress values

5.4.0

Minor Changes

Patch Changes

  • c297f7e: fix(ios): readBarcodesFromImage(...) does not resolve

  • 4ca54ae (#128): fix(ios): incorrect coordinate calculation in landscape mode

  • 454bad4 (#127): fix(ios): incorrect coordinate calculation

5.3.0

5.2.0

5.1.0

5.0.3

Patch Changes

  • a8e355f (#44): fix(android): scan failed on some devices

5.0.2

Patch Changes

  • bf5b3bd (#50): fix(ios): resolve the startScan(...) method

5.0.1

Patch Changes

  • 167da98 (#40): fix(ios): Cocoapods dependency conflicts with Firebase

5.0.0

Major Changes

Patch Changes

  • a77946f: fix(ios): scan(...) method does not detect any barcodes

  • 3261833: fix(android): readBarcodesFromImage(...) throws a null exception

0.0.3

Patch Changes

  • 4cea18a: fix(ios): add missing openSettings implementation

  • e8c2f54: feat: request permissions on scan

  • a1a805b: fix(ios): wrong error messages

0.0.2

Patch Changes

@capacitor-mlkit/[email protected]

Changelog

7.0.0-next.3

7.0.0-next.2

7.0.0-next.1

Major Changes

  • 257ef27 (#202): fix(ios): update GoogleMLKit pods to version 7.0.0

7.0.0-next.0

Patch Changes

  • 2901e1b (#179): fix(ios): update GoogleMLKit pods to version 6.0.0

6.2.0

6.1.0

Minor Changes

  • 79011e7 (#150): feat(ios): update GoogleMLKit dependencies to 5.0.0

6.0.0

Major Changes

5.4.0

5.3.0

5.2.0

5.1.0

Minor Changes

@capacitor-mlkit/[email protected]

Changelog

7.0.0-next.3

7.0.0-next.2

7.0.0-next.1

7.0.0-next.0

6.2.0

6.1.0

6.0.0

Major Changes

5.4.0

5.3.0

Minor Changes

@capacitor-mlkit/[email protected]

Changelog

7.0.0-next.3

7.0.0-next.2

7.0.0-next.1

Major Changes

  • 257ef27 (#202): fix(ios): update GoogleMLKit pods to version 7.0.0

7.0.0-next.0

Patch Changes

  • 2901e1b (#179): fix(ios): update GoogleMLKit pods to version 6.0.0

6.2.0

6.1.0

Minor Changes

  • 79011e7 (#150): feat(ios): update GoogleMLKit dependencies to 5.0.0

6.0.0

Major Changes

5.4.0

5.3.0

5.2.0

Minor Changes

@capacitor-mlkit/[email protected]

Changelog

7.0.0-next.3

7.0.0-next.2

7.0.0-next.1

Major Changes

  • 257ef27 (#202): fix(ios): update GoogleMLKit pods to version 7.0.0

7.0.0-next.0

Major Changes

  • 2901e1b (#179): fix(ios): update GoogleMLKit pods to version 6.0.0

6.2.0

6.1.0

Minor Changes

  • 79011e7 (#150): feat(ios): update GoogleMLKit dependencies to 5.0.0

6.0.0

Major Changes

5.4.0

5.3.0

5.2.0

5.1.0

5.0.3

5.0.2

5.0.1

Patch Changes

  • 167da98 (#40): fix(ios): Cocoapods dependency conflicts with Firebase

5.0.0

Major Changes

0.0.3

0.0.2

robingenz and others added 30 commits October 8, 2024 20:32
* fix: update `GoogleMLKit` pods to version `6.0.0` on iOS

* revert

* chore(ios): set minimum deployment target to 16

* chiore(translation): increase deployment target

* chore(translation): set minimum deployment target to 15.5

* docs

* docs: update changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: increase deployment target to `15.5`

* docs

* fix(ios): update `GoogleMLKit` pods to version `7.0.0`

* chore: update `package-lock.json`
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat(barcode-scanning): extend definitions.ts with new properties

* Update packages/barcode-scanning/src/definitions.ts

* Update .changeset/mighty-comics-whisper.md

* feat(barcode-scanning): suggested changes

* feat(barcode-scanning): support all barcode types on android

* chore(): remove additional null checks

* feat(barcode-scanning): ios implementation

* chore(barcode-scanning): use if let to avoid the force unwrap

* chore(barcode-scanning): fix force unwrap

---------

Co-authored-by: Robin Genz <[email protected]>
…#209)

* fix(barcode-scanning): remove deprecated warnings for torch methods

Close robingenz/capacitor-mlkit-plugin-demo#27

* Delete .changeset/stupid-trains-change.md
* feat(barcode-scanning): add compatibility for the Torch plugin

* Revert "chore(barcode-scanning): remove deprecated warnings for torch methods (#209)"

This reverts commit 3492c0e.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…#225)

Include raw cornerPoints for all methods except startScan.
…uration and start operations of the `scan(...)` method

* fix: DispatchQueue for synchronizing the session configuration and start operations

* fix: npm run changeset

* fix: remove duplicated empty line

* Update .changeset/forty-avocados-allow.md

Co-authored-by: Robin Genz <[email protected]>

* fix: resolve conflicts against next

* fix: init captureSession before captureSessionQueue.sync

* Update .changeset/forty-avocados-allow.md

* fix: init sessionPreset, captureDevice

---------

Co-authored-by: Robin Genz <[email protected]>
…227)

* fix(barcode-scanning): destroy the preview view when the scan stops

* test

* style: format

* wip

* wip

* wip

* wip
robingenz and others added 10 commits January 22, 2025 09:07
* chore: update native dependencies

Increment all dependencies to the latest available version.

* chore: update native dependencies

Run fmt script.

* chore: update native dependencies

Generate changeset.

* chore: update native dependencies

Fix version of mlkitBarcodeScanningVersion.

* chore: update native dependencies

Fix typos and requested changes.
* feat!: update to Capacitor 7

* ci

* chore: update `package-lock.json`

* wip: prettier

* chore: add gradle wrapper

* chore(deps): update `androidxEspressoCoreVersion` version
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Base automatically changed from next to main January 27, 2025 22:07
An error occurred while trying to automatically change base from next to main January 27, 2025 22:07
@robingenz robingenz closed this Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants