Skip to content

Commit

Permalink
feat: releases v0.5
Browse files Browse the repository at this point in the history
chore(release): publish corel [skip ci]

fix: fully support perspectives

chore: improve typegen, add react compiler

chore: start moving to typegen

chore: fix weird build issue

chore: bump versions, tweak live setup

chore(release): publish corel [skip ci]

fix: ensure drafts are included in the documents list

chore: render array if array

chore(release): publish corel [skip ci]

fix: apply changes in latest corel tagged release

chore: use `@sanity/client` to validate API perspective

fix: only refetch if the list of ids have changed

chore: sync up remaining changes

fix: improve perspectives handling

chore: regen lockfile

chore: fix linter issues

chore(release): publish corel [skip ci]

chore: prepare release

fix: apply suggestion from pedro

fix: restore changes lost in merge conflict handling

fix: adjust to changes in bundle perspectives

chore: lockfile

fix: use publishedId from 'sanity'

fix: use publishedId when fetching union types

chore(release-overlay-previews): add simple release overlay previews (#2084)

* chore(release-overlay-previews): add simple release overlay previews

wip improve data fetching

wip ui

tidy up comments

tidy up postmessagereleases

ensure preview is only shown when data attribute is set

* chore(release-overlay-previews): use useReleases hook

* chore(release-overlay-previews): add releases.data to comlink useEffect deps

* fix: update how the nearestRelease is obtained

---------

fix: support bundle perspective (#2083)

* chore: fix live-next build

* fix: support bundle perspective

fix: ensure comlink stays connected if `navigate` changes (#2082)

* chore: find cause

* fix: handle comlink disconnect

* chore: remove debug code

fix: remove vite.config temp file

chore: revert presentation loader tag name change

chore(publish): publish new version

fix(loader): load drafts data when using previewDrafts

feat(presentation): add releases to presentation - first pass

chore(deps): update to 6.22.2-bundle-perspective client

chore(deps): update sanity to latest corel

chore(deps): remove local sanity icons and ui packages

chore(deps): update sanity corel to latest

chore(deps): update sanity corel to latest

chore(deps): update to 6.22.2-bundle-perspective client

fix(deps): add the registry files

fix: update types due to client change

chore(deps): link with tagged client release

Update sanity.types.ts

Update sanity.types.ts

chore(release): publish corel [skip ci]

Co-Authored-By: pedrobonamin <[email protected]>
Co-Authored-By: George Francis <[email protected]>
  • Loading branch information
2 people authored and stipsan committed Jan 17, 2025
1 parent 8588e09 commit 97bfaa2
Show file tree
Hide file tree
Showing 5 changed files with 466 additions and 261 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
],
"semanticCommitType": "fix",
"rangeStrategy": "bump"
},
{
"matchDepNames": ["@sanity/types", "@sanity/util", "@sanity/vision", "groq", "sanity"],
"followTag": "corel"
}
]
}
4 changes: 4 additions & 0 deletions apps/studio/sanity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ function defineWorkspace(
projectId,
dataset,
plugins,
scheduledPublishing: {
// Content Releases already handle scheduling
enabled: false,
},
})
}

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
"prettier": "@repo/prettier-config",
"dependencies": {
"@sanity/types": "3.70.0",
"@sanity/util": "3.70.0",
"@sanity/vision": "3.70.0",
"groq": "3.70.0",
"sanity": "3.70.0"
"@sanity/types": "3.70.1-corel.544",
"@sanity/util": "3.70.1-corel.544",
"@sanity/vision": "3.70.1-corel.544",
"groq": "3.70.1-corel.544",
"sanity": "3.70.1-corel.544"
},
"devDependencies": {
"@repo/prettier-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/@repo/env/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const datasets = {
'blog': 'blog',
} as const

export const apiVersion = '2024-10-21' as const
export const apiVersion = 'X' as const

export const workspaces = {
'astro': {
Expand Down
Loading

0 comments on commit 97bfaa2

Please sign in to comment.