@plitzi/sdk-variables 0.34.1 → 0.35.2

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 +28 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @plitzi/sdk-variables
2
2
 
3
+ ## 0.35.2
4
+
5
+ ### Patch Changes
6
+
7
+ - v0.35.2
8
+ - Updated dependencies
9
+ - Updated dependencies [470aaf8]
10
+ - @plitzi/sdk-shared@0.35.2
11
+
12
+ ## 0.35.1
13
+
14
+ ### Patch Changes
15
+
16
+ - v0.35.1
17
+ - Updated dependencies
18
+ - @plitzi/sdk-shared@0.35.1
19
+
20
+ ## 0.35.0
21
+
22
+ ### Minor Changes
23
+
24
+ - v0.35.0
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - @plitzi/sdk-shared@0.35.0
30
+
3
31
  ## 0.34.1
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plitzi/sdk-variables",
3
- "version": "0.34.1",
3
+ "version": "0.35.2",
4
4
  "license": "AGPL-3.0",
5
5
  "files": [
6
6
  "dist"
@@ -152,7 +152,7 @@
152
152
  },
153
153
  "dependencies": {
154
154
  "@plitzi/plitzi-ui": "^1.6.21",
155
- "@plitzi/sdk-shared": "0.34.1",
155
+ "@plitzi/sdk-shared": "0.35.2",
156
156
  "clsx": "^2.1.1",
157
157
  "zod": "^4.6.4"
158
158
  },