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

kmp: update versions for 0.6.0 release #9933

Merged
merged 4 commits into from
May 8, 2024
Merged

kmp: update versions for 0.6.0 release #9933

merged 4 commits into from
May 8, 2024

Conversation

buenaflor
Copy link
Contributor

Update versions for 0.6.0 release

Copy link

vercel bot commented May 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sentry-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2024 11:10am

Copy link

codecov bot commented May 7, 2024

Bundle Report

Changes will increase total bundle size by 12.58kB ⬆️

Bundle name Size Change
sentry-docs-server 7.18MB 12.59kB ⬆️
sentry-docs-edge-server 442.93kB 3 bytes ⬇️
sentry-docs-client 5.84MB 6 bytes ⬇️

Copy link
Member

@kahest kahest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for updating! left clarifying questions

@@ -27,7 +27,10 @@ cocoapods {
ios.deploymentTarget = "14.1"
podfile = project.file("../iosApp/Podfile")
// Make sure you use the proper version according to our Cocoa SDK Version Compatibility Table.
pod("Sentry", "~> 8.20.0")
pod("Sentry") {
version = "8.25.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m: do we want to lock this to 8.25.0 or <9.0.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could do ~> 8.25 I think then we wouldn't always need to update these code snippets

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds reasonable to me

Co-authored-by: Karl Heinz Struggl <kahest@users.noreply.github.com>
@buenaflor buenaflor merged commit 035a7d6 into master May 8, 2024
6 checks passed
@buenaflor buenaflor deleted the buenaflor-patch-1 branch May 8, 2024 11:34
antonpirker pushed a commit that referenced this pull request May 14, 2024
* Update kotlin-multiplatform.mdx

* Update

* Update platform-includes/getting-started-primer/kotlin-multiplatform.mdx

Co-authored-by: Karl Heinz Struggl <kahest@users.noreply.github.com>

* Update

---------

Co-authored-by: Karl Heinz Struggl <kahest@users.noreply.github.com>
@github-actions github-actions bot locked and limited conversation to collaborators May 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants