diff --git a/.changeset/brave-dingos-pay.md b/.changeset/brave-dingos-pay.md deleted file mode 100644 index 1d828718e..000000000 --- a/.changeset/brave-dingos-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Add `storage.pathPrefix` option diff --git a/.changeset/curly-clocks-flash.md b/.changeset/curly-clocks-flash.md deleted file mode 100644 index 838836b4e..000000000 --- a/.changeset/curly-clocks-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Add link to cloud images on dashboard diff --git a/.changeset/famous-pigs-hang.md b/.changeset/famous-pigs-hang.md deleted file mode 100644 index 9c3ca8afb..000000000 --- a/.changeset/famous-pigs-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Remove unused dependencies diff --git a/.changeset/fifty-mayflies-matter.md b/.changeset/fifty-mayflies-matter.md deleted file mode 100644 index c008edad8..000000000 --- a/.changeset/fifty-mayflies-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Added an option to duplicate an existing entry in a collection diff --git a/.changeset/grumpy-rocks-drop.md b/.changeset/grumpy-rocks-drop.md deleted file mode 100644 index 3ee2a8143..000000000 --- a/.changeset/grumpy-rocks-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Allow pasting more variations of cloud image urls in `fields.cloudImage` and `cloudImage` component block diff --git a/.changeset/moody-buttons-grow.md b/.changeset/moody-buttons-grow.md deleted file mode 100644 index b0108e730..000000000 --- a/.changeset/moody-buttons-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Editor: fields editing in a modal instead of in-document diff --git a/.changeset/nine-poets-appear.md b/.changeset/nine-poets-appear.md deleted file mode 100644 index c096486c1..000000000 --- a/.changeset/nine-poets-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Show logged in user in header in cloud mode diff --git a/packages/keystatic/CHANGELOG.md b/packages/keystatic/CHANGELOG.md index 22fe264fa..d93615d8c 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystatic/core +## 0.1.5 + +### Patch Changes + +- e36b026d: Add `storage.pathPrefix` option +- 9411896b: Add link to cloud images on dashboard +- 303e845d: Remove unused dependencies +- 183e1293: Added an option to duplicate an existing entry in a collection +- a05fc4cb: Allow pasting more variations of cloud image urls in + `fields.cloudImage` and `cloudImage` component block +- df4f06ae: Editor: fields editing in a modal instead of in-document +- b5eb69d1: Show logged in user in header in cloud mode + ## 0.1.4 ### Patch Changes diff --git a/packages/keystatic/package.json b/packages/keystatic/package.json index bcd864621..0a90dd4a7 100644 --- a/packages/keystatic/package.json +++ b/packages/keystatic/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/core", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "repository": { "type": "git",