From 8882e26309b8dcb99e82a98ec5382fd8691644a7 Mon Sep 17 00:00:00 2001 From: sherwinski Date: Fri, 8 Oct 2021 18:20:25 -0400 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 8 ++++---- package.json | 5 ++--- 3 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..5a27479c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.0](https://github.com/imgix/contentful/compare/5ed04a4a6c07ce5596f25b7306b1c0df1a0de641...v1.0.0) (2021-10-08) + +### Features + +- Allow users to configure their app with an imgix API key + * Add button to `Verify` user's key + * Users can assign the imgix app to pre-existing `JSON object` fields at installation +- Modal from which users can select an imgix source to browse images from +- Pagination buttons for browsing multiple pages of assets +- `Add image` button saves the image `src` to the field value +- `Replace` button to replace an image +- `Remove` button to clear a selection diff --git a/package-lock.json b/package-lock.json index 3d81d744..c3288253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "imgix-contentful", - "version": "0.1.0", + "name": "@imgix/contentful", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "imgix-contentful", - "version": "0.1.0", + "name": "@imgix/contentful", + "version": "1.0.0", "dependencies": { "@contentful/field-editor-single-line": "^0.15.0", "@contentful/field-editor-test-utils": "^0.17.0", diff --git a/package.json b/package.json index 6a1d3554..e7506eae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { - "name": "imgix-contentful", - "version": "0.1.0", - "private": true, + "name": "@imgix/contentful", + "version": "1.0.0", "dependencies": { "@contentful/field-editor-single-line": "^0.15.0", "@contentful/field-editor-test-utils": "^0.17.0",