Skip to content

Commit

Permalink
v3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Oct 22, 2024
1 parent 6f8a98c commit 9af60c6
Show file tree
Hide file tree
Showing 13 changed files with 79 additions and 25 deletions.
11 changes: 11 additions & 0 deletions 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.10.2](https://github.com/p3ol/oak/compare/v3.10.1...v3.10.2) (2024-10-22)


### Bug Fixes

* modal editable option wrongly wrapped inside a div ([6f8a98c](https://github.com/p3ol/oak/commit/6f8a98cdc32acc20877a233a7a3554998116a407))





## [3.10.1](https://github.com/p3ol/oak/compare/v3.10.0...v3.10.1) (2024-10-22)


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.10.1",
"version": "3.10.2",
"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.10.2](https://github.com/p3ol/oak/compare/v3.10.1...v3.10.2) (2024-10-22)

**Note:** Version bump only for package @oakjs/addon-ckeditor5-react





## [3.10.1](https://github.com/p3ol/oak/compare/v3.10.0...v3.10.1) (2024-10-22)

**Note:** Version bump only for package @oakjs/addon-ckeditor5-react
Expand Down
6 changes: 3 additions & 3 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.10.1",
"version": "3.10.2",
"description": "🌳 Modern, lightweight & modulable page builder",
"main": "dist/oak-addon-ckeditor.cjs.js",
"module": "dist/esm/index.js",
Expand All @@ -23,11 +23,11 @@
"react-dom": "^18.0.0"
},
"dependencies": {
"@oakjs/ckeditor5-build-custom": "^3.10.1"
"@oakjs/ckeditor5-build-custom": "^3.10.2"
},
"devDependencies": {
"@oakjs/ckeditor5-build-custom": "workspace:*",
"@oakjs/react": "^3.10.1"
"@oakjs/react": "^3.10.2"
},
"scripts": {
"clean": "rm -rf ./dist || true",
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.10.2](https://github.com/p3ol/oak/compare/v3.10.1...v3.10.2) (2024-10-22)

**Note:** Version bump only for package @oakjs/addon-remirror





## [3.10.1](https://github.com/p3ol/oak/compare/v3.10.0...v3.10.1) (2024-10-22)

**Note:** Version bump only for package @oakjs/addon-remirror
Expand Down
4 changes: 2 additions & 2 deletions 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.10.1",
"version": "3.10.2",
"description": "🌳 Modern, lightweight & modulable page builder",
"main": "dist/oak-addon-remirror.cjs.js",
"module": "dist/esm/index.js",
Expand All @@ -25,7 +25,7 @@
"remirror": "^2.0.0"
},
"devDependencies": {
"@oakjs/react": "^3.10.1"
"@oakjs/react": "^3.10.2"
},
"scripts": {
"clean": "rm -rf ./dist || true",
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.10.2](https://github.com/p3ol/oak/compare/v3.10.1...v3.10.2) (2024-10-22)

**Note:** Version bump only for package @oakjs/ckeditor5-build-custom





## [3.10.1](https://github.com/p3ol/oak/compare/v3.10.0...v3.10.1) (2024-10-22)

**Note:** Version bump only for package @oakjs/ckeditor5-build-custom
Expand Down
4 changes: 2 additions & 2 deletions 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.10.1",
"version": "3.10.2",
"license": "SEE LICENSE IN LICENSE.md",
"main": "dist/ckeditor.js",
"types": "dist/types/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@oakjs/react": "^3.10.1"
"@oakjs/react": "^3.10.2"
},
"scripts": {
"build": "yarn build:code && yarn build:dts",
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.10.2](https://github.com/p3ol/oak/compare/v3.10.1...v3.10.2) (2024-10-22)


### Bug Fixes

* modal editable option wrongly wrapped inside a div ([6f8a98c](https://github.com/p3ol/oak/commit/6f8a98cdc32acc20877a233a7a3554998116a407))





## [3.10.1](https://github.com/p3ol/oak/compare/v3.10.0...v3.10.1) (2024-10-22)


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.10.1",
"version": "3.10.2",
"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.10.2](https://github.com/p3ol/oak/compare/v3.10.1...v3.10.2) (2024-10-22)

**Note:** Version bump only for package @oakjs/strapi-plugin





## [3.10.1](https://github.com/p3ol/oak/compare/v3.10.0...v3.10.1) (2024-10-22)


Expand Down
10 changes: 5 additions & 5 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.10.1",
"version": "3.10.2",
"description": "🌳 Modern, lightweight & modulable page builder",
"repository": {
"type": "git",
Expand All @@ -22,10 +22,10 @@
},
"dependencies": {
"@ckeditor/ckeditor5-react": "9.3.1",
"@oakjs/addon-ckeditor5-react": "^3.10.1",
"@oakjs/addon-remirror": "^3.10.1",
"@oakjs/ckeditor5-build-custom": "^3.10.1",
"@oakjs/react": "^3.10.1",
"@oakjs/addon-ckeditor5-react": "^3.10.2",
"@oakjs/addon-remirror": "^3.10.2",
"@oakjs/ckeditor5-build-custom": "^3.10.2",
"@oakjs/react": "^3.10.2",
"@oakjs/theme": "^3.10.1",
"@remirror/pm": "3.0.0",
"@remirror/react": "3.0.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2943,12 +2943,12 @@ __metadata:
languageName: node
linkType: hard

"@oakjs/addon-ckeditor5-react@npm:^3.10.1, @oakjs/addon-ckeditor5-react@workspace:packages/addon-ckeditor5-react":
"@oakjs/addon-ckeditor5-react@npm:^3.10.2, @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:
"@oakjs/ckeditor5-build-custom": "workspace:*"
"@oakjs/react": "npm:^3.10.1"
"@oakjs/react": "npm:^3.10.2"
peerDependencies:
"@ckeditor/ckeditor5-react": ^6.0.0 || ^7.0.0
"@oakjs/react": ^3.0.0
Expand All @@ -2957,11 +2957,11 @@ __metadata:
languageName: unknown
linkType: soft

"@oakjs/addon-remirror@npm:^3.10.1, @oakjs/addon-remirror@workspace:packages/addon-remirror":
"@oakjs/addon-remirror@npm:^3.10.2, @oakjs/addon-remirror@workspace:packages/addon-remirror":
version: 0.0.0-use.local
resolution: "@oakjs/addon-remirror@workspace:packages/addon-remirror"
dependencies:
"@oakjs/react": "npm:^3.10.1"
"@oakjs/react": "npm:^3.10.2"
peerDependencies:
"@oakjs/react": ^3.0.0
"@remirror/pm": ^2.0.0
Expand All @@ -2972,11 +2972,11 @@ __metadata:
languageName: unknown
linkType: soft

"@oakjs/ckeditor5-build-custom@npm:^3.10.1, @oakjs/ckeditor5-build-custom@workspace:*, @oakjs/ckeditor5-build-custom@workspace:packages/ckeditor5-build-custom":
"@oakjs/ckeditor5-build-custom@npm:^3.10.2, @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:
"@oakjs/react": "npm:^3.10.1"
"@oakjs/react": "npm:^3.10.2"
peerDependencies:
"@oakjs/react": ^3.0.0
react: ^18.0.0
Expand All @@ -2993,7 +2993,7 @@ __metadata:
languageName: unknown
linkType: soft

"@oakjs/react@npm:^3.10.1, @oakjs/react@workspace:packages/react":
"@oakjs/react@npm:^3.10.2, @oakjs/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@oakjs/react@workspace:packages/react"
dependencies:
Expand All @@ -3013,10 +3013,10 @@ __metadata:
resolution: "@oakjs/strapi-plugin@workspace:packages/strapi-plugin"
dependencies:
"@ckeditor/ckeditor5-react": "npm:9.3.1"
"@oakjs/addon-ckeditor5-react": "npm:^3.10.1"
"@oakjs/addon-remirror": "npm:^3.10.1"
"@oakjs/ckeditor5-build-custom": "npm:^3.10.1"
"@oakjs/react": "npm:^3.10.1"
"@oakjs/addon-ckeditor5-react": "npm:^3.10.2"
"@oakjs/addon-remirror": "npm:^3.10.2"
"@oakjs/ckeditor5-build-custom": "npm:^3.10.2"
"@oakjs/react": "npm:^3.10.2"
"@oakjs/theme": "npm:^3.10.1"
"@remirror/pm": "npm:3.0.0"
"@remirror/react": "npm:3.0.1"
Expand Down

0 comments on commit 9af60c6

Please sign in to comment.