mapomodule 1.0.0-alpha.23 → 1.0.0-alpha.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.0.0-alpha.24](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-07-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * refactored translations, added vuetify translations ([bd37682](https://github.com/lotrekagency/mapo/commit/bd376820ad05a00f49088b9585b7bb26371e09f8))
12
+
13
+
14
+
15
+
16
+
6
17
  # [1.0.0-alpha.23](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-05-04)
7
18
 
8
19
  **Note:** Version bump only for package mapomodule
package/defaults.js CHANGED
@@ -1,4 +1,4 @@
1
- import vuetify from '@mapomodule/uikit/defaults'
1
+ import { vuetify } from '@mapomodule/uikit/defaults'
2
2
 
3
3
  export default {
4
4
  store: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mapomodule",
3
- "version": "1.0.0-alpha.23",
3
+ "version": "1.0.0-alpha.24",
4
4
  "description": "Mapo is a nuxt module that helps in the creation of Administration Panels.",
5
5
  "author": "bnznamco <gabriele.baldi.01@gmail.com>",
6
6
  "keywords": [
@@ -17,12 +17,12 @@
17
17
  "@mapomodule/integrations": "^1.0.0-alpha.16",
18
18
  "@mapomodule/routemeta": "^1.0.0-alpha.8",
19
19
  "@mapomodule/store": "^1.0.0-alpha.23",
20
- "@mapomodule/uikit": "^1.0.0-alpha.23",
20
+ "@mapomodule/uikit": "^1.0.0-alpha.24",
21
21
  "@nuxtjs/axios": "^5.13.6",
22
22
  "lodash.mergewith": "^4.6.2"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
- "gitHead": "19399823330cb0123d2b224e857fb3094351df95"
27
+ "gitHead": "0d7a1d128b02ad74c49da6e89ee60a546fec21ba"
28
28
  }