diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f1b70e..55fe6867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 78011d26..15c314d9 100644 --- a/lerna.json +++ b/lerna.json @@ -6,5 +6,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "1.0.0-alpha.50" + "version": "1.0.0-alpha.51" } diff --git a/packages/@mapomodule/uikit/CHANGELOG.md b/packages/@mapomodule/uikit/CHANGELOG.md index d4889c8d..4917fe59 100644 --- a/packages/@mapomodule/uikit/CHANGELOG.md +++ b/packages/@mapomodule/uikit/CHANGELOG.md @@ -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) diff --git a/packages/@mapomodule/uikit/package.json b/packages/@mapomodule/uikit/package.json index 66fe55f6..feda4db8 100644 --- a/packages/@mapomodule/uikit/package.json +++ b/packages/@mapomodule/uikit/package.json @@ -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 ", diff --git a/packages/mapomodule/CHANGELOG.md b/packages/mapomodule/CHANGELOG.md index bf095fd7..2c948878 100644 --- a/packages/mapomodule/CHANGELOG.md +++ b/packages/mapomodule/CHANGELOG.md @@ -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 diff --git a/packages/mapomodule/package.json b/packages/mapomodule/package.json index 923773e8..5e4476b3 100644 --- a/packages/mapomodule/package.json +++ b/packages/mapomodule/package.json @@ -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 ", "keywords": [ @@ -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" },