diff --git a/CHANGELOG.md b/CHANGELOG.md index ed5c80a..5a7084c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/compare/v0.2.4...v1.0.0) (2022-11-17) + +### ⚠ BREAKING CHANGES + +- this version does not work in Sanity Studio v2 +- No longer works in Studio V3 + +### Features + +- initial Sanity Studio v3 release ([299e0ff](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/299e0ff6975e3c5c490927c08c089067a96d3f47)) +- studio v3 version ([b96bc92](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/b96bc920ddab5f8b6c7fc14992b8e85fe8781822)) + +### Bug Fixes + +- bump to `dev-preview.22` ([d891e62](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/d891e624ef4f6dd2ac435161b5bc828b0394338f)) +- compiled for sanity 3.0.0-rc.0 ([7d38147](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/7d381479e1e126db165d914e6a3f0902f5ecc9b0)) +- **deps:** dev-preview.21 ([3d27d95](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/3d27d951e93520872e4096d1a7dd04dca44c630d)) +- **deps:** pin dependency @sanity/ui to 1.0.0-beta.32 ([#59](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/issues/59)) ([ce459ce](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/ce459ce2a2b87fe4a827c0e3675492ee5fd4df9c)) +- **deps:** pkg-utils & @sanity/plugin-kit ([09a49c0](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/09a49c021cf3573f92e895c99dd047f4fc565d4a)) +- **deps:** sanity 3.0.0-dev-preview.17 ([fd846ce](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/fd846cec334a4a4e18a461e1cd2ae64271a36f54)) +- **deps:** sanity/ui 0.38 ([8da5b91](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/8da5b9116316d856e766b39e8599775ed65b72c0)) +- **deps:** update dependency rxjs to ^6.6.7 (v3) ([#21](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/issues/21)) ([0d323ec](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/0d323ecdee947251ea187b91278a59fa01c9c273)) +- **deps:** update sanity packages to v1 (v3) (major) ([#20](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/issues/20)) ([2b1efd2](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/2b1efd2dd0de5e7ffd533678de2fe2a7321f79ac)) +- replace `parcel` with `@sanity/pkg-utils` ([46988fd](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/46988fd04acf148b749b9b8d8e743405c10eff05)) +- set apiVersion in useClient ([260e875](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/260e8754a9171177726463681ef555d3faab7aaa)) +- styled-components is a peer dep ([d2051e2](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/d2051e27ac37ae8b3a5295b76a098aa3a897e0b1)) +- update docs ([3776bbc](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/3776bbcb787f9d4e7457b9d39efe3ff05f62e794)) +- use currentColor in Unsplash logo svg ([0c0b241](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/0c0b241e4ffdcdabe77a4dd807919c6fb1c8195c)) +- use exact `@sanity/ui` version ([62a260c](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/62a260cab6fcfb15fb60986ffaf5b2210b31231f)) +- use the same `@sanity/ui` as `dev-preview` ([156970d](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/commit/156970d2f244a48e20a9e0712ed38a6dbafdb500)) + ## [3.0.0-v3-studio.13](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/compare/v3.0.0-v3-studio.12...v3.0.0-v3-studio.13) (2022-11-04) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b6b858c..8e734b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sanity-plugin-asset-source-unsplash", - "version": "3.0.0-v3-studio.13", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sanity-plugin-asset-source-unsplash", - "version": "3.0.0-v3-studio.13", + "version": "1.0.0", "license": "MIT", "dependencies": { "@sanity/incompatible-plugin": "^1.0.4", diff --git a/package.json b/package.json index 3957b62..1f2dd1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanity-plugin-asset-source-unsplash", - "version": "3.0.0-v3-studio.13", + "version": "1.0.0", "description": "Use images from Unsplash.com in your Sanity Studio", "keywords": [ "sanity",