Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

chore(deps): bump io.github.raamcosta.compose-destinations:animations-core from 1.6.15-beta to 1.9.42-beta #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps io.github.raamcosta.compose-destinations:animations-core from 1.6.15-beta to 1.9.42-beta.

Release notes

Sourced from io.github.raamcosta.compose-destinations:animations-core's releases.

1.9.42-beta

Fixes

  • Fixed #415 - issue that was happening if you were not using animations core.

Full Changelog: raamcosta/compose-destinations@1.9.41-beta...1.9.42-beta

1.9.39-beta

  • Compose 1.5 support 🙌

1.8.41-beta

Changes

  • Added ability to use @Destination on other annotation classes which can then be used on the composable functions, transferring all their options this way.

Example:

@Destination(
    deepLinks = [
        DeepLink(
            uriPattern = ...,
        ),
        DeepLink(
            uriPattern = ...,
        )
    ],
)
@MyDestination
@​MyDestination
@​Composable
fun MyScreen()

Full Changelog: raamcosta/compose-destinations@1.8.39-beta...1.8.41-beta

1.8.39-beta

  • Last transitive dependency versions for stable 1.4 Compose

Full Changelog: raamcosta/compose-destinations@1.8.38-beta...1.8.39-beta

1.8.38-beta

Full Changelog: raamcosta/compose-destinations@1.8.37-beta...1.8.38-beta

1.8.36-beta

... (truncated)

Commits
  • befca03 fixes #415
  • 40168c8 Merge branch 'compose-1.4'
  • fac2f0e Merge branch 'compose-1.3' into compose-1.4
  • a141490 added destination missing on exhaustive when
  • 158e4e7 Merge branch 'compose-1.4'
  • 737b2d0 Merge branch 'compose-1.3' into compose-1.4
  • 6cb5235 allow Destination annotation to be used on other annotation classes
  • f5be0d0 fixes #402
  • 7cd9095 Update README.md
  • 32e2e5f initial versions for stable compose 1.5
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…-core

Bumps [io.github.raamcosta.compose-destinations:animations-core](https://github.com/raamcosta/compose-destinations) from 1.6.15-beta to 1.9.42-beta.
- [Release notes](https://github.com/raamcosta/compose-destinations/releases)
- [Commits](raamcosta/compose-destinations@1.6.15-beta...1.9.42-beta)

---
updated-dependencies:
- dependency-name: io.github.raamcosta.compose-destinations:animations-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants