From 8760b1033929b4d4f80684350bf2f73ec1924d24 Mon Sep 17 00:00:00 2001 From: Ugo Stephant Date: Thu, 1 Aug 2024 19:21:45 +0200 Subject: [PATCH] v3.7.7 --- CHANGELOG.md | 17 +++++++++++++++++ lerna.json | 2 +- packages/addon-ckeditor5-react/CHANGELOG.md | 8 ++++++++ packages/addon-ckeditor5-react/package.json | 4 ++-- packages/addon-remirror/CHANGELOG.md | 8 ++++++++ packages/addon-remirror/package.json | 2 +- packages/ckeditor5-build-custom/CHANGELOG.md | 8 ++++++++ packages/ckeditor5-build-custom/package.json | 2 +- packages/react/CHANGELOG.md | 15 +++++++++++++++ packages/react/package.json | 2 +- packages/strapi-plugin/CHANGELOG.md | 8 ++++++++ packages/strapi-plugin/package.json | 12 ++++++------ packages/theme/CHANGELOG.md | 14 ++++++++++++++ packages/theme/package.json | 2 +- yarn.lock | 20 ++++++++++---------- 15 files changed, 101 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4718076b4..830e1f6a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.7](https://github.com/p3ol/oak/compare/v3.7.6...v3.7.7) (2024-08-01) + + +### Bug Fixes + +* **deps:** update dependency @floating-ui/react to v0.26.20 ([72b4e14](https://github.com/p3ol/oak/commit/72b4e14475e6d93b709eedb6ded42b32628ffdbd)) +* **deps:** update poool junipero monorepo to v3.7.3 ([b23fff5](https://github.com/p3ol/oak/commit/b23fff574b17b2ebc25c1a19ee7cd30dcfa7c430)) +* **drag-drop:** remove the verification on disallow for siblings on drop ([da68891](https://github.com/p3ol/oak/commit/da688919f5b34e46ccee77069fc0676af1ca28bf)) +* **oak-elements:** set options ont top left for every components that have a custom inner content ([f06c8d3](https://github.com/p3ol/oak/commit/f06c8d30a3f808d5ad14b1c16f13a834b8f2fb6a)) +* **options:** remove linebreaks on eof ([cd64ac0](https://github.com/p3ol/oak/commit/cd64ac0249af10be826b7970f6dcaa6dffcfd81f)) +* **options:** rename className for innerContent ([a22171a](https://github.com/p3ol/oak/commit/a22171a9ec90da3e6805d2a9f3b43516f09639e5)) +* remove useless linebreaks ([0c2452f](https://github.com/p3ol/oak/commit/0c2452f34b3d289e5a9f2197a6e1272243cbbcf3)) + + + + + ## [3.7.6](https://github.com/p3ol/oak/compare/v3.7.5...v3.7.6) (2024-07-19) diff --git a/lerna.json b/lerna.json index f69bd4411..08539b802 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*" ], "npmClient": "yarn", - "version": "3.7.6", + "version": "3.7.7", "command": { "publish": { "conventionalCommits": true diff --git a/packages/addon-ckeditor5-react/CHANGELOG.md b/packages/addon-ckeditor5-react/CHANGELOG.md index 4884fb6b9..3151704fe 100644 --- a/packages/addon-ckeditor5-react/CHANGELOG.md +++ b/packages/addon-ckeditor5-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.7](https://github.com/p3ol/oak/compare/v3.7.6...v3.7.7) (2024-08-01) + +**Note:** Version bump only for package @oakjs/addon-ckeditor5-react + + + + + ## [3.7.6](https://github.com/p3ol/oak/compare/v3.7.5...v3.7.6) (2024-07-19) **Note:** Version bump only for package @oakjs/addon-ckeditor5-react diff --git a/packages/addon-ckeditor5-react/package.json b/packages/addon-ckeditor5-react/package.json index 21ec6dd6c..b6f0aded9 100644 --- a/packages/addon-ckeditor5-react/package.json +++ b/packages/addon-ckeditor5-react/package.json @@ -1,6 +1,6 @@ { "name": "@oakjs/addon-ckeditor5-react", - "version": "3.7.6", + "version": "3.7.7", "description": "🌳 Modern, lightweight & modulable page builder", "main": "dist/oak-addon-ckeditor.cjs.js", "module": "dist/esm/index.js", @@ -23,7 +23,7 @@ "react-dom": "^18.0.0" }, "dependencies": { - "@oakjs/ckeditor5-build-custom": "^3.7.6" + "@oakjs/ckeditor5-build-custom": "^3.7.7" }, "devDependencies": { "@oakjs/ckeditor5-build-custom": "workspace:*", diff --git a/packages/addon-remirror/CHANGELOG.md b/packages/addon-remirror/CHANGELOG.md index f1fce5e70..9a72c3ae6 100644 --- a/packages/addon-remirror/CHANGELOG.md +++ b/packages/addon-remirror/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.7](https://github.com/p3ol/oak/compare/v3.7.6...v3.7.7) (2024-08-01) + +**Note:** Version bump only for package @oakjs/addon-remirror + + + + + ## [3.7.6](https://github.com/p3ol/oak/compare/v3.7.5...v3.7.6) (2024-07-19) **Note:** Version bump only for package @oakjs/addon-remirror diff --git a/packages/addon-remirror/package.json b/packages/addon-remirror/package.json index 8bd5213a6..776662db9 100644 --- a/packages/addon-remirror/package.json +++ b/packages/addon-remirror/package.json @@ -1,6 +1,6 @@ { "name": "@oakjs/addon-remirror", - "version": "3.7.6", + "version": "3.7.7", "description": "🌳 Modern, lightweight & modulable page builder", "main": "dist/oak-addon-remirror.cjs.js", "module": "dist/esm/index.js", diff --git a/packages/ckeditor5-build-custom/CHANGELOG.md b/packages/ckeditor5-build-custom/CHANGELOG.md index 64e53a317..49bfdad22 100644 --- a/packages/ckeditor5-build-custom/CHANGELOG.md +++ b/packages/ckeditor5-build-custom/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.7](https://github.com/p3ol/oak/compare/v3.7.6...v3.7.7) (2024-08-01) + +**Note:** Version bump only for package @oakjs/ckeditor5-build-custom + + + + + ## [3.7.6](https://github.com/p3ol/oak/compare/v3.7.5...v3.7.6) (2024-07-19) **Note:** Version bump only for package @oakjs/ckeditor5-build-custom diff --git a/packages/ckeditor5-build-custom/package.json b/packages/ckeditor5-build-custom/package.json index 75bb57156..2b4fa1568 100644 --- a/packages/ckeditor5-build-custom/package.json +++ b/packages/ckeditor5-build-custom/package.json @@ -2,7 +2,7 @@ "name": "@oakjs/ckeditor5-build-custom", "author": "CKSource", "description": "A custom CKEditor 5 build made by the CKEditor 5 online builder.", - "version": "3.7.6", + "version": "3.7.7", "license": "SEE LICENSE IN LICENSE.md", "main": "dist/ckeditor.js", "types": "dist/types/index.d.ts", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 675aaa943..92f663a9f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.7](https://github.com/p3ol/oak/compare/v3.7.6...v3.7.7) (2024-08-01) + + +### Bug Fixes + +* **deps:** update dependency @floating-ui/react to v0.26.20 ([72b4e14](https://github.com/p3ol/oak/commit/72b4e14475e6d93b709eedb6ded42b32628ffdbd)) +* **deps:** update poool junipero monorepo to v3.7.3 ([b23fff5](https://github.com/p3ol/oak/commit/b23fff574b17b2ebc25c1a19ee7cd30dcfa7c430)) +* **drag-drop:** remove the verification on disallow for siblings on drop ([da68891](https://github.com/p3ol/oak/commit/da688919f5b34e46ccee77069fc0676af1ca28bf)) +* **oak-elements:** set options ont top left for every components that have a custom inner content ([f06c8d3](https://github.com/p3ol/oak/commit/f06c8d30a3f808d5ad14b1c16f13a834b8f2fb6a)) +* **options:** rename className for innerContent ([a22171a](https://github.com/p3ol/oak/commit/a22171a9ec90da3e6805d2a9f3b43516f09639e5)) + + + + + ## [3.7.6](https://github.com/p3ol/oak/compare/v3.7.5...v3.7.6) (2024-07-19) diff --git a/packages/react/package.json b/packages/react/package.json index e587942b8..4273eedf5 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@oakjs/react", - "version": "3.7.6", + "version": "3.7.7", "description": "🌳 Modern, lightweight & modulable page builder", "main": "dist/oak-react.cjs.js", "module": "dist/esm/index.js", diff --git a/packages/strapi-plugin/CHANGELOG.md b/packages/strapi-plugin/CHANGELOG.md index 9f1810274..f036672d1 100644 --- a/packages/strapi-plugin/CHANGELOG.md +++ b/packages/strapi-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.7](https://github.com/p3ol/oak/compare/v3.7.6...v3.7.7) (2024-08-01) + +**Note:** Version bump only for package @oakjs/strapi-plugin + + + + + ## [3.7.6](https://github.com/p3ol/oak/compare/v3.7.5...v3.7.6) (2024-07-19) diff --git a/packages/strapi-plugin/package.json b/packages/strapi-plugin/package.json index 74b17bbbf..e9f7087f8 100644 --- a/packages/strapi-plugin/package.json +++ b/packages/strapi-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@oakjs/strapi-plugin", - "version": "3.7.6", + "version": "3.7.7", "description": "🌳 Modern, lightweight & modulable page builder", "repository": { "type": "git", @@ -22,11 +22,11 @@ }, "dependencies": { "@ckeditor/ckeditor5-react": "7.0.0", - "@oakjs/addon-ckeditor5-react": "^3.7.6", - "@oakjs/addon-remirror": "^3.7.6", - "@oakjs/ckeditor5-build-custom": "^3.7.6", - "@oakjs/react": "^3.7.6", - "@oakjs/theme": "^3.7.3", + "@oakjs/addon-ckeditor5-react": "^3.7.7", + "@oakjs/addon-remirror": "^3.7.7", + "@oakjs/ckeditor5-build-custom": "^3.7.7", + "@oakjs/react": "^3.7.7", + "@oakjs/theme": "^3.7.7", "@remirror/pm": "2.0.9", "@remirror/react": "2.0.35", "@strapi/design-system": "1.19.0", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 9498714b1..10bcec684 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.7](https://github.com/p3ol/oak/compare/v3.7.6...v3.7.7) (2024-08-01) + + +### Bug Fixes + +* **oak-elements:** set options ont top left for every components that have a custom inner content ([f06c8d3](https://github.com/p3ol/oak/commit/f06c8d30a3f808d5ad14b1c16f13a834b8f2fb6a)) +* **options:** remove linebreaks on eof ([cd64ac0](https://github.com/p3ol/oak/commit/cd64ac0249af10be826b7970f6dcaa6dffcfd81f)) +* **options:** rename className for innerContent ([a22171a](https://github.com/p3ol/oak/commit/a22171a9ec90da3e6805d2a9f3b43516f09639e5)) +* remove useless linebreaks ([0c2452f](https://github.com/p3ol/oak/commit/0c2452f34b3d289e5a9f2197a6e1272243cbbcf3)) + + + + + ## [3.7.3](https://github.com/p3ol/oak/compare/v3.7.2...v3.7.3) (2024-07-10) **Note:** Version bump only for package @oakjs/theme diff --git a/packages/theme/package.json b/packages/theme/package.json index 1239b7f06..29df6773a 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@oakjs/theme", - "version": "3.7.3", + "version": "3.7.7", "description": "🌳 Modern, lightweight & modulable page builder", "main": "dist/oak.min.css", "cdn": "dist/oak.min.css", diff --git a/yarn.lock b/yarn.lock index 66f73d0b6..2962177ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4245,7 +4245,7 @@ __metadata: languageName: node linkType: hard -"@oakjs/addon-ckeditor5-react@npm:^3.7.6, @oakjs/addon-ckeditor5-react@workspace:packages/addon-ckeditor5-react": +"@oakjs/addon-ckeditor5-react@npm:^3.7.7, @oakjs/addon-ckeditor5-react@workspace:packages/addon-ckeditor5-react": version: 0.0.0-use.local resolution: "@oakjs/addon-ckeditor5-react@workspace:packages/addon-ckeditor5-react" dependencies: @@ -4259,7 +4259,7 @@ __metadata: languageName: unknown linkType: soft -"@oakjs/addon-remirror@npm:^3.7.6, @oakjs/addon-remirror@workspace:packages/addon-remirror": +"@oakjs/addon-remirror@npm:^3.7.7, @oakjs/addon-remirror@workspace:packages/addon-remirror": version: 0.0.0-use.local resolution: "@oakjs/addon-remirror@workspace:packages/addon-remirror" dependencies: @@ -4274,7 +4274,7 @@ __metadata: languageName: unknown linkType: soft -"@oakjs/ckeditor5-build-custom@npm:^3.7.6, @oakjs/ckeditor5-build-custom@workspace:*, @oakjs/ckeditor5-build-custom@workspace:packages/ckeditor5-build-custom": +"@oakjs/ckeditor5-build-custom@npm:^3.7.7, @oakjs/ckeditor5-build-custom@workspace:*, @oakjs/ckeditor5-build-custom@workspace:packages/ckeditor5-build-custom": version: 0.0.0-use.local resolution: "@oakjs/ckeditor5-build-custom@workspace:packages/ckeditor5-build-custom" dependencies: @@ -4295,7 +4295,7 @@ __metadata: languageName: unknown linkType: soft -"@oakjs/react@npm:^3.7.6, @oakjs/react@workspace:*, @oakjs/react@workspace:packages/react": +"@oakjs/react@npm:^3.7.7, @oakjs/react@workspace:*, @oakjs/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@oakjs/react@workspace:packages/react" dependencies: @@ -4315,11 +4315,11 @@ __metadata: resolution: "@oakjs/strapi-plugin@workspace:packages/strapi-plugin" dependencies: "@ckeditor/ckeditor5-react": "npm:7.0.0" - "@oakjs/addon-ckeditor5-react": "npm:^3.7.6" - "@oakjs/addon-remirror": "npm:^3.7.6" - "@oakjs/ckeditor5-build-custom": "npm:^3.7.6" - "@oakjs/react": "npm:^3.7.6" - "@oakjs/theme": "npm:^3.7.3" + "@oakjs/addon-ckeditor5-react": "npm:^3.7.7" + "@oakjs/addon-remirror": "npm:^3.7.7" + "@oakjs/ckeditor5-build-custom": "npm:^3.7.7" + "@oakjs/react": "npm:^3.7.7" + "@oakjs/theme": "npm:^3.7.7" "@remirror/pm": "npm:2.0.9" "@remirror/react": "npm:2.0.35" "@strapi/design-system": "npm:1.19.0" @@ -4333,7 +4333,7 @@ __metadata: languageName: unknown linkType: soft -"@oakjs/theme@npm:^3.7.3, @oakjs/theme@workspace:packages/theme": +"@oakjs/theme@npm:^3.7.7, @oakjs/theme@workspace:packages/theme": version: 0.0.0-use.local resolution: "@oakjs/theme@workspace:packages/theme" dependencies: