Skip to content

Commit

Permalink
🚀 release: 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
david-vaclavek authored and github-actions[bot] committed May 2, 2024
1 parent 770ea8a commit 01cd0d1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 01cd0d1

Please sign in to comment.