Skip to content

Commit

Permalink
v1.0.0-alpha.53
Browse files Browse the repository at this point in the history
  • Loading branch information
bnznamco committed Jul 11, 2024
1 parent 36e9049 commit 82342f8
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.53](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2024-07-11)


### Bug Fixes

* **editor config:** added iframe configuration allowing js execution ([2d7b729](https://github.com/lotrekagency/mapo/commit/2d7b729279c5bec8f08344f884360e184c30d508))
* **editor config:** now using props conf object, allowing component customization ([aed3c05](https://github.com/lotrekagency/mapo/commit/aed3c053bfbc9bb75648f5b0688d26232e07d4a9))
* **mapField:** added hasErrors computed missing property ([36e9049](https://github.com/lotrekagency/mapo/commit/36e90496068ed56f2fa1eb2508e531ab0b03df90))





# [1.0.0-alpha.52](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2024-07-04)


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.52"
"version": "1.0.0-alpha.53"
}
13 changes: 13 additions & 0 deletions packages/@mapomodule/uikit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.53](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2024-07-11)


### Bug Fixes

* **editor config:** added iframe configuration allowing js execution ([2d7b729](https://github.com/lotrekagency/mapo/commit/2d7b729279c5bec8f08344f884360e184c30d508))
* **editor config:** now using props conf object, allowing component customization ([aed3c05](https://github.com/lotrekagency/mapo/commit/aed3c053bfbc9bb75648f5b0688d26232e07d4a9))
* **mapField:** added hasErrors computed missing property ([36e9049](https://github.com/lotrekagency/mapo/commit/36e90496068ed56f2fa1eb2508e531ab0b03df90))





# [1.0.0-alpha.52](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2024-07-04)


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.52",
"version": "1.0.0-alpha.53",
"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.53](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2024-07-11)

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





# [1.0.0-alpha.52](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2024-07-04)

**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.52",
"version": "1.0.0-alpha.53",
"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.52",
"@mapomodule/uikit": "^1.0.0-alpha.53",
"@nuxtjs/axios": "^5.13.6",
"lodash.mergewith": "^4.6.2"
},
Expand Down

0 comments on commit 82342f8

Please sign in to comment.