From cb9ffc4151f4489239237a84b7dcc7728a1c1c77 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Nov 2022 10:56:28 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b75e04a..37fe022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.0](https://github.com/sanity-io/sanity-studio-secrets/compare/v1.0.0...v2.0.0) (2022-11-15) + +### ⚠ BREAKING CHANGES + +- this version of @sanity/studio-secrets only works in sanity v3 +- package is now named @sanity/secrets instead of sanity-secrets + +### Features + +- initial sanity V3 release ([6e2c730](https://github.com/sanity-io/sanity-studio-secrets/commit/6e2c730d4ed3d8f69cecf7f14a879d4dee55f750)) +- initial v3 version ([e0b4e59](https://github.com/sanity-io/sanity-studio-secrets/commit/e0b4e59ea64de8b993cb4272d064a382341f6c76)) +- renamed package to @sanity/secrets ([6fb61e4](https://github.com/sanity-io/sanity-studio-secrets/commit/6fb61e45610d72976e1aefe5ed08d7141f7884ea)) + +### Bug Fixes + +- compiled for sanity 3.0.0-rc.0 ([2b012f8](https://github.com/sanity-io/sanity-studio-secrets/commit/2b012f8c33a4bd14296c2038f55c1b4898434617)) +- compiled for sanity 3.0.0-rc.2 ([2e5b8e7](https://github.com/sanity-io/sanity-studio-secrets/commit/2e5b8e7c39328346d3dbcefefacf8eb1ebf52315)) +- corrected storeSecret key ([96f95f1](https://github.com/sanity-io/sanity-studio-secrets/commit/96f95f1c6f23f2f977f53b1827262cdd9a2ef1e1)) +- **deps:** pkg-utils & @sanity/plugin-kit ([5bd94d5](https://github.com/sanity-io/sanity-studio-secrets/commit/5bd94d55b9369044e7a841d6300021af2f3fa7ca)) +- **docs:** corrected install command ([dd8bfdc](https://github.com/sanity-io/sanity-studio-secrets/commit/dd8bfdcf219f0b1680524f7cc7b71ecdaffcc84c)) +- **docs:** use correct package name in README.md ([191246b](https://github.com/sanity-io/sanity-studio-secrets/commit/191246b76eea70a11f97e5f29f08f514ac8eb4c1)) +- fallback to empty value in key editor ([11a0456](https://github.com/sanity-io/sanity-studio-secrets/commit/11a0456f61b683deb8b3608cab443a50f0babbb2)) +- **release:** v3 release ([4d94493](https://github.com/sanity-io/sanity-studio-secrets/commit/4d944930b33b9b4aa16a124c948a2224550395f2)) +- renamed package to @sanity/studio-secrets ([0a5aa16](https://github.com/sanity-io/sanity-studio-secrets/commit/0a5aa16d19ec2f3962a9b757af3c011fdcd3b3e5)) + ## [2.0.0-v3-studio.8](https://github.com/sanity-io/sanity-studio-secrets/compare/v2.0.0-v3-studio.7...v2.0.0-v3-studio.8) (2022-11-04) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 4b09267..2814d65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sanity/studio-secrets", - "version": "2.0.0-v3-studio.8", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sanity/studio-secrets", - "version": "2.0.0-v3-studio.8", + "version": "2.0.0", "license": "MIT", "dependencies": { "@sanity/incompatible-plugin": "^1.0.4" diff --git a/package.json b/package.json index 3300c30..3d6ef83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/studio-secrets", - "version": "2.0.0-v3-studio.8", + "version": "2.0.0", "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": {