-
-
Notifications
You must be signed in to change notification settings - Fork 19
ci(release)!: v14 #2189
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
Draft
dargmuesli
wants to merge
21
commits into
main
Choose a base branch
from
beta
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
ci(release)!: v14 #2189
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rename feat(nuxt)!: rename runtime configuration key
## [13.0.0-beta.1](12.15.1...13.0.0-beta.1) (2025-07-08) ### ⚠ BREAKING CHANGES * **nuxt:** rename runtime configuration key ### Features * **nuxt:** rename runtime configuration key ([325238f](325238f))
Resolves #1720
## [13.0.0-beta.2](13.0.0-beta.1...13.0.0-beta.2) (2025-12-02) ### Features * **account:** rework creation success page ([7d51369](7d51369)) * **account:** show profile picture in menu ([2d454fd](2d454fd)) * **account:** unify detail buttons ([09ec5e6](09ec5e6)) * **app:** disable text selection ([df7b53d](df7b53d)) * **components:** double menu bottom padding for ios ([54a81f3](54a81f3)) * **components:** replace toast with sonner ([500e1bd](500e1bd)) * **components:** update error design ([07e75d7](07e75d7)) * **composables:** add alert error ([3119c37](3119c37)) * **composables:** centralize urql result handling ([cec435e](cec435e)) * **content:** remove dispute resolution section from imprint ([ce18763](ce18763)) * **docs:** add redirection to app stores ([4369d28](4369d28)) * **docs:** do not redirect when app is installed ([c82b422](c82b422)) * **event:** show link option no matter the attendance type ([1c28141](1c28141)) * **head:** test disabled scaling ([e8730bd](e8730bd)) * **i18n:** uppercase global site name ([bd96c08](bd96c08)) * **notification:** replace `moment-timezone` with `Intl` ([8c88d57](8c88d57)) * **pages:** drop marketing ([c67f333](c67f333)) * **recommendation:** add ([19b3f5b](19b3f5b)) * **recommendation:** show up to 10 ([ec9678d](ec9678d)) * **session:** allow to clear api client data ([278b484](278b484)) * **session:** redirect to root on sign out ([295bc31](295bc31)) * **tiptap:** support justified alignment ([f17ca9c](f17ca9c)) ### Bug Fixes * **account:** unref date for registration ([e35cb03](e35cb03)) * **attendance:** add missing hint to camera error ([d3b7233](d3b7233)) * **attendance:** don't log error twice ([d2e12d1](d2e12d1)) * **components:** add more padding for bottom menu on ios ([#2071](#2071)) ([6126590](6126590)) * **components:** align dashboard menu item name ([11c7702](11c7702)) * **components:** correct time zone display ([33d1583](33d1583)) * **early-bird:** correct button label ([f980ed3](f980ed3)) * **event:** correct maximum guest count fetching ([95c6528](95c6528)) * **event:** relax ical data requirements ([2ccf25b](2ccf25b)) * **event:** show match only on recommendation ([24a8c3c](24a8c3c)) * **event:** update card style ([69a8170](69a8170)) * **gql:** correct variable computation ([42a5885](42a5885)) * **legal-term:** correct loading ([65e9c80](65e9c80)) * **modules:** correct pwa scope extensions ([3b5d072](3b5d072)) * **notification:** correct enum capitalization for invitation visibility ([6b7c4bd](6b7c4bd)) * **notification:** only attach successfully fetched ical data ([ba52f0b](ba52f0b)) * **notification:** skip empty payloads ([2f34b68](2f34b68)) * **preference:** await asynchronous data at initialization ([bb3422b](bb3422b)) * **pwa:** set id ([cf486d9](cf486d9)) * **recommendation:** don't show section if content is empty ([ce65f88](ce65f88)) * **recommendation:** show just one for now ([77aaacf](77aaacf)) * schedule release ([b695e10](b695e10)) * schedule release ([67695d9](67695d9)) * schedule release ([f8f5a6c](f8f5a6c)) * schedule release ([e273b95](e273b95)) * **security:** apply camera permission globally ([88043a3](88043a3)) * **session:** move developer information button up ([9e1bc5c](9e1bc5c)) * **session:** redirect from root to dashboard when signed in ([41fdbfe](41fdbfe)) * **upload:** unref uppy ([e7dd28e](e7dd28e)) ### Performance Improvements * **aws:** complete migration to ses client v2 ([1ed17ac](1ed17ac)) * **docker:** add volume for development node modules ([9ec8a43](9ec8a43)) * **docker:** cache playwright node modules separately ([7187cf0](7187cf0)) * **docker:** use cache mounts ([ef0a6db](ef0a6db)) * **event:** replace `dayjs` with `Intl` ([44240d7](44240d7)) * **utils:** replace copy dependency ([4eb7c65](4eb7c65))
fix(store)!: remove plain jwt
## [13.0.0-beta.3](13.0.0-beta.2...13.0.0-beta.3) (2025-12-02) ### ⚠ BREAKING CHANGES * **store:** remove plain jwt ### Bug Fixes * **store:** remove plain jwt ([aa03b04](aa03b04))
## [14.0.0-beta.1](13.3.0...14.0.0-beta.1) (2026-01-06) ### ⚠ BREAKING CHANGES * **store:** remove plain jwt * **nuxt:** rename runtime configuration key ### Features * **nuxt:** rename runtime configuration key ([325238f](325238f)) ### Bug Fixes * **store:** remove plain jwt ([aa03b04](aa03b04))
## [14.0.0-beta.2](14.0.0-beta.1...14.0.0-beta.2) (2026-01-17) ### Bug Fixes * schedule release ([c6806e4](c6806e4))
feat(security)!: use http-only cookie
## [14.0.0-beta.3](14.0.0-beta.2...14.0.0-beta.3) (2026-01-26) ### ⚠ BREAKING CHANGES * **security:** use http-only cookie ### Features * **content:** improve error handling ([f441aa0](f441aa0)) * **security:** use http-only cookie ([547df19](547df19)) ### Bug Fixes * **components:** deduplicate icon wrapper ([357a623](357a623)) * **deps:** patch @nuxt/content ([495a671](495a671))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📚 Description
Breaking changes:
privatetovibetypeapi/service/traefik/authenticationmoved to/api/internal/service/postgraphile/authenticationx-csrf-tokenConfiguration and Environment Variables:
📝 Checklist