Skip to content

Commit

Permalink
v3.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Sep 24, 2024
1 parent df0686c commit 285e1b9
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 6 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.7.12](https://github.com/p3ol/oak/compare/v3.7.11...v3.7.12) (2024-09-24)


### Bug Fixes

* **theme:** forgot dark mode once again ([df0686c](https://github.com/p3ol/oak/commit/df0686c2b162453c7413bba7bb22e84cefc50889))





## [3.7.11](https://github.com/p3ol/oak/compare/v3.7.10...v3.7.11) (2024-09-24)


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.11",
"version": "3.7.12",
"command": {
"publish": {
"conventionalCommits": true
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.12](https://github.com/p3ol/oak/compare/v3.7.11...v3.7.12) (2024-09-24)

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





## [3.7.11](https://github.com/p3ol/oak/compare/v3.7.10...v3.7.11) (2024-09-24)

**Note:** Version bump only for package @oakjs/strapi-plugin
Expand Down
4 changes: 2 additions & 2 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.11",
"version": "3.7.12",
"description": "🌳 Modern, lightweight & modulable page builder",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"@oakjs/addon-remirror": "^3.7.11",
"@oakjs/ckeditor5-build-custom": "^3.7.11",
"@oakjs/react": "^3.7.11",
"@oakjs/theme": "^3.7.11",
"@oakjs/theme": "^3.7.12",
"@remirror/pm": "2.0.9",
"@remirror/react": "2.0.35",
"@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.7.12](https://github.com/p3ol/oak/compare/v3.7.11...v3.7.12) (2024-09-24)


### Bug Fixes

* **theme:** forgot dark mode once again ([df0686c](https://github.com/p3ol/oak/commit/df0686c2b162453c7413bba7bb22e84cefc50889))





## [3.7.11](https://github.com/p3ol/oak/compare/v3.7.10...v3.7.11) (2024-09-24)


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.11",
"version": "3.7.12",
"description": "🌳 Modern, lightweight & modulable page builder",
"main": "dist/oak.min.css",
"cdn": "dist/oak.min.css",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3335,7 +3335,7 @@ __metadata:
"@oakjs/addon-remirror": "npm:^3.7.11"
"@oakjs/ckeditor5-build-custom": "npm:^3.7.11"
"@oakjs/react": "npm:^3.7.11"
"@oakjs/theme": "npm:^3.7.11"
"@oakjs/theme": "npm:^3.7.12"
"@remirror/pm": "npm:2.0.9"
"@remirror/react": "npm:2.0.35"
"@strapi/design-system": "npm:1.19.0"
Expand All @@ -3349,7 +3349,7 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit 285e1b9

Please sign in to comment.