@xyd-js/theme-cosmo 0.1.0-build.158 → 0.1.0-build.161

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 +33 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @xyd-js/theme-cosmo
2
2
 
3
+ ## 0.1.0-build.161
4
+
5
+ ### Patch Changes
6
+
7
+ - update all packages
8
+ - Updated dependencies
9
+ - @xyd-js/atlas@0.1.0-build.177
10
+ - @xyd-js/components@0.1.0-build.172
11
+ - @xyd-js/framework@0.1.0-build.193
12
+ - @xyd-js/themes@0.1.1-build.164
13
+
14
+ ## 0.1.0-build.160
15
+
16
+ ### Patch Changes
17
+
18
+ - update all packages
19
+ - Updated dependencies
20
+ - @xyd-js/atlas@0.1.0-build.176
21
+ - @xyd-js/components@0.1.0-build.171
22
+ - @xyd-js/framework@0.1.0-build.192
23
+ - @xyd-js/themes@0.1.1-build.163
24
+
25
+ ## 0.1.0-build.159
26
+
27
+ ### Patch Changes
28
+
29
+ - update all packages
30
+ - Updated dependencies
31
+ - @xyd-js/atlas@0.1.0-build.175
32
+ - @xyd-js/components@0.1.0-build.170
33
+ - @xyd-js/framework@0.1.0-build.191
34
+ - @xyd-js/themes@0.1.1-build.162
35
+
3
36
  ## 0.1.0-build.158
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/theme-cosmo",
3
- "version": "0.1.0-build.158",
3
+ "version": "0.1.0-build.161",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,10 +20,10 @@
20
20
  "react": "^19.1.0",
21
21
  "react-dom": "^19.1.0",
22
22
  "react-router": "^7.7.1",
23
- "@xyd-js/atlas": "0.1.0-build.174",
24
- "@xyd-js/components": "0.1.0-build.169",
25
- "@xyd-js/framework": "0.1.0-build.190",
26
- "@xyd-js/themes": "0.1.1-build.161"
23
+ "@xyd-js/atlas": "0.1.0-build.177",
24
+ "@xyd-js/themes": "0.1.1-build.164",
25
+ "@xyd-js/components": "0.1.0-build.172",
26
+ "@xyd-js/framework": "0.1.0-build.193"
27
27
  },
28
28
  "devDependencies": {},
29
29
  "scripts": {