@xyd-js/plugins 0.1.0-xyd.41 → 0.1.0-xyd.53

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 +120 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,125 @@
1
1
  # @xyd-js/plugins
2
2
 
3
+ ## 0.1.0-xyd.53
4
+
5
+ ### Patch Changes
6
+
7
+ - update all packages
8
+ - update all packages
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - @xyd-js/framework@0.1.0-xyd.85
12
+ - @xyd-js/uniform@0.1.0-xyd.68
13
+
14
+ ## 0.1.0-xyd.52
15
+
16
+ ### Patch Changes
17
+
18
+ - update all packages
19
+ - Updated dependencies
20
+ - @xyd-js/framework@0.1.0-xyd.84
21
+ - @xyd-js/uniform@0.1.0-xyd.67
22
+
23
+ ## 0.1.0-xyd.51
24
+
25
+ ### Patch Changes
26
+
27
+ - update all packages
28
+ - Updated dependencies
29
+ - @xyd-js/framework@0.1.0-xyd.83
30
+ - @xyd-js/uniform@0.1.0-xyd.66
31
+
32
+ ## 0.1.0-xyd.50
33
+
34
+ ### Patch Changes
35
+
36
+ - update all packages
37
+ - Updated dependencies
38
+ - @xyd-js/framework@0.1.0-xyd.82
39
+ - @xyd-js/uniform@0.1.0-xyd.65
40
+
41
+ ## 0.1.0-xyd.49
42
+
43
+ ### Patch Changes
44
+
45
+ - update all packages
46
+ - Updated dependencies
47
+ - @xyd-js/framework@0.1.0-xyd.81
48
+ - @xyd-js/uniform@0.1.0-xyd.64
49
+
50
+ ## 0.1.0-xyd.48
51
+
52
+ ### Patch Changes
53
+
54
+ - update all packages
55
+ - Updated dependencies
56
+ - @xyd-js/framework@0.1.0-xyd.80
57
+ - @xyd-js/uniform@0.1.0-xyd.63
58
+
59
+ ## 0.1.0-xyd.47
60
+
61
+ ### Patch Changes
62
+
63
+ - update all packages
64
+ - Updated dependencies
65
+ - @xyd-js/framework@0.1.0-xyd.79
66
+ - @xyd-js/uniform@0.1.0-xyd.62
67
+
68
+ ## 0.1.0-xyd.46
69
+
70
+ ### Patch Changes
71
+
72
+ - update all packages
73
+ - Updated dependencies
74
+ - @xyd-js/framework@0.1.0-xyd.78
75
+ - @xyd-js/uniform@0.1.0-xyd.61
76
+
77
+ ## 0.1.0-xyd.45
78
+
79
+ ### Patch Changes
80
+
81
+ - update all packages
82
+ - Updated dependencies
83
+ - @xyd-js/framework@0.1.0-xyd.77
84
+ - @xyd-js/uniform@0.1.0-xyd.60
85
+
86
+ ## 0.1.0-xyd.44
87
+
88
+ ### Patch Changes
89
+
90
+ - update all packages
91
+ - Updated dependencies
92
+ - @xyd-js/framework@0.1.0-xyd.76
93
+ - @xyd-js/uniform@0.1.0-xyd.59
94
+
95
+ ## 0.1.0-xyd.43
96
+
97
+ ### Patch Changes
98
+
99
+ - update all packages
100
+ - Updated dependencies
101
+ - @xyd-js/framework@0.1.0-xyd.75
102
+ - @xyd-js/uniform@0.1.0-xyd.58
103
+
104
+ ## 0.1.0-xyd.42
105
+
106
+ ### Patch Changes
107
+
108
+ - update all packages
109
+ - update all packages
110
+ - update all packages
111
+ - update all packages
112
+ - update all packages
113
+ - update all packages
114
+ - Updated dependencies
115
+ - Updated dependencies
116
+ - Updated dependencies
117
+ - Updated dependencies
118
+ - Updated dependencies
119
+ - Updated dependencies
120
+ - @xyd-js/framework@0.1.0-xyd.74
121
+ - @xyd-js/uniform@0.1.0-xyd.57
122
+
3
123
  ## 0.1.0-xyd.41
4
124
 
5
125
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/plugins",
3
- "version": "0.1.0-xyd.41",
3
+ "version": "0.1.0-xyd.53",
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-xyd.56"
14
+ "@xyd-js/uniform": "0.1.0-xyd.68"
15
15
  },
16
16
  "peerDependencies": {
17
- "@xyd-js/framework": "0.1.0-xyd.73"
17
+ "@xyd-js/framework": "0.1.0-xyd.85"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@vitest/coverage-v8": "^1.3.1",