Skip to content

Commit

Permalink
v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Dec 16, 2024
1 parent a2c1225 commit 67f316f
Show file tree
Hide file tree
Showing 17 changed files with 204 additions and 25 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.11.0](https://github.com/p3ol/oak/compare/v3.10.9...v3.11.0) (2024-12-16)


### Bug Fixes

* **ckeditor-5-build-custom:** react version parsing ([134dc89](https://github.com/p3ol/oak/commit/134dc899909d7247e8f82ddfebe0764491e78a59))
* **react:** various type issues ([2d84333](https://github.com/p3ol/oak/commit/2d843336cbffcce598b043925ddc774229ce2fcc))
* update junipero version ([2d3aa1d](https://github.com/p3ol/oak/commit/2d3aa1d8f5002e63e1632d4bf386b16ecbe29f31))
* update react to 19 ([47bd757](https://github.com/p3ol/oak/commit/47bd75702cd18b1868a8cc01b8f8c155be4c43d1))
* upgrade a lot of deps ([2f162dd](https://github.com/p3ol/oak/commit/2f162ddfe10e2b384e4644d4828c532919158b88))
* upgrade various deps ([883baa5](https://github.com/p3ol/oak/commit/883baa541a7ab9a083f3a9b47c2fdc9cf58ab33d))


### Features

* **addon-remirror:** v3 compat ([6e329c0](https://github.com/p3ol/oak/commit/6e329c02968bf948f2fb13d396f4fc8c073ca66a))



# [3.11.0-beta.0](https://github.com/p3ol/oak/compare/v3.10.5...v3.11.0-beta.0) (2024-10-29)


### Bug Fixes

* upgrade various deps ([00dbd10](https://github.com/p3ol/oak/commit/00dbd102b0fe2b58e579756b63ad9300b5199e2d))


### Features

* handle react 19 ([fe75825](https://github.com/p3ol/oak/commit/fe75825c0ac7df4d0e8ff8a01da8838c77487c51))





## [3.10.9](https://github.com/p3ol/oak/compare/v3.10.8...v3.10.9) (2024-11-18)


Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"packages/*"
],
"npmClient": "yarn",
"version": "3.10.9",
"version": "3.11.0",
"command": {
"publish": {
"conventionalCommits": true
}
}
}
}
15 changes: 15 additions & 0 deletions packages/addon-ckeditor5-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.11.0](https://github.com/p3ol/oak/compare/v3.10.9...v3.11.0) (2024-12-16)



# [3.11.0-beta.0](https://github.com/p3ol/oak/compare/v3.10.5...v3.11.0-beta.0) (2024-10-29)


### Features

* handle react 19 ([fe75825](https://github.com/p3ol/oak/commit/fe75825c0ac7df4d0e8ff8a01da8838c77487c51))





## [3.10.9](https://github.com/p3ol/oak/compare/v3.10.8...v3.10.9) (2024-11-18)

**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.10.9",
"version": "3.11.0",
"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 || ^19.0.0"
},
"dependencies": {
"@oakjs/ckeditor5-build-custom": "^3.10.9"
"@oakjs/ckeditor5-build-custom": "^3.11.0"
},
"devDependencies": {
"@oakjs/ckeditor5-build-custom": "workspace:*",
Expand Down
20 changes: 20 additions & 0 deletions packages/addon-remirror/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.11.0](https://github.com/p3ol/oak/compare/v3.10.9...v3.11.0) (2024-12-16)


### Features

* **addon-remirror:** v3 compat ([6e329c0](https://github.com/p3ol/oak/commit/6e329c02968bf948f2fb13d396f4fc8c073ca66a))



# [3.11.0-beta.0](https://github.com/p3ol/oak/compare/v3.10.5...v3.11.0-beta.0) (2024-10-29)


### Features

* handle react 19 ([fe75825](https://github.com/p3ol/oak/commit/fe75825c0ac7df4d0e8ff8a01da8838c77487c51))





## [3.10.9](https://github.com/p3ol/oak/compare/v3.10.8...v3.10.9) (2024-11-18)

**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.10.9",
"version": "3.11.0",
"description": "🌳 Modern, lightweight & modulable page builder",
"main": "dist/oak-addon-remirror.cjs.js",
"module": "dist/esm/index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/ckeditor5-build-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.11.0](https://github.com/p3ol/oak/compare/v3.10.9...v3.11.0) (2024-12-16)


### Bug Fixes

* **ckeditor-5-build-custom:** react version parsing ([134dc89](https://github.com/p3ol/oak/commit/134dc899909d7247e8f82ddfebe0764491e78a59))



# [3.11.0-beta.0](https://github.com/p3ol/oak/compare/v3.10.5...v3.11.0-beta.0) (2024-10-29)


### Features

* handle react 19 ([fe75825](https://github.com/p3ol/oak/commit/fe75825c0ac7df4d0e8ff8a01da8838c77487c51))





## [3.10.9](https://github.com/p3ol/oak/compare/v3.10.8...v3.10.9) (2024-11-18)

**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.10.9",
"version": "3.11.0",
"license": "SEE LICENSE IN LICENSE.md",
"main": "dist/ckeditor.js",
"types": "dist/types/index.d.ts",
Expand Down
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.11.0](https://github.com/p3ol/oak/compare/v3.10.9...v3.11.0) (2024-12-16)


### Bug Fixes

* update junipero version ([2d3aa1d](https://github.com/p3ol/oak/commit/2d3aa1d8f5002e63e1632d4bf386b16ecbe29f31))
* upgrade a lot of deps ([2f162dd](https://github.com/p3ol/oak/commit/2f162ddfe10e2b384e4644d4828c532919158b88))



# [3.11.0-beta.0](https://github.com/p3ol/oak/compare/v3.10.5...v3.11.0-beta.0) (2024-10-29)


### Bug Fixes

* upgrade various deps ([00dbd10](https://github.com/p3ol/oak/commit/00dbd102b0fe2b58e579756b63ad9300b5199e2d))





## [3.10.7](https://github.com/p3ol/oak/compare/v3.10.6...v3.10.7) (2024-11-12)

**Note:** Version bump only for package @oakjs/core
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.10.7",
"version": "3.11.0",
"description": "🌳 Modern, lightweight & modulable page builder",
"main": "dist/oak-core.cjs.js",
"module": "dist/esm/index.js",
Expand Down
28 changes: 28 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.11.0](https://github.com/p3ol/oak/compare/v3.10.9...v3.11.0) (2024-12-16)


### Bug Fixes

* **react:** various type issues ([2d84333](https://github.com/p3ol/oak/commit/2d843336cbffcce598b043925ddc774229ce2fcc))
* update junipero version ([2d3aa1d](https://github.com/p3ol/oak/commit/2d3aa1d8f5002e63e1632d4bf386b16ecbe29f31))
* upgrade a lot of deps ([2f162dd](https://github.com/p3ol/oak/commit/2f162ddfe10e2b384e4644d4828c532919158b88))
* upgrade various deps ([883baa5](https://github.com/p3ol/oak/commit/883baa541a7ab9a083f3a9b47c2fdc9cf58ab33d))



# [3.11.0-beta.0](https://github.com/p3ol/oak/compare/v3.10.5...v3.11.0-beta.0) (2024-10-29)


### Bug Fixes

* upgrade various deps ([00dbd10](https://github.com/p3ol/oak/commit/00dbd102b0fe2b58e579756b63ad9300b5199e2d))


### Features

* handle react 19 ([fe75825](https://github.com/p3ol/oak/commit/fe75825c0ac7df4d0e8ff8a01da8838c77487c51))





## [3.10.9](https://github.com/p3ol/oak/compare/v3.10.8...v3.10.9) (2024-11-18)


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.9",
"version": "3.11.0",
"description": "🌳 Modern, lightweight & modulable page builder",
"main": "dist/oak-react.cjs.js",
"module": "dist/esm/index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/strapi-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.11.0](https://github.com/p3ol/oak/compare/v3.10.9...v3.11.0) (2024-12-16)


### Bug Fixes

* upgrade a lot of deps ([2f162dd](https://github.com/p3ol/oak/commit/2f162ddfe10e2b384e4644d4828c532919158b88))



# [3.11.0-beta.0](https://github.com/p3ol/oak/compare/v3.10.5...v3.11.0-beta.0) (2024-10-29)


### Bug Fixes

* upgrade various deps ([00dbd10](https://github.com/p3ol/oak/commit/00dbd102b0fe2b58e579756b63ad9300b5199e2d))





## [3.10.9](https://github.com/p3ol/oak/compare/v3.10.8...v3.10.9) (2024-11-18)

**Note:** Version bump only for package @oakjs/strapi-plugin
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.10.9",
"version": "3.11.0",
"description": "🌳 Modern, lightweight & modulable page builder",
"repository": {
"type": "git",
Expand All @@ -22,11 +22,11 @@
},
"dependencies": {
"@ckeditor/ckeditor5-react": "9.4.0",
"@oakjs/addon-ckeditor5-react": "^3.10.9",
"@oakjs/addon-remirror": "^3.10.9",
"@oakjs/ckeditor5-build-custom": "^3.10.9",
"@oakjs/react": "^3.10.9",
"@oakjs/theme": "^3.10.7",
"@oakjs/addon-ckeditor5-react": "^3.11.0",
"@oakjs/addon-remirror": "^3.11.0",
"@oakjs/ckeditor5-build-custom": "^3.11.0",
"@oakjs/react": "^3.11.0",
"@oakjs/theme": "^3.11.0",
"@remirror/pm": "3.0.0",
"@remirror/react": "3.0.1",
"@strapi/design-system": "1.19.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.11.0](https://github.com/p3ol/oak/compare/v3.10.9...v3.11.0) (2024-12-16)


### Bug Fixes

* update junipero version ([2d3aa1d](https://github.com/p3ol/oak/commit/2d3aa1d8f5002e63e1632d4bf386b16ecbe29f31))



# [3.11.0-beta.0](https://github.com/p3ol/oak/compare/v3.10.5...v3.11.0-beta.0) (2024-10-29)


### Bug Fixes

* upgrade various deps ([00dbd10](https://github.com/p3ol/oak/commit/00dbd102b0fe2b58e579756b63ad9300b5199e2d))





## [3.10.7](https://github.com/p3ol/oak/compare/v3.10.6...v3.10.7) (2024-11-12)


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.10.7",
"version": "3.11.0",
"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 @@ -2981,7 +2981,7 @@ __metadata:
languageName: node
linkType: hard

"@oakjs/addon-ckeditor5-react@npm:^3.10.9, @oakjs/addon-ckeditor5-react@workspace:packages/addon-ckeditor5-react":
"@oakjs/addon-ckeditor5-react@npm:^3.11.0, @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 @@ -2995,7 +2995,7 @@ __metadata:
languageName: unknown
linkType: soft

"@oakjs/addon-remirror@npm:^3.10.9, @oakjs/addon-remirror@workspace:packages/addon-remirror":
"@oakjs/addon-remirror@npm:^3.11.0, @oakjs/addon-remirror@workspace:packages/addon-remirror":
version: 0.0.0-use.local
resolution: "@oakjs/addon-remirror@workspace:packages/addon-remirror"
dependencies:
Expand All @@ -3010,7 +3010,7 @@ __metadata:
languageName: unknown
linkType: soft

"@oakjs/ckeditor5-build-custom@npm:^3.10.9, @oakjs/ckeditor5-build-custom@workspace:*, @oakjs/ckeditor5-build-custom@workspace:packages/ckeditor5-build-custom":
"@oakjs/ckeditor5-build-custom@npm:^3.11.0, @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 @@ -3031,7 +3031,7 @@ __metadata:
languageName: unknown
linkType: soft

"@oakjs/react@npm:^3.10.9, @oakjs/react@workspace:*, @oakjs/react@workspace:packages/react":
"@oakjs/react@npm:^3.11.0, @oakjs/react@workspace:*, @oakjs/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@oakjs/react@workspace:packages/react"
dependencies:
Expand All @@ -3051,11 +3051,11 @@ __metadata:
resolution: "@oakjs/strapi-plugin@workspace:packages/strapi-plugin"
dependencies:
"@ckeditor/ckeditor5-react": "npm:9.4.0"
"@oakjs/addon-ckeditor5-react": "npm:^3.10.9"
"@oakjs/addon-remirror": "npm:^3.10.9"
"@oakjs/ckeditor5-build-custom": "npm:^3.10.9"
"@oakjs/react": "npm:^3.10.9"
"@oakjs/theme": "npm:^3.10.7"
"@oakjs/addon-ckeditor5-react": "npm:^3.11.0"
"@oakjs/addon-remirror": "npm:^3.11.0"
"@oakjs/ckeditor5-build-custom": "npm:^3.11.0"
"@oakjs/react": "npm:^3.11.0"
"@oakjs/theme": "npm:^3.11.0"
"@remirror/pm": "npm:3.0.0"
"@remirror/react": "npm:3.0.1"
"@strapi/design-system": "npm:1.19.0"
Expand All @@ -3069,7 +3069,7 @@ __metadata:
languageName: unknown
linkType: soft

"@oakjs/theme@npm:^3.10.7, @oakjs/theme@workspace:packages/theme":
"@oakjs/theme@npm:^3.11.0, @oakjs/theme@workspace:packages/theme":
version: 0.0.0-use.local
resolution: "@oakjs/theme@workspace:packages/theme"
dependencies:
Expand Down

0 comments on commit 67f316f

Please sign in to comment.