Skip to content

Commit 81ce4d7

Browse files
chore(release): 3.0.1 [skip ci]
1 parent 76813e5 commit 81ce4d7

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+
## [3.0.1](https://github.com/sanity-io/sanity-studio-secrets/compare/v3.0.0...v3.0.1) (2024-12-17)
9+
10+
### Bug Fixes
11+
12+
- support react 19 ([#21](https://github.com/sanity-io/sanity-studio-secrets/issues/21)) ([acd1406](https://github.com/sanity-io/sanity-studio-secrets/commit/acd1406664d6ae760c207f3c85ff555db16a78ae))
13+
814
## [3.0.0](https://github.com/sanity-io/sanity-studio-secrets/compare/v2.0.2...v3.0.0) (2024-04-25)
915

1016
### ⚠ BREAKING CHANGES

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