diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a08128c..0e32d7290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.5](https://github.com/p3ol/oak/compare/v3.0.4...v3.0.5) (2023-05-18) + + +### Bug Fixes + +* **strapi-plugin:** media library modal zindex ([14e619e](https://github.com/p3ol/oak/commit/14e619ebc9f1d2a6b244ae4d58ed5a0dfc3c0249)) +* **theme:** image field preview size ([8aa9021](https://github.com/p3ol/oak/commit/8aa90219e11671e3a98cc11dce65448c0a8d51af)) + + + + + ## [3.0.4](https://github.com/p3ol/oak/compare/v3.0.3...v3.0.4) (2023-05-18) diff --git a/lerna.json b/lerna.json index a470f48f7..fc3fe47f2 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.0.4", + "version": "3.0.5", "command": { "publish": { "conventionalCommits": true diff --git a/packages/strapi-plugin/CHANGELOG.md b/packages/strapi-plugin/CHANGELOG.md index 058ee5b1a..014233797 100644 --- a/packages/strapi-plugin/CHANGELOG.md +++ b/packages/strapi-plugin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.5](https://github.com/p3ol/oak/compare/v3.0.4...v3.0.5) (2023-05-18) + + +### Bug Fixes + +* **strapi-plugin:** media library modal zindex ([14e619e](https://github.com/p3ol/oak/commit/14e619ebc9f1d2a6b244ae4d58ed5a0dfc3c0249)) + + + + + ## [3.0.4](https://github.com/p3ol/oak/compare/v3.0.3...v3.0.4) (2023-05-18) diff --git a/packages/strapi-plugin/package.json b/packages/strapi-plugin/package.json index ee9d0c091..5137a9bdd 100644 --- a/packages/strapi-plugin/package.json +++ b/packages/strapi-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@oakjs/strapi-plugin", - "version": "3.0.4", + "version": "3.0.5", "description": "🌳 Modern, lightweight & modulable page builder", "repository": { "type": "git", @@ -27,7 +27,7 @@ "@oakjs/addon-remirror": "^3.0.0", "@oakjs/ckeditor5-build-custom": "^3.0.3", "@oakjs/react": "^3.0.4", - "@oakjs/theme": "^3.0.0", + "@oakjs/theme": "^3.0.5", "@remirror/pm": "2.0.5", "@remirror/react": "2.0.28", "@strapi/design-system": "1.7.5", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index d4aae4f38..87cc69a6c 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.5](https://github.com/p3ol/oak/compare/v3.0.4...v3.0.5) (2023-05-18) + + +### Bug Fixes + +* **theme:** image field preview size ([8aa9021](https://github.com/p3ol/oak/commit/8aa90219e11671e3a98cc11dce65448c0a8d51af)) + + + + + # [3.0.0](https://github.com/p3ol/oak/compare/v3.0.0-alpha.40...v3.0.0) (2023-05-15) diff --git a/packages/theme/package.json b/packages/theme/package.json index 42bcc5bd9..0d36b3a37 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@oakjs/theme", - "version": "3.0.0", + "version": "3.0.5", "description": "🌳 Modern, lightweight & modulable page builder", "main": "dist/oak.min.css", "cdn": "dist/oak.min.css",