@open-xamu-co/ui-components-vue 4.0.0-next.3 → 4.0.0-next.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  Xamu UI
2
2
 
3
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.4](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.3...@open-xamu-co/ui-components-vue-v4.0.0-next.4) (2026-01-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * expose stylesheet preload function on module ([56dbf1f](https://github.com/xamu-co/ui/commit/56dbf1fe6b2fa12b6776add6dcda86524ea84fd1))
9
+
10
+
11
+
12
+
13
+
14
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.4"
15
+ Updating "nuxt"
16
+ Succesfully updated "nuxt" package
17
+
3
18
  # [@open-xamu-co/ui-components-vue-v4.0.0-next.3](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.2...@open-xamu-co/ui-components-vue-v4.0.0-next.3) (2026-01-01)
4
19
 
5
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-xamu-co/ui-components-vue",
3
- "version": "4.0.0-next.3",
3
+ "version": "4.0.0-next.4",
4
4
  "description": "Vue component system for the xamu project",
5
5
  "scripts": {
6
6
  "build:entries": "rimraf dist && vite build",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "devDependencies": {
74
74
  "@open-xamu-co/ui-common-types": "^4.0.0-next.3",
75
- "@open-xamu-co/ui-styles": "^5.0.0-next.2",
75
+ "@open-xamu-co/ui-styles": "^5.0.0-next.3",
76
76
  "@playwright/test": "^1.57.0",
77
77
  "@storybook/addon-docs": "^10.1.9",
78
78
  "@storybook/addon-links": "^10.1.9",