From aca8e7940e505427521bdf128bc91d85ae6601fa Mon Sep 17 00:00:00 2001 From: sherwinski Date: Wed, 13 Apr 2022 00:32:13 -0400 Subject: [PATCH] chore(release): 1.2.2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 10 ++-------- package.json | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d334bc2..3e4f572c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.2.2](https://github.com/imgix/contentful/compare/v1.2.1...v1.2.2) (2022-04-13) + +### Bug Fixes + +- optional chain when accessing editor interfaces and controls + +### Updates + +- adds in internal analytics to assist with future product improvements + ## [1.2.1](https://github.com/imgix/contentful/compare/v1.2.0...v1.2.1) (2022-02-02) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 3fde229b..80f48f23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@imgix/contentful", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@imgix/contentful", - "version": "1.2.1", + "version": "1.2.2", "license": "BSD-2-Clause", "dependencies": { "@contentful/field-editor-single-line": "^0.15.0", @@ -28194,15 +28194,9 @@ "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==" }, "imgix-management-js": { -<<<<<<< HEAD - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/imgix-management-js/-/imgix-management-js-1.2.2.tgz", - "integrity": "sha512-sdLvAetwThc6p/fxX+7snuPsW9AXwTOAHJ4DWFtG5lxxDxYlymv97oBu0PqvAFTnRBBbWZnPrGz/aYDyUFZPTg==", -======= "version": "1.3.0", "resolved": "https://registry.npmjs.org/imgix-management-js/-/imgix-management-js-1.3.0.tgz", "integrity": "sha512-YvCNjwn/wN2WHH2V7SkZFf00HgTNNfvIyljOYbaSY+zxeq7thuzGW2bFhVvmPEySDiCZt26qJFmdZHJNnKpVRQ==", ->>>>>>> 86f6b05 (chore(deps): upgrade imgix-management-js to 1.3.0) "requires": { "node-fetch": "^2.6.0" } diff --git a/package.json b/package.json index 1d27f252..2371ba36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imgix/contentful", - "version": "1.2.1", + "version": "1.2.2", "description": "Browse for, select, and insert image assets into your content quickly and easily via the imgix Image Manager.", "author": "imgix SDK team ", "private": false,