From 01cd0d1a52aa9fd535db0e6effaf64a77d203d5e Mon Sep 17 00:00:00 2001 From: david-vaclavek <49518842+david-vaclavek@users.noreply.github.com> Date: Thu, 2 May 2024 09:07:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release:=200.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f985962 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +## 0.2.6 (2024-05-02) +### 🔀 Pull Requests + +- [Add release CI #52](https://github.com/localazy/strapi-plugin/pull/52) +- [LOC-1056 - Add support for the unofficial CKEditor5 plugin #50](https://github.com/localazy/strapi-plugin/pull/50) +- [LOC-1015 Strapi plugin does not work on certain versions #48](https://github.com/localazy/strapi-plugin/pull/48) + +### ✨ Features + +- add support for `plugin::ckeditor5.CKEditor` custom field ([dddaebc](https://github.com/localazy/strapi-plugin/commit/dddaebc)) ([#50](https://github.com/localazy/strapi-plugin/pull/50)) +- add STRAPI_ADMIN_LOCALAZY_ENV env variable during the installation ([5f55f1b](https://github.com/localazy/strapi-plugin/commit/5f55f1b)) ([#48](https://github.com/localazy/strapi-plugin/pull/48)) + +### 🐛 Bug Fixes + +- updated STRAPI_ADMIN env variable value ([5f55f1b](https://github.com/localazy/strapi-plugin/commit/5f55f1b)) ([#48](https://github.com/localazy/strapi-plugin/pull/48)) + +### 📚 Documentation + +- update README of new installation instructions ([5f55f1b](https://github.com/localazy/strapi-plugin/commit/5f55f1b)) ([#48](https://github.com/localazy/strapi-plugin/pull/48)) + +### 🧰 Other Commits + +- Add release CI ([770ea8a](https://github.com/localazy/strapi-plugin/commit/770ea8a)) ([#52](https://github.com/localazy/strapi-plugin/pull/52)) +- duplicate config for admin panel ([5f55f1b](https://github.com/localazy/strapi-plugin/commit/5f55f1b)) ([#48](https://github.com/localazy/strapi-plugin/pull/48)) +- remove extra imports ([5f55f1b](https://github.com/localazy/strapi-plugin/commit/5f55f1b)) ([#48](https://github.com/localazy/strapi-plugin/pull/48)) + diff --git a/package-lock.json b/package-lock.json index 01329c7..5424349 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@localazy/strapi-plugin", - "version": "0.2.5", + "version": "0.2.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@localazy/strapi-plugin", - "version": "0.2.5", + "version": "0.2.6", "license": "MIT", "dependencies": { "@david-vaclavek/deep-keys": "^0.5.0", diff --git a/package.json b/package.json index dcfe651..8f61df7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@localazy/strapi-plugin", - "version": "0.2.5", + "version": "0.2.6", "description": "The official Strapi Plugin by Localazy.", "strapi": { "name": "localazy",