Skip to content

Releases: sanity-io/sanity-studio-secrets

v2.0.0-v3-studio.3

30 Oct 17:02
Compare
Choose a tag to compare
v2.0.0-v3-studio.3 Pre-release
Pre-release

2.0.0-v3-studio.3 (2022-10-30)

Bug Fixes

  • corrected storeSecret key (96f95f1)

This release is also available on:

v2.0.0-v3-studio.2

28 Oct 12:20
Compare
Choose a tag to compare
v2.0.0-v3-studio.2 Pre-release
Pre-release

2.0.0-v3-studio.2 (2022-10-28)

Bug Fixes

  • docs: corrected install command (dd8bfdc)

This release is also available on:

v2.0.0-v3-studio.1

28 Oct 12:06
Compare
Choose a tag to compare
v2.0.0-v3-studio.1 Pre-release
Pre-release

2.0.0-v3-studio.1 (2022-10-28)

⚠ BREAKING CHANGES

  • initial v3 release
  • package is now named @sanity/secrets instead of sanity-secrets

Features

  • renamed package to @sanity/secrets (6fb61e4)

This release is also available on:

v0.1.0

22 Nov 15:44
43ab8e1
Compare
Choose a tag to compare

0.1.0 (2022-11-22)

Features

Bug Fixes

  • Add keys to the fragments (02ce64d)
  • Handle missing secrets and secrets that are deleted while subscribed (83478d2)
  • improve the handling of the observable query subscription (e951cb2)
  • updated API for built in @sanity/client (2e5b695)

0.1.0

16 Mar 01:16
43ab8e1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.6...0.1.0

0.0.6

11 Nov 21:31
8b01354
Compare
Choose a tag to compare

Fix small bug handling missing secrets

0.0.5

29 May 22:06
3c3927e
Compare
Choose a tag to compare

Update to new sanityClient config API

0.0.4

23 Mar 04:21
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

e951cb2 fix: improve the handling of the observable query subscription
02ce64d fix: Add keys to the fragments
83478d2 fix: Handle missing secrets and secrets that are deleted while subscribed