Skip to content

Commit

Permalink
v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Feb 3, 2025
1 parent 35577a9 commit 4819471
Show file tree
Hide file tree
Showing 17 changed files with 115 additions and 24 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.12.0](https://github.com/p3ol/oak/compare/v3.11.2...v3.12.0) (2025-02-03)


### Bug Fixes

* update various deps ([35577a9](https://github.com/p3ol/oak/commit/35577a9de01741dd91d978db80fd7a9bd05bb5a0))


### Features

* **settings:** allow to pass function to default value prop ([c899cf1](https://github.com/p3ol/oak/commit/c899cf1921f40a1e1de04fd31329a6264adf95f4))
* **settinhs:** remove useless log ([441fec4](https://github.com/p3ol/oak/commit/441fec4952a7ce539d4dd154f52a307422d2c979))





## [3.11.2](https://github.com/p3ol/oak/compare/v3.11.1...v3.11.2) (2024-12-17)


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.11.2",
"version": "3.12.0",
"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.12.0](https://github.com/p3ol/oak/compare/v3.11.2...v3.12.0) (2025-02-03)

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





## [3.11.2](https://github.com/p3ol/oak/compare/v3.11.1...v3.11.2) (2024-12-17)

**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.11.2",
"version": "3.12.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.11.2"
"@oakjs/ckeditor5-build-custom": "^3.12.0"
},
"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.12.0](https://github.com/p3ol/oak/compare/v3.11.2...v3.12.0) (2025-02-03)

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





## [3.11.2](https://github.com/p3ol/oak/compare/v3.11.1...v3.11.2) (2024-12-17)

**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.11.2",
"version": "3.12.0",
"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.12.0](https://github.com/p3ol/oak/compare/v3.11.2...v3.12.0) (2025-02-03)

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





## [3.11.2](https://github.com/p3ol/oak/compare/v3.11.1...v3.11.2) (2024-12-17)

**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.11.2",
"version": "3.12.0",
"license": "SEE LICENSE IN LICENSE.md",
"main": "dist/ckeditor.js",
"types": "dist/types/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.12.0](https://github.com/p3ol/oak/compare/v3.11.2...v3.12.0) (2025-02-03)


### Bug Fixes

* update various deps ([35577a9](https://github.com/p3ol/oak/commit/35577a9de01741dd91d978db80fd7a9bd05bb5a0))





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


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.11.0",
"version": "3.12.0",
"description": "🌳 Modern, lightweight & modulable page builder",
"main": "dist/oak-core.cjs.js",
"module": "dist/esm/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/react/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.12.0](https://github.com/p3ol/oak/compare/v3.11.2...v3.12.0) (2025-02-03)


### Bug Fixes

* update various deps ([35577a9](https://github.com/p3ol/oak/commit/35577a9de01741dd91d978db80fd7a9bd05bb5a0))


### Features

* **settings:** allow to pass function to default value prop ([c899cf1](https://github.com/p3ol/oak/commit/c899cf1921f40a1e1de04fd31329a6264adf95f4))
* **settinhs:** remove useless log ([441fec4](https://github.com/p3ol/oak/commit/441fec4952a7ce539d4dd154f52a307422d2c979))





## [3.11.2](https://github.com/p3ol/oak/compare/v3.11.1...v3.11.2) (2024-12-17)


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.11.2",
"version": "3.12.0",
"description": "🌳 Modern, lightweight & modulable page builder",
"main": "dist/oak-react.cjs.js",
"module": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/strapi-plugin/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.12.0](https://github.com/p3ol/oak/compare/v3.11.2...v3.12.0) (2025-02-03)


### Bug Fixes

* update various deps ([35577a9](https://github.com/p3ol/oak/commit/35577a9de01741dd91d978db80fd7a9bd05bb5a0))





## [3.11.2](https://github.com/p3ol/oak/compare/v3.11.1...v3.11.2) (2024-12-17)

**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.11.2",
"version": "3.12.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.11.2",
"@oakjs/addon-remirror": "^3.11.2",
"@oakjs/ckeditor5-build-custom": "^3.11.2",
"@oakjs/react": "^3.11.2",
"@oakjs/theme": "^3.11.1",
"@oakjs/addon-ckeditor5-react": "^3.12.0",
"@oakjs/addon-remirror": "^3.12.0",
"@oakjs/ckeditor5-build-custom": "^3.12.0",
"@oakjs/react": "^3.12.0",
"@oakjs/theme": "^3.12.0",
"@remirror/pm": "3.0.0",
"@remirror/react": "3.0.1",
"@strapi/design-system": "1.19.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/theme/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.12.0](https://github.com/p3ol/oak/compare/v3.11.2...v3.12.0) (2025-02-03)


### Bug Fixes

* update various deps ([35577a9](https://github.com/p3ol/oak/commit/35577a9de01741dd91d978db80fd7a9bd05bb5a0))





## [3.11.1](https://github.com/p3ol/oak/compare/v3.11.0...v3.11.1) (2024-12-17)

**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.11.1",
"version": "3.12.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 @@ -2974,7 +2974,7 @@ __metadata:
languageName: node
linkType: hard

"@oakjs/addon-ckeditor5-react@npm:^3.11.2, @oakjs/addon-ckeditor5-react@workspace:packages/addon-ckeditor5-react":
"@oakjs/addon-ckeditor5-react@npm:^3.12.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 @@ -2988,7 +2988,7 @@ __metadata:
languageName: unknown
linkType: soft

"@oakjs/addon-remirror@npm:^3.11.2, @oakjs/addon-remirror@workspace:packages/addon-remirror":
"@oakjs/addon-remirror@npm:^3.12.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 @@ -3003,7 +3003,7 @@ __metadata:
languageName: unknown
linkType: soft

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

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

"@oakjs/theme@npm:^3.11.1, @oakjs/theme@workspace:packages/theme":
"@oakjs/theme@npm:^3.12.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 4819471

Please sign in to comment.