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