@xyd-js/storybook 0.0.1-build.168 → 0.0.1-build.173

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 +75 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,80 @@
1
1
  # @xyd-js/storybook
2
2
 
3
+ ## 0.0.1-build.173
4
+
5
+ ### Patch Changes
6
+
7
+ - update all packages
8
+ - Updated dependencies
9
+ - @xyd-js/atlas@0.1.0-build.179
10
+ - @xyd-js/components@0.1.0-build.174
11
+ - @xyd-js/content@0.1.0-build.177
12
+ - @xyd-js/theme-cosmo@0.1.0-build.163
13
+ - @xyd-js/theme-opener@0.1.0-build.163
14
+ - @xyd-js/theme-picasso@0.1.0-build.163
15
+ - @xyd-js/theme-poetry@0.1.0-build.190
16
+ - @xyd-js/ui@0.1.0-build.179
17
+
18
+ ## 0.0.1-build.172
19
+
20
+ ### Patch Changes
21
+
22
+ - update all packages
23
+ - Updated dependencies
24
+ - @xyd-js/atlas@0.1.0-build.178
25
+ - @xyd-js/components@0.1.0-build.173
26
+ - @xyd-js/content@0.1.0-build.176
27
+ - @xyd-js/theme-cosmo@0.1.0-build.162
28
+ - @xyd-js/theme-opener@0.1.0-build.162
29
+ - @xyd-js/theme-picasso@0.1.0-build.162
30
+ - @xyd-js/theme-poetry@0.1.0-build.189
31
+ - @xyd-js/ui@0.1.0-build.178
32
+
33
+ ## 0.0.1-build.171
34
+
35
+ ### Patch Changes
36
+
37
+ - update all packages
38
+ - Updated dependencies
39
+ - @xyd-js/atlas@0.1.0-build.177
40
+ - @xyd-js/components@0.1.0-build.172
41
+ - @xyd-js/content@0.1.0-build.175
42
+ - @xyd-js/theme-cosmo@0.1.0-build.161
43
+ - @xyd-js/theme-opener@0.1.0-build.161
44
+ - @xyd-js/theme-picasso@0.1.0-build.161
45
+ - @xyd-js/theme-poetry@0.1.0-build.188
46
+ - @xyd-js/ui@0.1.0-build.177
47
+
48
+ ## 0.0.1-build.170
49
+
50
+ ### Patch Changes
51
+
52
+ - update all packages
53
+ - Updated dependencies
54
+ - @xyd-js/atlas@0.1.0-build.176
55
+ - @xyd-js/components@0.1.0-build.171
56
+ - @xyd-js/content@0.1.0-build.174
57
+ - @xyd-js/theme-cosmo@0.1.0-build.160
58
+ - @xyd-js/theme-opener@0.1.0-build.160
59
+ - @xyd-js/theme-picasso@0.1.0-build.160
60
+ - @xyd-js/theme-poetry@0.1.0-build.187
61
+ - @xyd-js/ui@0.1.0-build.176
62
+
63
+ ## 0.0.1-build.169
64
+
65
+ ### Patch Changes
66
+
67
+ - update all packages
68
+ - Updated dependencies
69
+ - @xyd-js/atlas@0.1.0-build.175
70
+ - @xyd-js/components@0.1.0-build.170
71
+ - @xyd-js/content@0.1.0-build.173
72
+ - @xyd-js/theme-cosmo@0.1.0-build.159
73
+ - @xyd-js/theme-opener@0.1.0-build.159
74
+ - @xyd-js/theme-picasso@0.1.0-build.159
75
+ - @xyd-js/theme-poetry@0.1.0-build.186
76
+ - @xyd-js/ui@0.1.0-build.175
77
+
3
78
  ## 0.0.1-build.168
4
79
 
5
80
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/storybook",
3
- "version": "0.0.1-build.168",
3
+ "version": "0.0.1-build.173",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@storybook/addon-storysource": "^8.6.14",
@@ -9,14 +9,14 @@
9
9
  "lucide-react": "^0.447.0",
10
10
  "react": "^19.1.0",
11
11
  "react-dom": "^19.1.0",
12
- "@xyd-js/atlas": "0.1.0-build.174",
13
- "@xyd-js/content": "0.1.0-build.172",
14
- "@xyd-js/components": "0.1.0-build.169",
15
- "@xyd-js/theme-cosmo": "0.1.0-build.158",
16
- "@xyd-js/theme-picasso": "0.1.0-build.158",
17
- "@xyd-js/theme-poetry": "0.1.0-build.185",
18
- "@xyd-js/ui": "0.1.0-build.174",
19
- "@xyd-js/theme-opener": "0.1.0-build.158"
12
+ "@xyd-js/theme-cosmo": "0.1.0-build.163",
13
+ "@xyd-js/components": "0.1.0-build.174",
14
+ "@xyd-js/atlas": "0.1.0-build.179",
15
+ "@xyd-js/theme-picasso": "0.1.0-build.163",
16
+ "@xyd-js/content": "0.1.0-build.177",
17
+ "@xyd-js/theme-poetry": "0.1.0-build.190",
18
+ "@xyd-js/theme-opener": "0.1.0-build.163",
19
+ "@xyd-js/ui": "0.1.0-build.179"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@chromatic-com/storybook": "^1.9.0",