Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit adc34dc

Browse files
chore(release): 2.0.2 [skip ci]
1 parent f332be9 commit adc34dc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [2.0.2](https://github.com/sanity-io/sanity-studio-secrets/compare/v2.0.1...v2.0.2) (2022-11-25)
9+
10+
### Bug Fixes
11+
12+
- **deps:** sanity ^3.0.0 (rc.3 compatible) ([f332be9](https://github.com/sanity-io/sanity-studio-secrets/commit/f332be965b008a9a8872666f6f89585d73fcad44))
13+
814
## [2.0.1](https://github.com/sanity-io/sanity-studio-secrets/compare/v2.0.0...v2.0.1) (2022-11-15)
915

1016
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/studio-secrets",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "React hooks and UI for reading and managing secrets in a Sanity Studio. This is a good pattern for keeping configuration secret. Instead of using environment variables which would be bundled with the Studio source (it is an SPA), we store secret information in a document in the dataset. This document will not be readable to externals even in a public dataset. With custom access controls you can also specify which users can read the configuration in your Studio.",
55
"homepage": "https://github.com/sanity-io/sanity-studio-secrets#readme",
66
"bugs": {

0 commit comments

Comments
 (0)