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

Bump decompose from 2.2.1-compose-experimental to 2.2.2-compose-experimental #453

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps decompose from 2.2.1-compose-experimental to 2.2.2-compose-experimental.
Updates com.arkivanov.decompose:decompose from 2.2.1-compose-experimental to 2.2.2-compose-experimental

Release notes

Sourced from com.arkivanov.decompose:decompose's releases.

2.2.2-compose-experimental

This is the same release as 2.2.2, but with Compose for iOS and Web (Canvas, js only) support.

Versions and dependencies

Kotlin: 1.9.21 Essenty: 1.3.0 kotlinx-serialization: 1.6.0 parcelize-darwin: 0.2.3 JetBrains Compose: 1.5.11

2.2.2

  • Fixed the issue where onPageSelected was not being called during slow scrolling with HorizontalPager (#579 by @​Chen-Xi-g, see #526)

Versions and dependencies

Kotlin: 1.9.21 Essenty: 1.3.0 kotlinx-serialization: 1.6.0 parcelize-darwin: 0.2.3

extensions-compose-jetpack

Jetpack Compose: 1.5.0 Jetpack Compose Compiler: 1.5.6

extensions-compose-jetbrains

JetBrains Compose: 1.5.11

Commits
  • 2b92d76 Bumped version to 2.2.2-compose-experimental
  • 775733a Merge branch 'master' into compose-experimental
  • 8b16a1f Merge pull request #579 from Chen-Xi-g/fix-issue
  • 0e512d7 Fixed the issue where 'onPageSelected' was not being called during slow scrol...
  • 2dc8817 Merge pull request #578 from arkivanov/revert-576-fix-issue
  • c7470aa Revert "Fixed the issue of 'HorizontalPager' slow scrolling and 'onPageSelect...
  • 5d54157 Merge pull request #576 from Chen-Xi-g/fix-issue
  • a36e5a1 Fixed the issue of 'HorizontalPager' slow scrolling and 'onPageSelected' not ...
  • 0801120 Described LocalStackAnimationProvider in the docs
  • 9ef5e26 Updated docs
  • Additional commits viewable in compare view

Updates com.arkivanov.decompose:extensions-compose-jetbrains from 2.2.1-compose-experimental to 2.2.2-compose-experimental

Release notes

Sourced from com.arkivanov.decompose:extensions-compose-jetbrains's releases.

2.2.2-compose-experimental

This is the same release as 2.2.2, but with Compose for iOS and Web (Canvas, js only) support.

Versions and dependencies

Kotlin: 1.9.21 Essenty: 1.3.0 kotlinx-serialization: 1.6.0 parcelize-darwin: 0.2.3 JetBrains Compose: 1.5.11

2.2.2

  • Fixed the issue where onPageSelected was not being called during slow scrolling with HorizontalPager (#579 by @​Chen-Xi-g, see #526)

Versions and dependencies

Kotlin: 1.9.21 Essenty: 1.3.0 kotlinx-serialization: 1.6.0 parcelize-darwin: 0.2.3

extensions-compose-jetpack

Jetpack Compose: 1.5.0 Jetpack Compose Compiler: 1.5.6

extensions-compose-jetbrains

JetBrains Compose: 1.5.11

Commits
  • 2b92d76 Bumped version to 2.2.2-compose-experimental
  • 775733a Merge branch 'master' into compose-experimental
  • 8b16a1f Merge pull request #579 from Chen-Xi-g/fix-issue
  • 0e512d7 Fixed the issue where 'onPageSelected' was not being called during slow scrol...
  • 2dc8817 Merge pull request #578 from arkivanov/revert-576-fix-issue
  • c7470aa Revert "Fixed the issue of 'HorizontalPager' slow scrolling and 'onPageSelect...
  • 5d54157 Merge pull request #576 from Chen-Xi-g/fix-issue
  • a36e5a1 Fixed the issue of 'HorizontalPager' slow scrolling and 'onPageSelected' not ...
  • 0801120 Described LocalStackAnimationProvider in the docs
  • 9ef5e26 Updated docs
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `decompose` from 2.2.1-compose-experimental to 2.2.2-compose-experimental.

Updates `com.arkivanov.decompose:decompose` from 2.2.1-compose-experimental to 2.2.2-compose-experimental
- [Release notes](https://github.com/arkivanov/Decompose/releases)
- [Commits](arkivanov/Decompose@2.2.1-compose-experimental...2.2.2-compose-experimental)

Updates `com.arkivanov.decompose:extensions-compose-jetbrains` from 2.2.1-compose-experimental to 2.2.2-compose-experimental
- [Release notes](https://github.com/arkivanov/Decompose/releases)
- [Commits](arkivanov/Decompose@2.2.1-compose-experimental...2.2.2-compose-experimental)

---
updated-dependencies:
- dependency-name: com.arkivanov.decompose:decompose
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.arkivanov.decompose:extensions-compose-jetbrains
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 25, 2023
@softartdev softartdev closed this Jun 12, 2024
@softartdev softartdev deleted the dependabot/gradle/decompose-2.2.2-compose-experimental branch June 12, 2024 20:25
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 12, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant