@xyd-js/storybook 0.0.1-build.177 → 0.0.1-build.179

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 +32 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @xyd-js/storybook
2
2
 
3
+ ## 0.0.1-build.179
4
+
5
+ ### Patch Changes
6
+
7
+ - update all packages
8
+ - update all packages
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - @xyd-js/atlas@0.1.0-build.185
12
+ - @xyd-js/components@0.1.0-build.180
13
+ - @xyd-js/content@0.1.0-build.183
14
+ - @xyd-js/theme-cosmo@0.1.0-build.169
15
+ - @xyd-js/theme-opener@0.1.0-build.169
16
+ - @xyd-js/theme-picasso@0.1.0-build.169
17
+ - @xyd-js/theme-poetry@0.1.0-build.196
18
+ - @xyd-js/ui@0.1.0-build.185
19
+
20
+ ## 0.0.1-build.178
21
+
22
+ ### Patch Changes
23
+
24
+ - update all packages
25
+ - Updated dependencies
26
+ - @xyd-js/atlas@0.1.0-build.184
27
+ - @xyd-js/components@0.1.0-build.179
28
+ - @xyd-js/content@0.1.0-build.182
29
+ - @xyd-js/theme-cosmo@0.1.0-build.168
30
+ - @xyd-js/theme-opener@0.1.0-build.168
31
+ - @xyd-js/theme-picasso@0.1.0-build.168
32
+ - @xyd-js/theme-poetry@0.1.0-build.195
33
+ - @xyd-js/ui@0.1.0-build.184
34
+
3
35
  ## 0.0.1-build.177
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/storybook",
3
- "version": "0.0.1-build.177",
3
+ "version": "0.0.1-build.179",
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.183",
13
- "@xyd-js/components": "0.1.0-build.178",
14
- "@xyd-js/theme-cosmo": "0.1.0-build.167",
15
- "@xyd-js/theme-poetry": "0.1.0-build.194",
16
- "@xyd-js/theme-opener": "0.1.0-build.167",
17
- "@xyd-js/theme-picasso": "0.1.0-build.167",
18
- "@xyd-js/ui": "0.1.0-build.183",
19
- "@xyd-js/content": "0.1.0-build.181"
12
+ "@xyd-js/components": "0.1.0-build.180",
13
+ "@xyd-js/theme-opener": "0.1.0-build.169",
14
+ "@xyd-js/theme-picasso": "0.1.0-build.169",
15
+ "@xyd-js/theme-poetry": "0.1.0-build.196",
16
+ "@xyd-js/theme-cosmo": "0.1.0-build.169",
17
+ "@xyd-js/content": "0.1.0-build.183",
18
+ "@xyd-js/atlas": "0.1.0-build.185",
19
+ "@xyd-js/ui": "0.1.0-build.185"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@chromatic-com/storybook": "^1.9.0",