Skip to content

Commit

Permalink
v3.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Aug 1, 2024
1 parent 17c62d8 commit 8760b10
Show file tree
Hide file tree
Showing 15 changed files with 101 additions and 23 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "yarn",
"version": "3.7.6",
"version": "3.7.7",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions packages/addon-ckeditor5-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/addon-ckeditor5-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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:*",
Expand Down
8 changes: 8 additions & 0 deletions packages/addon-remirror/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-remirror/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/ckeditor5-build-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-build-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.7.6",
"version": "3.7.7",
"description": "🌳 Modern, lightweight & modulable page builder",
"main": "dist/oak-react.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/strapi-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
12 changes: 6 additions & 6 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.7.6",
"version": "3.7.7",
"description": "🌳 Modern, lightweight & modulable page builder",
"repository": {
"type": "git",
Expand All @@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.7.3",
"version": "3.7.7",
"description": "🌳 Modern, lightweight & modulable page builder",
"main": "dist/oak.min.css",
"cdn": "dist/oak.min.css",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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"
Expand All @@ -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:
Expand Down

0 comments on commit 8760b10

Please sign in to comment.