-
Notifications
You must be signed in to change notification settings - Fork 427
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
feat: corel #7011
base: next
Are you sure you want to change the base?
feat: corel #7011
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12267df - Browse repository at this point
Copy the full SHA 12267dfView commit details -
refactor(sanity): add changes to allow for comments in version docume…
…nts (#7404) * refactor(sanity): add changes to allow for comments in version documents * refactor(sanity): send version via prop to commentsListItemLayout * docs(sanity): add comments for todo for readonly * refactor(sanity): fix comments * refactor(sanity): reverts changes to the potential ui for the future * chore(sanity): remove "comments support" comment * refactor(sanity): rename document ids and revert change in CommentsProvider for useEditState * refactor(sanity): refactor solution for re-rendering panes when switching between versions
Configuration menu - View commit details
-
Copy full SHA for 9404d2b - Browse repository at this point
Copy the full SHA 9404d2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f46f32 - Browse repository at this point
Copy the full SHA 0f46f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dfc7ca - Browse repository at this point
Copy the full SHA 9dfc7caView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7683bc - Browse repository at this point
Copy the full SHA d7683bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef75e21 - Browse repository at this point
Copy the full SHA ef75e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3957e82 - Browse repository at this point
Copy the full SHA 3957e82View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9dc8f0 - Browse repository at this point
Copy the full SHA c9dc8f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d070e3 - Browse repository at this point
Copy the full SHA 7d070e3View commit details -
fix(core): version document's history was returning error (#7438)
* fix: draftId correct set in timeline for version docs * refactor: timeline uses documentId rather than publishedId for agnostic use with versions * refactor(core): defining versionId rather than draftId * refactor(core): refactor to better reflect use of version nomenclature in history * fix(core): resolving tsdoc issue with destructure * fix(core): resolving tsdoc issue with destructure
Configuration menu - View commit details
-
Copy full SHA for 04f9fc2 - Browse repository at this point
Copy the full SHA 04f9fc2View commit details -
feat(sanity): add telemetry for versions (#7460)
* fix(sanity): issue where the createVersionSuccess was never resolving * feat(sanity): add telemetry when adding version * refactor(sanity): rename bundles to releases telemetry * feat(sanity): add telemetry when creating release * feat(sanity): add telemetry when updating release * feat(sanity): add telemetry when deleting release * feat(sanity): add telemetry when publishing release * feat(sanity): add telemetry when archive and unarchive release * chore(sanity): fix dependencies * feat(sanity): add telemetry when creating a draft * refactor(sanity): add telemetry for tracking drafts and include version * refactor(sanity): update telemetry request for creating release * refactor(sanity): reuse interface for OriginInfo * docs(sanity): clarify unarchive / archive telemetry track
Configuration menu - View commit details
-
Copy full SHA for 9dd29a2 - Browse repository at this point
Copy the full SHA 9dd29a2View commit details -
fix(core): update useReleaseHistory to fetch with the version documen…
…ts (#7463) * fix(core): update useReleaseHistory to fetch with the version documents * fix(core): rename publishedIds to versionIds in useReleaseHistory
Configuration menu - View commit details
-
Copy full SHA for 5d44e66 - Browse repository at this point
Copy the full SHA 5d44e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb019df - Browse repository at this point
Copy the full SHA cb019dfView commit details -
fix(core): update intent link for releases tool (#7468)
* fix(core): update intent link for releases tool * chore(core): rename releases tool bundleId param to releaseId * chore(core): update DocumentPerspectiveMenu test
Configuration menu - View commit details
-
Copy full SHA for 3c2b805 - Browse repository at this point
Copy the full SHA 3c2b805View commit details -
feat(sanity): update document footer for versions (#7466)
* feat(sanity): update restore button * chore(sanity): update translations * feat(sanity): add left side information on footer (revision status line) * refactor(sanity): set up button action to discard version * feat(sanity): add badge to footer on versions * refactor(sanity): remove unused translations (moved them to core) * docs(sanity): add to do on discard documents? * refactor(sanity): move bundleactions props to const * refactor(sanity): fix issues with translation packages
Configuration menu - View commit details
-
Copy full SHA for 2a08b00 - Browse repository at this point
Copy the full SHA 2a08b00View commit details -
refactor(sanity, release): rename interface focused components from b…
…undle to release (#7469) * refactor(sanity): update bundles metada to releases metadata * refactor(sanity): rename bundlebadge to releasebadge * refactor(sanity): rename bundlesMenu to ReleasesMenu * refactor(sanity): rename BundleDetailsDialog to ReleaseDetailDialog * refactor(sanity): rename bundleForm to ReleaseForm * refactor(sanity): rename ReleaseDetailsDialog test * refactor(sanity): rename BundleIconEditorPicker to ReleaseIconEditorPicker * fix(sanity): fix issues with renaming within ReleaseDetailsDialog * refactor(sanity): rename BundleActions to ReleaseActions * refactor(sanity): fix translation * refactor(sanity): remove workshop story * refactor(sanity): rename bundlePerspective to perspective on getPReviewStateObservable * refactor(sanity): rename BundleMenuButton to perspective on ReleaseMenuButton * test(sanity): fix test for ReleaseMenuButton * test(sanity): clean up (remove duplicates and clean up button) * chore(sanity): remove unused bundle translations
Configuration menu - View commit details
-
Copy full SHA for 21b31c7 - Browse repository at this point
Copy the full SHA 21b31c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3283b1 - Browse repository at this point
Copy the full SHA f3283b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0d61f - Browse repository at this point
Copy the full SHA ff0d61fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84ed316 - Browse repository at this point
Copy the full SHA 84ed316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1956113 - Browse repository at this point
Copy the full SHA 1956113View commit details -
chore(releases): moving from bundles to releases directory (#7500)
* chore(releases): moving releases/components to releases/tool/components * chore(releases): moving bundles/components to releases/components * chore(releases): moving bundles/hooks to releases/hooks * chore(releases): moving rest of bundles to releases * chore(releases): fixing various test imports * chore(releases): fixing various test imports * chore(releases): fixing various test imports * chore(releases): further experimentation on SanityDocumentPreview test failures * chore(releases): fixing ReleaseSummary and Review by mocking components * chore(releases): reverting irrelevent changes
Configuration menu - View commit details
-
Copy full SHA for f30b97e - Browse repository at this point
Copy the full SHA f30b97eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 177e88b - Browse repository at this point
Copy the full SHA 177e88bView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be62cd3 - Browse repository at this point
Copy the full SHA be62cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea825b6 - Browse repository at this point
Copy the full SHA ea825b6View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e469b6 - Browse repository at this point
Copy the full SHA 6e469b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 553f124 - Browse repository at this point
Copy the full SHA 553f124View commit details -
chore: merge 'next' into corel
* next: fix(core): boolean value in search shows actual value (#7623) v3.61.0
Configuration menu - View commit details
-
Copy full SHA for 98775b4 - Browse repository at this point
Copy the full SHA 98775b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c447904 - Browse repository at this point
Copy the full SHA c447904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d61ba3 - Browse repository at this point
Copy the full SHA 2d61ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2824f70 - Browse repository at this point
Copy the full SHA 2824f70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 683ead0 - Browse repository at this point
Copy the full SHA 683ead0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2647619 - Browse repository at this point
Copy the full SHA 2647619View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3adca - Browse repository at this point
Copy the full SHA ea3adcaView commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3cb68f - Browse repository at this point
Copy the full SHA c3cb68fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab4674 - Browse repository at this point
Copy the full SHA 9ab4674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb28c0 - Browse repository at this point
Copy the full SHA 4eb28c0View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32c2a40 - Browse repository at this point
Copy the full SHA 32c2a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b310f - Browse repository at this point
Copy the full SHA f1b310fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa9490 - Browse repository at this point
Copy the full SHA 8aa9490View commit details -
Configuration menu - View commit details
-
Copy full SHA for 944d67d - Browse repository at this point
Copy the full SHA 944d67dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a3cd00 - Browse repository at this point
Copy the full SHA 8a3cd00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3048970 - Browse repository at this point
Copy the full SHA 3048970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61ac0d8 - Browse repository at this point
Copy the full SHA 61ac0d8View commit details -
chore(sanity): #TEMPORARY expect TS errors while using
@sanity/ui
a……nd `@sanity/icons` prereleases
Configuration menu - View commit details
-
Copy full SHA for 3fb444f - Browse repository at this point
Copy the full SHA 3fb444fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c80e628 - Browse repository at this point
Copy the full SHA c80e628View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfdf6a7 - Browse repository at this point
Copy the full SHA dfdf6a7View commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93b4200 - Browse repository at this point
Copy the full SHA 93b4200View commit details
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e8af86 - Browse repository at this point
Copy the full SHA 6e8af86View commit details
Commits on Oct 21, 2024
-
feat(sanity): add document version chips and menus
refactor(sanity): add publish chip on header, remove other decorators refactor(sanity): add drafts button to header refactor(sanity): add version list and update header with scrolling refactor(sanity): add ability to switch perspectives in document pane header refactor(sanity): fix issue with tab header refactor(sanity): update click handler for draft chip fix(sanity): fix selected issue on version chips docs(sanity): add reminder to update tooltip text chore(sanity): remove unused imports chore(sanity): set up initial add version button test(sanity): update test for document header (chips), made all chips buttons fix(sanity): issue when changing to published perspective refactor(sanity): reduce gap refactor(sanity): add open history to header fix(sanity): fix alignment with chips and actions refactor(sanity): move chip code to own component feat(sanity): intial context menu for version badges feat(sanity): add popovermenu to draft and to published fix(sanity): issue with selected state on header fix(sanity): issue with selected state on header fix(sanity): issue where version was not allowing to open release in the context menu fix(sanity): issue where opening the "view release" would open the wrong one refactor(sanity): add colour / tone and change order to specific releases types refactor(sanity): add style icon to dropdown when copying version fix(sanity): issue where perspective wouldn't change when currently displayed document was discarded fix(sanity): issue where discard button wasn't showing up fix(sanity): fix issue where clicking outside was always running close method on contextmenu. clean up feat(sanity): add discard modal feat(sanity): add create release dialog and menu item fix(sanity): when collapsed show the title and icon fix(sanity): fix issue with default tones
Configuration menu - View commit details
-
Copy full SHA for b85334d - Browse repository at this point
Copy the full SHA b85334dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c9025 - Browse repository at this point
Copy the full SHA 49c9025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ac068a - Browse repository at this point
Copy the full SHA 2ac068aView commit details -
Configuration menu - View commit details
-
Copy full SHA for caea3b4 - Browse repository at this point
Copy the full SHA caea3b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d56b2c1 - Browse repository at this point
Copy the full SHA d56b2c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9def8c9 - Browse repository at this point
Copy the full SHA 9def8c9View commit details -
chore(sanity): rename and change structure for components related to …
…document head version
Configuration menu - View commit details
-
Copy full SHA for 4761ef5 - Browse repository at this point
Copy the full SHA 4761ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d9abd3 - Browse repository at this point
Copy the full SHA 7d9abd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d65c04 - Browse repository at this point
Copy the full SHA 3d65c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b1dace - Browse repository at this point
Copy the full SHA 6b1daceView commit details -
fix(sanity): issue where when creating new doc, opening context menu …
…from publish / draft would crash the studio
Configuration menu - View commit details
-
Copy full SHA for 1600099 - Browse repository at this point
Copy the full SHA 1600099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09ae163 - Browse repository at this point
Copy the full SHA 09ae163View commit details -
fix(sanity): issue where create version from publishing wasn't workin…
…g (draft was being created instead)
Configuration menu - View commit details
-
Copy full SHA for 144b32a - Browse repository at this point
Copy the full SHA 144b32aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b2334 - Browse repository at this point
Copy the full SHA f9b2334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc0acc - Browse repository at this point
Copy the full SHA 7bc0accView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0eb9ef - Browse repository at this point
Copy the full SHA f0eb9efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d3430b - Browse repository at this point
Copy the full SHA 2d3430bView commit details -
Configuration menu - View commit details
-
Copy full SHA for df9d187 - Browse repository at this point
Copy the full SHA df9d187View commit details -
feat(sanity): add dedicated, stable router context object for perspec…
…tive related parameters
Configuration menu - View commit details
-
Copy full SHA for 9dbac15 - Browse repository at this point
Copy the full SHA 9dbac15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b8ef1 - Browse repository at this point
Copy the full SHA 64b8ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 530441a - Browse repository at this point
Copy the full SHA 530441aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ecc4f6 - Browse repository at this point
Copy the full SHA 9ecc4f6View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a128db1 - Browse repository at this point
Copy the full SHA a128db1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fefa414 - Browse repository at this point
Copy the full SHA fefa414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cbb672 - Browse repository at this point
Copy the full SHA 4cbb672View commit details -
Configuration menu - View commit details
-
Copy full SHA for 083174f - Browse repository at this point
Copy the full SHA 083174fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7c3dd6 - Browse repository at this point
Copy the full SHA a7c3dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73b5181 - Browse repository at this point
Copy the full SHA 73b5181View commit details -
fix(sanity): fix issue where context menu wasn't closing when copying…
… to existing release
Configuration menu - View commit details
-
Copy full SHA for 6794c01 - Browse repository at this point
Copy the full SHA 6794c01View commit details
Commits on Oct 23, 2024
-
feat(sanity): add useVersionOperations, replace createVersion and dis…
…cardVersion across components refactor(sanity): add useVersionOperations, replace createVersion on dialog and chip refactor(sanity): add discard version to useVersionOperations, replace discard version on dialog in document header refactor(sanity): Move DiscardVersionDialog to Releases directory, export and re-use it DocumentActions
Configuration menu - View commit details
-
Copy full SHA for 82141f7 - Browse repository at this point
Copy the full SHA 82141f7View commit details -
fix(sanity): issue where creating a new release + version based on dr…
…aft was breaking
Configuration menu - View commit details
-
Copy full SHA for ed74a74 - Browse repository at this point
Copy the full SHA ed74a74View commit details -
Merge branch 'next' into corel
* next: chore(deps): update dependency sanity-diff-patch to v4 (#7630) feat: validate PR title against conventional commits (#7580) chore(deps): update dependency @sanity/tsdoc to v1.0.113 (#7627) fix(deps): update dependency @sanity/client to ^6.22.2 (#7625) chore(deps): update typescript-tooling (#7605) fix: restore support for defaultOrdering. (#7626)
Configuration menu - View commit details
-
Copy full SHA for 760900e - Browse repository at this point
Copy the full SHA 760900eView commit details -
Merge branch 'next' into corel
* next: v3.62.0 fix: warnings on React 19 (#7654) fix(deps): update dependency @sanity/ui to ^2.8.10 (#7652) fix(deps): update dependency @sanity/ui to ^2.8.10 (#7653) chore(deps): update dependency @sanity/visual-editing to v2.2.2 (#7651) fix(core): inherit readOnly state from ancestors in copyPaste function (#7643) fix(deps): update dependency @sanity/mutate to ^0.10.1 (#7650) fix(deps): Update dev-non-major (#7649) fix(deps): update dependency @sanity/presentation to v1.17.3 (#7648) fix(deps): update dependency @portabletext/editor to ^1.1.5 (#7638) fix(deps): update dependency @sanity/presentation to v1.17.2 (#7647) fix(deps): Update dev-non-major (#7646) fix(deps): update dependency @sanity/presentation to v1.17.1 (#7645) chore(deps): update dependency @sanity/preview-url-secret to v2 (#7641) fix(deps): update dependency @sanity/presentation to v1.17.0 (#7640) fix(deps): Update dev-non-major (#7639) chore(cli): update help copy for deploy command (#7624) chore(test-studio): add asset types to structure navigation (#7631)
Configuration menu - View commit details
-
Copy full SHA for 904c978 - Browse repository at this point
Copy the full SHA 904c978View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdbdd43 - Browse repository at this point
Copy the full SHA fdbdd43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e3ecc1 - Browse repository at this point
Copy the full SHA 1e3ecc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e86fbc - Browse repository at this point
Copy the full SHA 1e86fbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b9d5a3 - Browse repository at this point
Copy the full SHA 3b9d5a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ebc45 - Browse repository at this point
Copy the full SHA 20ebc45View commit details -
Configuration menu - View commit details
-
Copy full SHA for e986334 - Browse repository at this point
Copy the full SHA e986334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d9b4e - Browse repository at this point
Copy the full SHA 60d9b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01ef7ed - Browse repository at this point
Copy the full SHA 01ef7edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 740b987 - Browse repository at this point
Copy the full SHA 740b987View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e9589 - Browse repository at this point
Copy the full SHA 64e9589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 693e334 - Browse repository at this point
Copy the full SHA 693e334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 310e9bc - Browse repository at this point
Copy the full SHA 310e9bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for afed067 - Browse repository at this point
Copy the full SHA afed067View commit details -
feat: releases overview facelift and calendar added (#7657)
Co-authored-by: Rita <anarita151@gmail.com> Co-authored-by: Bjørge Næss <bjoerge@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8ce5192 - Browse repository at this point
Copy the full SHA 8ce5192View commit details
Commits on Oct 24, 2024
-
fix(sanity): update draftUtils and useDocumentVersions to work with t…
…he new update to the ids
Configuration menu - View commit details
-
Copy full SHA for 04ea9fa - Browse repository at this point
Copy the full SHA 04ea9faView commit details -
Configuration menu - View commit details
-
Copy full SHA for c889772 - Browse repository at this point
Copy the full SHA c889772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 144c3f3 - Browse repository at this point
Copy the full SHA 144c3f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb6c430 - Browse repository at this point
Copy the full SHA eb6c430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 221043f - Browse repository at this point
Copy the full SHA 221043fView commit details -
fix: perspective menu, metadata aggregator and overview list style dr…
…iven from bundleId rather than releaseId
Configuration menu - View commit details
-
Copy full SHA for 451acb0 - Browse repository at this point
Copy the full SHA 451acb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1291f3f - Browse repository at this point
Copy the full SHA 1291f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7aebe - Browse repository at this point
Copy the full SHA 1c7aebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6310e13 - Browse repository at this point
Copy the full SHA 6310e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f54d6b - Browse repository at this point
Copy the full SHA 0f54d6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6d421b - Browse repository at this point
Copy the full SHA f6d421bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a127c36 - Browse repository at this point
Copy the full SHA a127c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b9bea2 - Browse repository at this point
Copy the full SHA 9b9bea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ded53e9 - Browse repository at this point
Copy the full SHA ded53e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 643a191 - Browse repository at this point
Copy the full SHA 643a191View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ee85c - Browse repository at this point
Copy the full SHA d5ee85cView commit details -
fix(sanity): release detail document preview
Note: We may wish to fix this properly by propagating the "bundle" to "release" string change more widely across the codebase. But this is a quick solution.
Configuration menu - View commit details
-
Copy full SHA for eb5c288 - Browse repository at this point
Copy the full SHA eb5c288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f5b5e - Browse repository at this point
Copy the full SHA 70f5b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d49aa11 - Browse repository at this point
Copy the full SHA d49aa11View commit details
Commits on Oct 25, 2024
-
fix: creating perspective reference to avoid recreating releases stor…
…e on perspective change (#7673)
Configuration menu - View commit details
-
Copy full SHA for d2ee705 - Browse repository at this point
Copy the full SHA d2ee705View commit details -
Configuration menu - View commit details
-
Copy full SHA for f73e7be - Browse repository at this point
Copy the full SHA f73e7beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19a622b - Browse repository at this point
Copy the full SHA 19a622bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9579130 - Browse repository at this point
Copy the full SHA 9579130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa7e40 - Browse repository at this point
Copy the full SHA 9aa7e40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b874ef - Browse repository at this point
Copy the full SHA 6b874efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c8b44 - Browse repository at this point
Copy the full SHA 39c8b44View commit details -
refactor(sanity): useDocumentVersions has been updated to avoid needl…
…ess reloads based on releases
Configuration menu - View commit details
-
Copy full SHA for f81ac44 - Browse repository at this point
Copy the full SHA f81ac44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53bc648 - Browse repository at this point
Copy the full SHA 53bc648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df293d - Browse repository at this point
Copy the full SHA 7df293dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e989a - Browse repository at this point
Copy the full SHA 55e989aView commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95d14a3 - Browse repository at this point
Copy the full SHA 95d14a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a01d8e7 - Browse repository at this point
Copy the full SHA a01d8e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6efaf50 - Browse repository at this point
Copy the full SHA 6efaf50View commit details -
refactor(releases): don't track deleted releases
Releases can't be deleted, only archived
Configuration menu - View commit details
-
Copy full SHA for fd69a76 - Browse repository at this point
Copy the full SHA fd69a76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 719b0d9 - Browse repository at this point
Copy the full SHA 719b0d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c49d3 - Browse repository at this point
Copy the full SHA e1c49d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7d99dd - Browse repository at this point
Copy the full SHA c7d99ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d41df1d - Browse repository at this point
Copy the full SHA d41df1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 042f648 - Browse repository at this point
Copy the full SHA 042f648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b81a4c - Browse repository at this point
Copy the full SHA 4b81a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb9a972 - Browse repository at this point
Copy the full SHA bb9a972View commit details -
Merge branch 'next' into corel
* next: feat: adds support for Create-Studio integration (#7635) fix(deps): Update dev-non-major (#7671) fix(deps): update dependency @sanity/insert-menu to v1.0.10 (#7668) fix(deps): update dependency @sanity/presentation to v1.17.6 (#7669) v3.62.2 fix(deps): Update dev-non-major (#7663) fix(deps): update dependency @sanity/presentation to v1.17.4 (#7662) fix(deps): Update dev-non-major (#7661) v3.62.1 feat(cli): add warning and docs for react-19 and Next.Js combined (#7660)
Configuration menu - View commit details
-
Copy full SHA for 68a30f1 - Browse repository at this point
Copy the full SHA 68a30f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c70c221 - Browse repository at this point
Copy the full SHA c70c221View commit details -
Configuration menu - View commit details
-
Copy full SHA for a89128f - Browse repository at this point
Copy the full SHA a89128fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b30828d - Browse repository at this point
Copy the full SHA b30828dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32a0bb5 - Browse repository at this point
Copy the full SHA 32a0bb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for df0e800 - Browse repository at this point
Copy the full SHA df0e800View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4db504 - Browse repository at this point
Copy the full SHA d4db504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81c5fc3 - Browse repository at this point
Copy the full SHA 81c5fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d50f6 - Browse repository at this point
Copy the full SHA 45d50f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8e417 - Browse repository at this point
Copy the full SHA 3c8e417View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b27d44 - Browse repository at this point
Copy the full SHA 8b27d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c412f8 - Browse repository at this point
Copy the full SHA 7c412f8View commit details
Commits on Oct 29, 2024
-
fix(structure): issue where the document actions were showing discard…
… version when they shouldnt
Configuration menu - View commit details
-
Copy full SHA for 76894c1 - Browse repository at this point
Copy the full SHA 76894c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccdb82f - Browse repository at this point
Copy the full SHA ccdb82fView commit details -
refactor(releases): add telemetry to addDocumentSearch and fix issue …
…related to adding drafts
Configuration menu - View commit details
-
Copy full SHA for 6c0948a - Browse repository at this point
Copy the full SHA 6c0948aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b68550 - Browse repository at this point
Copy the full SHA 2b68550View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb5dba1 - Browse repository at this point
Copy the full SHA bb5dba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b1a3a - Browse repository at this point
Copy the full SHA 18b1a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f13b7e3 - Browse repository at this point
Copy the full SHA f13b7e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88e1df9 - Browse repository at this point
Copy the full SHA 88e1df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccee3c4 - Browse repository at this point
Copy the full SHA ccee3c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51f321a - Browse repository at this point
Copy the full SHA 51f321aView commit details -
fix(releases): remove createdBy/publishedBy/archivedAt/archivedBy fro…
…m release metadata
Configuration menu - View commit details
-
Copy full SHA for e3c49dd - Browse repository at this point
Copy the full SHA e3c49ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ddea17 - Browse repository at this point
Copy the full SHA 7ddea17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19d8804 - Browse repository at this point
Copy the full SHA 19d8804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c1dd21 - Browse repository at this point
Copy the full SHA 2c1dd21View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6901a7 - Browse repository at this point
Copy the full SHA d6901a7View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e325582 - Browse repository at this point
Copy the full SHA e325582View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee5e18d - Browse repository at this point
Copy the full SHA ee5e18dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd0ce62 - Browse repository at this point
Copy the full SHA cd0ce62View commit details -
Configuration menu - View commit details
-
Copy full SHA for caa7fb1 - Browse repository at this point
Copy the full SHA caa7fb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8bf21a - Browse repository at this point
Copy the full SHA d8bf21aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eabf4e5 - Browse repository at this point
Copy the full SHA eabf4e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4733fc7 - Browse repository at this point
Copy the full SHA 4733fc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bda6ad - Browse repository at this point
Copy the full SHA 0bda6adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b3777f - Browse repository at this point
Copy the full SHA 8b3777fView commit details -
feat(releases): add support for unarchiving release
Note: unarchiving is pending backend support
Configuration menu - View commit details
-
Copy full SHA for 1f75176 - Browse repository at this point
Copy the full SHA 1f75176View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5563400 - Browse repository at this point
Copy the full SHA 5563400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17fb750 - Browse repository at this point
Copy the full SHA 17fb750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26086e2 - Browse repository at this point
Copy the full SHA 26086e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2193c5d - Browse repository at this point
Copy the full SHA 2193c5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23986d6 - Browse repository at this point
Copy the full SHA 23986d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d41e502 - Browse repository at this point
Copy the full SHA d41e502View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaee200 - Browse repository at this point
Copy the full SHA aaee200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0740e43 - Browse repository at this point
Copy the full SHA 0740e43View commit details -
Configuration menu - View commit details
-
Copy full SHA for bab7f63 - Browse repository at this point
Copy the full SHA bab7f63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44d6db4 - Browse repository at this point
Copy the full SHA 44d6db4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 551f03b - Browse repository at this point
Copy the full SHA 551f03bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f62333 - Browse repository at this point
Copy the full SHA 3f62333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 143fc17 - Browse repository at this point
Copy the full SHA 143fc17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32de536 - Browse repository at this point
Copy the full SHA 32de536View commit details -
Configuration menu - View commit details
-
Copy full SHA for b649a2b - Browse repository at this point
Copy the full SHA b649a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f684bde - Browse repository at this point
Copy the full SHA f684bdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 631db4d - Browse repository at this point
Copy the full SHA 631db4dView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db5bb13 - Browse repository at this point
Copy the full SHA db5bb13View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7df229 - Browse repository at this point
Copy the full SHA c7df229View commit details -
Configuration menu - View commit details
-
Copy full SHA for c30f16a - Browse repository at this point
Copy the full SHA c30f16aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e69826a - Browse repository at this point
Copy the full SHA e69826aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2555fae - Browse repository at this point
Copy the full SHA 2555faeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 985e50d - Browse repository at this point
Copy the full SHA 985e50dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0793fc4 - Browse repository at this point
Copy the full SHA 0793fc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3406be - Browse repository at this point
Copy the full SHA a3406beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90fa911 - Browse repository at this point
Copy the full SHA 90fa911View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1ab90b - Browse repository at this point
Copy the full SHA c1ab90bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea421a4 - Browse repository at this point
Copy the full SHA ea421a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42600e2 - Browse repository at this point
Copy the full SHA 42600e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c20249c - Browse repository at this point
Copy the full SHA c20249cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a1e5c - Browse repository at this point
Copy the full SHA 40a1e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a93101 - Browse repository at this point
Copy the full SHA 3a93101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 319f4e1 - Browse repository at this point
Copy the full SHA 319f4e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f57e164 - Browse repository at this point
Copy the full SHA f57e164View commit details -
Configuration menu - View commit details
-
Copy full SHA for e52f487 - Browse repository at this point
Copy the full SHA e52f487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 330aebd - Browse repository at this point
Copy the full SHA 330aebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6310fa9 - Browse repository at this point
Copy the full SHA 6310fa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e948947 - Browse repository at this point
Copy the full SHA e948947View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcb570c - Browse repository at this point
Copy the full SHA dcb570cView commit details -
fix(releases): disable footer actions for documents not part of curre…
…nt selected release
Configuration menu - View commit details
-
Copy full SHA for af0beba - Browse repository at this point
Copy the full SHA af0bebaView commit details -
fixup! fix(releases): disable footer actions for documents not part o…
…f current selected release
Configuration menu - View commit details
-
Copy full SHA for c83435e - Browse repository at this point
Copy the full SHA c83435eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf5e526 - Browse repository at this point
Copy the full SHA bf5e526View commit details -
Configuration menu - View commit details
-
Copy full SHA for f45aa89 - Browse repository at this point
Copy the full SHA f45aa89View commit details -
chore(core): remove local sanity/ui and sanity/icons files, link with…
… updated presentation
Configuration menu - View commit details
-
Copy full SHA for 66776f0 - Browse repository at this point
Copy the full SHA 66776f0View commit details -
refactor(releases): rename getBundleIdFromReleaseId => getBundleIdFro…
…mReleaseDocumentId
Configuration menu - View commit details
-
Copy full SHA for 855407d - Browse repository at this point
Copy the full SHA 855407dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aef9dcc - Browse repository at this point
Copy the full SHA aef9dccView commit details
Commits on Nov 1, 2024
-
Merge branch 'next' into corel
* next: (25 commits) fix(deps): update dependency @sanity/ui to ^2.8.16 (#7723) fix(deps): update dependency @sanity/ui to ^2.8.16 (#7722) chore(lockfile): update dependency @sanity/asset-utils to v2.0.7 (#7721) fix(deps): update dependency @sanity/ui to ^2.8.15 (#7717) fix(deps): update dependency @sanity/ui to ^2.8.15 (#7718) fix(deps): Update babel monorepo (#7719) chore(deps): update typescript-tooling (#7681) chore(deps): bump react-compiler linter (#7715) fix(deps): Update dev-non-major (#7708) fix(deps): update dependency react-rx to ^4.1.0 (#7714) fix(deps): update dependency @portabletext/editor to ^1.2.0 (#7709) chore(deps): update dependency lerna to ^8.1.9 (#7711) fix(deps): update dependency @sanity/ui to ^2.8.14 (#7713) chore: telemetry definition files are owned by @data-eng (#7703) fix(deps): update dependency react-rx to ^4.0.1 (#7712) fix(deps): Update dev-non-major (#7693) chore(deps): update dependency @vitejs/plugin-react to ^4.3.3 (#7688) fix(deps): update dependency @sanity/ui to ^2.8.13 (#7694) fix(deps): update dependency @portabletext/editor to ^1.1.11 (#7667) feat(cli): prepare nextjs starter template for live mode (#7633) ...
Configuration menu - View commit details
-
Copy full SHA for ea93fea - Browse repository at this point
Copy the full SHA ea93feaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b73f2d8 - Browse repository at this point
Copy the full SHA b73f2d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f909a7e - Browse repository at this point
Copy the full SHA f909a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6680455 - Browse repository at this point
Copy the full SHA 6680455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28304f7 - Browse repository at this point
Copy the full SHA 28304f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1390141 - Browse repository at this point
Copy the full SHA 1390141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c2bbb2 - Browse repository at this point
Copy the full SHA 0c2bbb2View commit details -
fix(test-studio): disable actions api for document operarations in te…
…st-studio for now
Configuration menu - View commit details
-
Copy full SHA for dc9e628 - Browse repository at this point
Copy the full SHA dc9e628View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af5370d - Browse repository at this point
Copy the full SHA af5370dView commit details -
fix(core): issue displaying the footer actions when document doesn't …
…exist in release
Configuration menu - View commit details
-
Copy full SHA for df8bf4d - Browse repository at this point
Copy the full SHA df8bf4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe87c5a - Browse repository at this point
Copy the full SHA fe87c5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d308098 - Browse repository at this point
Copy the full SHA d308098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55997fb - Browse repository at this point
Copy the full SHA 55997fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc16512 - Browse repository at this point
Copy the full SHA dc16512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b870e1 - Browse repository at this point
Copy the full SHA 4b870e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee198ab - Browse repository at this point
Copy the full SHA ee198abView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebfc5c3 - Browse repository at this point
Copy the full SHA ebfc5c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc8720 - Browse repository at this point
Copy the full SHA 5fc8720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2199dae - Browse repository at this point
Copy the full SHA 2199daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f50524d - Browse repository at this point
Copy the full SHA f50524dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed1169a - Browse repository at this point
Copy the full SHA ed1169aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5174074 - Browse repository at this point
Copy the full SHA 5174074View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15045d4 - Browse repository at this point
Copy the full SHA 15045d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for daca134 - Browse repository at this point
Copy the full SHA daca134View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b223327 - Browse repository at this point
Copy the full SHA b223327View commit details -
Merge branch 'next' into corel
* next: chore(deps): dedupe pnpm-lock.yaml (#7752) chore(deps): update react monorepo (#7753) fix(deps): update dependency react-rx to ^4.1.3 (#7744) fix(deps): update dependency @sanity/ui to ^2.8.19 (#7742) fix(deps): update dependency @portabletext/editor to ^1.5.4 (#7737) fix(deps): update dependency @sanity/presentation to v1.17.8 (#7743) test(codegen): migrate codegen tests to vitest (#7741) fix: invalid locale namespace specified for create (#7732) chore(deps): update dependency @sanity/prettier-config to ^1.0.3 (#7733) fix(deps): update dependency react-rx to ^4.1.1 (#7739) fix(deps): update dependency groq-js to ^1.14.0 (#7738) test(cli): migrate cli tests to vitest (#7731) fix(core): export BetaFeatures and ScheduledPublishing types (#7659) chore(test-studio): update dependency @portabletext/editor to ^1.4.1 (#7734) fix(deps): update dependency @portabletext/editor to ^1.4.1 (#7735) fix(deps): update dependency @portabletext/editor to ^1.4.0 (#7729) fix(deps): update dependency @sanity/ui to ^2.8.18 (#7730) fix(deps): Update dev-non-major (#7724) fix(deps): update dependency @sanity/ui to ^2.8.17 (#7725) fix(deps): update dependency @portabletext/editor to ^1.3.0 (#7727)
Configuration menu - View commit details
-
Copy full SHA for 49310e8 - Browse repository at this point
Copy the full SHA 49310e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d670fe9 - Browse repository at this point
Copy the full SHA d670fe9View commit details -
Merge branch 'next' into corel
* next: (49 commits) v3.63.0 chore(scripts): reordering blocks in release notes template script (#7758) chore(deps): update dependency babel-plugin-react-compiler to v19 (#7755) fix(deps): Update dev-non-major (#7736) chore(deps): dedupe pnpm-lock.yaml (#7752) chore(deps): update react monorepo (#7753) fix(deps): update dependency react-rx to ^4.1.3 (#7744) fix(deps): update dependency @sanity/ui to ^2.8.19 (#7742) fix(deps): update dependency @portabletext/editor to ^1.5.4 (#7737) fix(deps): update dependency @sanity/presentation to v1.17.8 (#7743) test(codegen): migrate codegen tests to vitest (#7741) fix: invalid locale namespace specified for create (#7732) chore(deps): update dependency @sanity/prettier-config to ^1.0.3 (#7733) fix(deps): update dependency react-rx to ^4.1.1 (#7739) fix(deps): update dependency groq-js to ^1.14.0 (#7738) test(cli): migrate cli tests to vitest (#7731) fix(core): export BetaFeatures and ScheduledPublishing types (#7659) chore(test-studio): update dependency @portabletext/editor to ^1.4.1 (#7734) fix(deps): update dependency @portabletext/editor to ^1.4.1 (#7735) fix(deps): update dependency @portabletext/editor to ^1.4.0 (#7729) ...
Configuration menu - View commit details
-
Copy full SHA for 9745162 - Browse repository at this point
Copy the full SHA 9745162View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90ca666 - Browse repository at this point
Copy the full SHA 90ca666View commit details -
fix(sanity): issue where the scheduled for banner was appearing in re…
…leases that shouldn't
Configuration menu - View commit details
-
Copy full SHA for 10dea69 - Browse repository at this point
Copy the full SHA 10dea69View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5fc349 - Browse repository at this point
Copy the full SHA b5fc349View commit details