Skip to content

Commit

Permalink
v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed May 18, 2023
1 parent 035fc9b commit 89f3eb5
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 5 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.4](https://github.com/p3ol/oak/compare/v3.0.3...v3.0.4) (2023-05-18)


### Bug Fixes

* **strapi-plugin:** switch styles for editor ([fcc5704](https://github.com/p3ol/oak/commit/fcc57046d13c6acce0464ef6c3a67dac11ce4438))
* wrong col responsive options ([c2aea91](https://github.com/p3ol/oak/commit/c2aea91d62aacae73d04d152c448c8d482526125))





## [3.0.3](https://github.com/p3ol/oak/compare/v3.0.2...v3.0.3) (2023-05-17)


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.3",
"version": "3.0.4",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.4](https://github.com/p3ol/oak/compare/v3.0.3...v3.0.4) (2023-05-18)


### Bug Fixes

* wrong col responsive options ([c2aea91](https://github.com/p3ol/oak/commit/c2aea91d62aacae73d04d152c448c8d482526125))





## [3.0.1](https://github.com/p3ol/oak/compare/v3.0.0...v3.0.1) (2023-05-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oakjs/core",
"version": "3.0.1",
"version": "3.0.4",
"description": "🌳 Modern, lightweight & modulable page builder",
"main": "dist/oak-core.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/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.4](https://github.com/p3ol/oak/compare/v3.0.3...v3.0.4) (2023-05-18)


### Bug Fixes

* wrong col responsive options ([c2aea91](https://github.com/p3ol/oak/commit/c2aea91d62aacae73d04d152c448c8d482526125))





## [3.0.2](https://github.com/p3ol/oak/compare/v3.0.1...v3.0.2) (2023-05-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oakjs/react",
"version": "3.0.2",
"version": "3.0.4",
"description": "🌳 Modern, lightweight & modulable page builder",
"main": "dist/oak-react.cjs.js",
"jsnext:main": "dist/esm/index.js",
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.4](https://github.com/p3ol/oak/compare/v3.0.3...v3.0.4) (2023-05-18)


### Bug Fixes

* **strapi-plugin:** switch styles for editor ([fcc5704](https://github.com/p3ol/oak/commit/fcc57046d13c6acce0464ef6c3a67dac11ce4438))





## [3.0.3](https://github.com/p3ol/oak/compare/v3.0.2...v3.0.3) (2023-05-17)


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.3",
"version": "3.0.4",
"description": "🌳 Modern, lightweight & modulable page builder",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"@oakjs/addon-ckeditor5-react": "^3.0.0",
"@oakjs/addon-remirror": "^3.0.0",
"@oakjs/ckeditor5-build-custom": "^3.0.3",
"@oakjs/react": "^3.0.2",
"@oakjs/react": "^3.0.4",
"@oakjs/theme": "^3.0.0",
"@remirror/pm": "2.0.5",
"@remirror/react": "2.0.28",
Expand Down

0 comments on commit 89f3eb5

Please sign in to comment.