diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc73dc..eaa5899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.2](https://github.com/sanity-io/sanity-studio-secrets/compare/v2.0.1...v2.0.2) (2022-11-25) + +### Bug Fixes + +- **deps:** sanity ^3.0.0 (rc.3 compatible) ([f332be9](https://github.com/sanity-io/sanity-studio-secrets/commit/f332be965b008a9a8872666f6f89585d73fcad44)) + ## [2.0.1](https://github.com/sanity-io/sanity-studio-secrets/compare/v2.0.0...v2.0.1) (2022-11-15) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 3359ecd..af4f34f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sanity/studio-secrets", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sanity/studio-secrets", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "@sanity/incompatible-plugin": "^1.0.4", diff --git a/package.json b/package.json index 8121f5b..ee5f96a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/studio-secrets", - "version": "2.0.1", + "version": "2.0.2", "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.", "homepage": "https://github.com/sanity-io/sanity-studio-secrets#readme", "bugs": {