@xyd-js/plugins 0.1.0-build.167 → 0.1.0-build.169

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 +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @xyd-js/plugins
2
2
 
3
+ ## 0.1.0-build.169
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-build.201
12
+ - @xyd-js/uniform@0.1.0-build.184
13
+
14
+ ## 0.1.0-build.168
15
+
16
+ ### Patch Changes
17
+
18
+ - update all packages
19
+ - Updated dependencies
20
+ - @xyd-js/framework@0.1.0-build.200
21
+ - @xyd-js/uniform@0.1.0-build.183
22
+
3
23
  ## 0.1.0-build.167
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/plugins",
3
- "version": "0.1.0-build.167",
3
+ "version": "0.1.0-build.169",
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.182"
14
+ "@xyd-js/uniform": "0.1.0-build.184"
15
15
  },
16
16
  "peerDependencies": {
17
- "@xyd-js/framework": "0.1.0-build.199"
17
+ "@xyd-js/framework": "0.1.0-build.201"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@vitest/coverage-v8": "^1.3.1",