Skip to content

Commit

Permalink
v1.0.0-alpha.51
Browse files Browse the repository at this point in the history
  • Loading branch information
bnznamco committed Jun 24, 2024
1 parent f78aa4d commit 5c6aa45
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.51](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2024-06-24)


### Bug Fixes

* **ckeditor injector:** resolving promise if script exists and CKEDITOR is not undefined ([7f24ba9](https://github.com/lotrekagency/mapo/commit/7f24ba9cdad95ddde7a6807178ebcbe4ed0d8bcc))
* **images:** forcing image2 to recognize images from mapomedia, removed sanitize ([dbb0ce8](https://github.com/lotrekagency/mapo/commit/dbb0ce8de86885c381fdb5798564a866c3992bd2))
* **theme handling:** added watcher on vuetify theme ([44e3b69](https://github.com/lotrekagency/mapo/commit/44e3b6976b38445bfd984856bf74abbbc3647dd4))


### Features

* **extra config:** added image2 plugin and 2 skins (light and dark mode) ([4360cef](https://github.com/lotrekagency/mapo/commit/4360cef3cda0651e6d002771d3a4e658d0b36d47))
* **fields:** added new editor component based on cke ([ca4969e](https://github.com/lotrekagency/mapo/commit/ca4969e5bdfcd1539c1f3685576ee1c904466872))





# [1.0.0-alpha.50](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2024-01-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-alpha.50"
"version": "1.0.0-alpha.51"
}
19 changes: 19 additions & 0 deletions packages/@mapomodule/uikit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.51](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2024-06-24)


### Bug Fixes

* **ckeditor injector:** resolving promise if script exists and CKEDITOR is not undefined ([7f24ba9](https://github.com/lotrekagency/mapo/commit/7f24ba9cdad95ddde7a6807178ebcbe4ed0d8bcc))
* **images:** forcing image2 to recognize images from mapomedia, removed sanitize ([dbb0ce8](https://github.com/lotrekagency/mapo/commit/dbb0ce8de86885c381fdb5798564a866c3992bd2))
* **theme handling:** added watcher on vuetify theme ([44e3b69](https://github.com/lotrekagency/mapo/commit/44e3b6976b38445bfd984856bf74abbbc3647dd4))


### Features

* **extra config:** added image2 plugin and 2 skins (light and dark mode) ([4360cef](https://github.com/lotrekagency/mapo/commit/4360cef3cda0651e6d002771d3a4e658d0b36d47))
* **fields:** added new editor component based on cke ([ca4969e](https://github.com/lotrekagency/mapo/commit/ca4969e5bdfcd1539c1f3685576ee1c904466872))





# [1.0.0-alpha.50](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2024-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/@mapomodule/uikit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapomodule/uikit",
"version": "1.0.0-alpha.50",
"version": "1.0.0-alpha.51",
"license": "MIT",
"description": "This is part of Mapo nuxt module. Injects Mapo ui components in the nuxt component discovery system.",
"author": "bnznamco <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/mapomodule/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.

# [1.0.0-alpha.51](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2024-06-24)

**Note:** Version bump only for package mapomodule





# [1.0.0-alpha.50](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2024-01-24)

**Note:** Version bump only for package mapomodule
Expand Down
4 changes: 2 additions & 2 deletions packages/mapomodule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapomodule",
"version": "1.0.0-alpha.50",
"version": "1.0.0-alpha.51",
"description": "Mapo is a nuxt module that helps in the creation of Administration Panels.",
"author": "bnznamco <[email protected]>",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"@mapomodule/integrations": "^1.0.0-alpha.16",
"@mapomodule/routemeta": "^1.0.0-alpha.8",
"@mapomodule/store": "^1.0.0-alpha.49",
"@mapomodule/uikit": "^1.0.0-alpha.50",
"@mapomodule/uikit": "^1.0.0-alpha.51",
"@nuxtjs/axios": "^5.13.6",
"lodash.mergewith": "^4.6.2"
},
Expand Down

0 comments on commit 5c6aa45

Please sign in to comment.