Skip to content

Commit

Permalink
feat(vision): add v2022-03-07 to list of API versions (#5102)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars authored Nov 2, 2023
1 parent c915ba2 commit ddd25cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/vision/src/apiVersions.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const API_VERSIONS = ['v1', 'vX', 'v2021-03-25', 'v2021-10-21']
export const API_VERSIONS = ['v1', 'vX', 'v2021-03-25', 'v2021-10-21', 'v2022-03-07']
export const [DEFAULT_API_VERSION] = API_VERSIONS.slice(-1)

2 comments on commit ddd25cd

@vercel
Copy link

@vercel vercel bot commented on ddd25cd Nov 2, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

performance-studio – ./

performance-studio-git-next.sanity.build
performance-studio.sanity.build

@vercel
Copy link

@vercel vercel bot commented on ddd25cd Nov 2, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

Please sign in to comment.