Skip to content

Commit

Permalink
v1.0.0-alpha.50
Browse files Browse the repository at this point in the history
  • Loading branch information
bnznamco committed Jan 24, 2024
1 parent ba0dd0c commit f98d383
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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.50](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2024-01-24)


### Bug Fixes

* **listexample:** fixed field declaration ([0baa347](https://github.com/lotrekagency/mapo/commit/0baa347236b2afc8a1bb7104374317d7dd400f27))
* **listexample:** removed duplicated field. Fixed typo ([22858ba](https://github.com/lotrekagency/mapo/commit/22858bad52646b51dc6bfad01dba72a566d46cfd))


### Features

* added MapField ([3ba3b26](https://github.com/lotrekagency/mapo/commit/3ba3b262120a543f187ee4a5e9f24d31a7a1e1b4))
* **Detail:** added PagePreview component ([9ed8975](https://github.com/lotrekagency/mapo/commit/9ed8975ba60a5954abe985a0565a198ea7f62aad))
* **fields:** added geo point field ([ba0dd0c](https://github.com/lotrekagency/mapo/commit/ba0dd0c782524914826941b2cbdf7b4169a35afe))
* **Time and DateTime:** added Ok button to close menu ([11f1d1e](https://github.com/lotrekagency/mapo/commit/11f1d1e52e45d154a064eb545e2812a0c8cf1f7b))





# [1.0.0-alpha.49](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2023-07-27)


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


### Features

* added MapField ([3ba3b26](https://github.com/lotrekagency/mapo/commit/3ba3b262120a543f187ee4a5e9f24d31a7a1e1b4))
* **Detail:** added PagePreview component ([9ed8975](https://github.com/lotrekagency/mapo/commit/9ed8975ba60a5954abe985a0565a198ea7f62aad))
* **fields:** added geo point field ([ba0dd0c](https://github.com/lotrekagency/mapo/commit/ba0dd0c782524914826941b2cbdf7b4169a35afe))
* **Time and DateTime:** added Ok button to close menu ([11f1d1e](https://github.com/lotrekagency/mapo/commit/11f1d1e52e45d154a064eb545e2812a0c8cf1f7b))





# [1.0.0-alpha.49](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2023-07-27)


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.49",
"version": "1.0.0-alpha.50",
"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.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





# [1.0.0-alpha.49](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2023-07-27)

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

0 comments on commit f98d383

Please sign in to comment.