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

meta(changelog): Update changelog for 9.1.0 #15400

Merged
merged 15 commits into from
Feb 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(vue): Support Pinia v3 (#15383)
Pinia had a boring major release yesterday: [Migration Guide on their
website](https://pinia.vuejs.org/cookbook/migration-v2-v3.html#Migrating-from-v2-to-v3).

As they mainly removed deprecations, I just upgraded the pinia to v3 in
the E2E test.

closes #15378
s1gr1d authored Feb 12, 2025
commit e21bcc261cd606c6204435ea27f7e49f32f6e3f1
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
},
"dependencies": {
"@sentry/vue": "latest || *",
"pinia": "^2.2.3",
"pinia": "^3.0.0",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"@sentry/core": "9.0.1"
},
"peerDependencies": {
"pinia": "2.x",
"pinia": "2.x || 3.x",
"vue": "2.x || 3.x"
},
"peerDependenciesMeta": {