@xyd-js/gql 0.1.0-build.174 → 0.1.0-build.177

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 +27 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @xyd-js/gql
2
2
 
3
+ ## 0.1.0-build.177
4
+
5
+ ### Patch Changes
6
+
7
+ - update all packages
8
+ - Updated dependencies
9
+ - @xyd-js/core@0.1.0-build.177
10
+ - @xyd-js/uniform@0.1.0-build.179
11
+
12
+ ## 0.1.0-build.176
13
+
14
+ ### Patch Changes
15
+
16
+ - update all packages
17
+ - Updated dependencies
18
+ - @xyd-js/core@0.1.0-build.176
19
+ - @xyd-js/uniform@0.1.0-build.178
20
+
21
+ ## 0.1.0-build.175
22
+
23
+ ### Patch Changes
24
+
25
+ - update all packages
26
+ - Updated dependencies
27
+ - @xyd-js/core@0.1.0-build.175
28
+ - @xyd-js/uniform@0.1.0-build.177
29
+
3
30
  ## 0.1.0-build.174
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/gql",
3
- "version": "0.1.0-build.174",
3
+ "version": "0.1.0-build.177",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -9,8 +9,8 @@
9
9
  "@graphql-tools/schema": "^10.0.0",
10
10
  "github-slugger": "^2.0.0",
11
11
  "graphql": "^16.8.1",
12
- "@xyd-js/core": "0.1.0-build.174",
13
- "@xyd-js/uniform": "0.1.0-build.176"
12
+ "@xyd-js/core": "0.1.0-build.177",
13
+ "@xyd-js/uniform": "0.1.0-build.179"
14
14
  },
15
15
  "devDependencies": {
16
16
  "rimraf": "^3.0.2",