Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed May 18, 2023
1 parent 8aa9021 commit c8043d8
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.0.4",
"version": "3.0.5",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/strapi-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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

0 comments on commit c8043d8

Please sign in to comment.