Skip to content

Commit 8978e04

Browse files
committed
v3.10.1
1 parent 767e870 commit 8978e04

File tree

17 files changed

+108
-30
lines changed

17 files changed

+108
-30
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.1](https://github.com/p3ol/oak/compare/v3.10.0...v3.10.1) (2024-10-22)
7+
8+
9+
### Bug Fixes
10+
11+
* correctly handle drag & drop ([07ebcd0](https://github.com/p3ol/oak/commit/07ebcd0bd0a3bf202eed5d33ef50267af9574022))
12+
* upgrade various deps ([c29eeff](https://github.com/p3ol/oak/commit/c29eeff71a9db299242bfe963689d37258e50ea6))
13+
14+
15+
16+
17+
618
# [3.10.0](https://github.com/p3ol/oak/compare/v3.9.1...v3.10.0) (2024-10-15)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "3.10.0",
6+
"version": "3.10.1",
77
"command": {
88
"publish": {
99
"conventionalCommits": true

packages/addon-ckeditor5-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.1](https://github.com/p3ol/oak/compare/v3.10.0...v3.10.1) (2024-10-22)
7+
8+
**Note:** Version bump only for package @oakjs/addon-ckeditor5-react
9+
10+
11+
12+
13+
614
# [3.10.0](https://github.com/p3ol/oak/compare/v3.9.1...v3.10.0) (2024-10-15)
715

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

packages/addon-ckeditor5-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oakjs/addon-ckeditor5-react",
3-
"version": "3.10.0",
3+
"version": "3.10.1",
44
"description": "🌳 Modern, lightweight & modulable page builder",
55
"main": "dist/oak-addon-ckeditor.cjs.js",
66
"module": "dist/esm/index.js",
@@ -23,11 +23,11 @@
2323
"react-dom": "^18.0.0"
2424
},
2525
"dependencies": {
26-
"@oakjs/ckeditor5-build-custom": "^3.10.0"
26+
"@oakjs/ckeditor5-build-custom": "^3.10.1"
2727
},
2828
"devDependencies": {
2929
"@oakjs/ckeditor5-build-custom": "workspace:*",
30-
"@oakjs/react": "3.10.0"
30+
"@oakjs/react": "^3.10.1"
3131
},
3232
"scripts": {
3333
"clean": "rm -rf ./dist || true",

packages/addon-remirror/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.1](https://github.com/p3ol/oak/compare/v3.10.0...v3.10.1) (2024-10-22)
7+
8+
**Note:** Version bump only for package @oakjs/addon-remirror
9+
10+
11+
12+
13+
614
# [3.10.0](https://github.com/p3ol/oak/compare/v3.9.1...v3.10.0) (2024-10-15)
715

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

packages/addon-remirror/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oakjs/addon-remirror",
3-
"version": "3.10.0",
3+
"version": "3.10.1",
44
"description": "🌳 Modern, lightweight & modulable page builder",
55
"main": "dist/oak-addon-remirror.cjs.js",
66
"module": "dist/esm/index.js",
@@ -25,7 +25,7 @@
2525
"remirror": "^2.0.0"
2626
},
2727
"devDependencies": {
28-
"@oakjs/react": "3.10.0"
28+
"@oakjs/react": "^3.10.1"
2929
},
3030
"scripts": {
3131
"clean": "rm -rf ./dist || true",

packages/ckeditor5-build-custom/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.1](https://github.com/p3ol/oak/compare/v3.10.0...v3.10.1) (2024-10-22)
7+
8+
**Note:** Version bump only for package @oakjs/ckeditor5-build-custom
9+
10+
11+
12+
13+
614
# [3.10.0](https://github.com/p3ol/oak/compare/v3.9.1...v3.10.0) (2024-10-15)
715

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

packages/ckeditor5-build-custom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@oakjs/ckeditor5-build-custom",
33
"author": "CKSource",
44
"description": "A custom CKEditor 5 build made by the CKEditor 5 online builder.",
5-
"version": "3.10.0",
5+
"version": "3.10.1",
66
"license": "SEE LICENSE IN LICENSE.md",
77
"main": "dist/ckeditor.js",
88
"types": "dist/types/index.d.ts",
@@ -18,7 +18,7 @@
1818
"react-dom": "^18.0.0"
1919
},
2020
"devDependencies": {
21-
"@oakjs/react": "3.10.0"
21+
"@oakjs/react": "^3.10.1"
2222
},
2323
"scripts": {
2424
"build": "yarn build:code && yarn build:dts",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.1](https://github.com/p3ol/oak/compare/v3.10.0...v3.10.1) (2024-10-22)
7+
8+
**Note:** Version bump only for package @oakjs/core
9+
10+
11+
12+
13+
614
# [3.10.0](https://github.com/p3ol/oak/compare/v3.9.1...v3.10.0) (2024-10-15)
715

816

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oakjs/core",
3-
"version": "3.10.0",
3+
"version": "3.10.1",
44
"description": "🌳 Modern, lightweight & modulable page builder",
55
"main": "dist/oak-core.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)