@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
@@ -53,7 +53,7 @@ const oauthRedirectUrlDeprecationWarning = '[Quiltt] `oauthRedirectUrl` is depre
53
53
  return utils.getSDKAgent(sdkVersion, platformInfo);
54
54
  };
55
55
 
56
- var version = "5.1.3";
56
+ var version = "5.2.0";
57
57
 
58
58
  /**
59
59
  * Injection keys and types for Quiltt Vue plugin
@@ -51,7 +51,7 @@ const oauthRedirectUrlDeprecationWarning = '[Quiltt] `oauthRedirectUrl` is depre
51
51
  return getSDKAgent$1(sdkVersion, platformInfo);
52
52
  };
53
53
 
54
- var version = "5.1.3";
54
+ var version = "5.2.0";
55
55
 
56
56
  /**
57
57
  * Injection keys and types for Quiltt Vue plugin
@@ -53,7 +53,7 @@ const oauthRedirectUrlDeprecationWarning = '[Quiltt] `oauthRedirectUrl` is depre
53
53
  return utils.getSDKAgent(sdkVersion, platformInfo);
54
54
  };
55
55
 
56
- var version = "5.1.3";
56
+ var version = "5.2.0";
57
57
 
58
58
  /**
59
59
  * Injection keys and types for Quiltt Vue plugin
@@ -51,7 +51,7 @@ const oauthRedirectUrlDeprecationWarning = '[Quiltt] `oauthRedirectUrl` is depre
51
51
  return getSDKAgent$1(sdkVersion, platformInfo);
52
52
  };
53
53
 
54
- var version = "5.1.3";
54
+ var version = "5.2.0";
55
55
 
56
56
  /**
57
57
  * Injection keys and types for Quiltt Vue plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltt/vue",
3
- "version": "5.1.3",
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.1.3"
54
+ "@quiltt/core": "5.2.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@biomejs/biome": "2.4.3",
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",