@xyd-js/plugins 0.1.0-build.158 → 0.1.0-build.163

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