From 5b0f86613edc299aa9ea4d5d50e1323e5a2b38ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 17:32:56 -0700 Subject: [PATCH] chore: release 3.12.0 (#256) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3487de61..df555862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.12.0](https://www.github.com/blinkk/editor.dev-ui/compare/v3.11.1...v3.12.0) (2022-02-08) + + +### Features + +* Communication with preview iframe. ([#255](https://www.github.com/blinkk/editor.dev-ui/issues/255)) ([38c7e52](https://www.github.com/blinkk/editor.dev-ui/commit/38c7e52e8fe422daf5ebecd57dd9161084cd7851)) +* Partial list filtering by key using include/exclude filter. ([27b1b3c](https://www.github.com/blinkk/editor.dev-ui/commit/27b1b3c1eec138342545187c9bb8596936300d1b)) + + +### Bug Fixes + +* Fix the sorting of partials and the placement of priority config. ([624e607](https://www.github.com/blinkk/editor.dev-ui/commit/624e6072afd14b78f6a0e2bc7dd2415810f97188)) + ### [3.11.1](https://www.github.com/blinkk/editor.dev-ui/compare/v3.11.0...v3.11.1) (2021-11-30) diff --git a/package.json b/package.json index 215ad0d0..2bee747c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blinkk/editor.dev-ui", - "version": "3.11.1", + "version": "3.12.0", "license": "MIT", "homepage": "https://blinkk.github.com/editor.dev-ui", "description": "Structured content editor with live previews.",