design-system-dashboard-devmunity 0.0.4 → 0.0.6

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
@@ -1,3 +1,17 @@
1
+ ## [0.0.6](https://github.com/vicventum/design-system-dashboard-devmunity/compare/v0.0.5...v0.0.6) (2025-11-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * test 1 ([2a1248b](https://github.com/vicventum/design-system-dashboard-devmunity/commit/2a1248ba5b7b6ab724418cc14e2a654df5ae2e37))
7
+
8
+ ## [0.0.5](https://github.com/vicventum/design-system-dashboard-devmunity/compare/v0.0.4...v0.0.5) (2025-11-05)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **dev-infra:** agrega el paquete commitizen ([5bd22df](https://github.com/vicventum/design-system-dashboard-devmunity/commit/5bd22df3a57fc583efbbfdb58f189e17052a7e61))
14
+
1
15
  ## [0.0.4](https://github.com/vicventum/design-system-dashboard-devmunity/compare/v0.0.3...v0.0.4) (2025-11-05)
2
16
 
3
17
 
@@ -1,4 +1,4 @@
1
- <script setup lang="ts">
1
+ <script setup>
2
2
  const colorMode = useColorMode()
3
3
 
4
4
  const isDark = computed({
@@ -13,7 +13,7 @@
13
13
  </template>
14
14
  </ACard>
15
15
  <UCard variant="ghost"> oli </UCard>
16
- test
16
+ test 1
17
17
  </ACardInner>
18
18
  </div>
19
19
  </template>
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "design-system-dashboard-devmunity",
3
3
  "type": "module",
4
- "version": "0.0.4",
4
+ "version": "0.0.6",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev",
8
8
  "generate": "nuxt generate",
9
9
  "preview": "nuxt preview",
10
10
  "storybook": "storybook dev -p 6006",
11
- "build-storybook": "storybook build"
11
+ "build-storybook": "storybook build",
12
+ "commit": "cz"
12
13
  },
13
14
  "release": {
14
15
  "branches": [
@@ -53,9 +54,16 @@
53
54
  "@semantic-release/git": "^10.0.1",
54
55
  "@storybook/addon-docs": "8.0.8",
55
56
  "@storybook/addon-links": "8.0.8",
57
+ "commitizen": "^4.3.1",
58
+ "cz-conventional-changelog": "^3.3.0",
56
59
  "prettier": "3.6.2",
57
60
  "prettier-plugin-tailwindcss": "0.7.1",
58
61
  "semantic-release": "^25.0.1",
59
62
  "storybook": "8.0.8"
63
+ },
64
+ "config": {
65
+ "commitizen": {
66
+ "path": "./node_modules/cz-conventional-changelog"
67
+ }
60
68
  }
61
69
  }
package/CHANGELOG.MD DELETED
File without changes