@xyd-js/sources 0.1.1-build.161 → 0.1.1-build.166

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 +40 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @xyd-js/sources
2
2
 
3
+ ## 0.1.1-build.166
4
+
5
+ ### Patch Changes
6
+
7
+ - update all packages
8
+ - Updated dependencies
9
+ - @xyd-js/uniform@0.1.0-build.178
10
+
11
+ ## 0.1.1-build.165
12
+
13
+ ### Patch Changes
14
+
15
+ - update all packages
16
+ - Updated dependencies
17
+ - @xyd-js/uniform@0.1.0-build.177
18
+
19
+ ## 0.1.1-build.164
20
+
21
+ ### Patch Changes
22
+
23
+ - update all packages
24
+ - Updated dependencies
25
+ - @xyd-js/uniform@0.1.0-build.176
26
+
27
+ ## 0.1.1-build.163
28
+
29
+ ### Patch Changes
30
+
31
+ - update all packages
32
+ - Updated dependencies
33
+ - @xyd-js/uniform@0.1.0-build.175
34
+
35
+ ## 0.1.1-build.162
36
+
37
+ ### Patch Changes
38
+
39
+ - update all packages
40
+ - Updated dependencies
41
+ - @xyd-js/uniform@0.1.0-build.174
42
+
3
43
  ## 0.1.1-build.161
4
44
 
5
45
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/sources",
3
- "version": "0.1.1-build.161",
3
+ "version": "0.1.1-build.166",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "typedoc": "^0.28.1"
24
24
  },
25
25
  "peerDependencies": {
26
- "@xyd-js/uniform": "0.1.0-build.173"
26
+ "@xyd-js/uniform": "0.1.0-build.178"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@vitest/coverage-v8": "^1.3.1",