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

Commit 426c9a6

Browse files
chore(release): 3.0.2 [skip ci]
1 parent 185ec8b commit 426c9a6

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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+
## [3.0.2](https://github.com/sanity-io/sanity-studio-secrets/compare/v3.0.1...v3.0.2) (2025-07-10)
9+
10+
### Bug Fixes
11+
12+
- **deps:** allow studio v4 in peer dep ranges ([#22](https://github.com/sanity-io/sanity-studio-secrets/issues/22)) ([185ec8b](https://github.com/sanity-io/sanity-studio-secrets/commit/185ec8bb5604abb49b91661b620fe073ffe55b36))
13+
814
## [3.0.1](https://github.com/sanity-io/sanity-studio-secrets/compare/v3.0.0...v3.0.1) (2024-12-17)
915

1016
### Bug Fixes

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Sanity.io
3+
Copyright (c) 2025 Sanity.io
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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": "3.0.1",
3+
"version": "3.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)