@quiltt/vue 5.1.3 → 5.2.0
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,5 +1,16 @@
|
|
|
1
1
|
# @quiltt/vue
|
|
2
2
|
|
|
3
|
+
## 5.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#427](https://github.com/quiltt/quiltt-js/pull/427) [`6d4b768`](https://github.com/quiltt/quiltt-js/commit/6d4b7683f49d0a6e649a4bdfaff0398669102a63) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Bump minor version to be consistent with SemVer standards
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`6d4b768`](https://github.com/quiltt/quiltt-js/commit/6d4b7683f49d0a6e649a4bdfaff0398669102a63)]:
|
|
12
|
+
- @quiltt/core@5.2.0
|
|
13
|
+
|
|
3
14
|
## 5.1.3
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/components/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quiltt/vue",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"description": "Vue 3 Composables and Components for Quiltt Connector",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"quiltt",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
],
|
|
52
52
|
"main": "dist/index.js",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@quiltt/core": "5.
|
|
54
|
+
"@quiltt/core": "5.2.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@biomejs/biome": "2.4.
|
|
57
|
+
"@biomejs/biome": "2.4.5",
|
|
58
58
|
"@types/node": "24.11.0",
|
|
59
59
|
"bunchee": "6.9.4",
|
|
60
60
|
"rimraf": "6.1.3",
|