@operato/graphql 1.11.8 → 1.12.5

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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [1.12.5](https://github.com/hatiolab/operato/compare/v1.12.4...v1.12.5) (2024-01-03)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * 캐쉬 속성 변경 ([edfbc11](https://github.com/hatiolab/operato/commit/edfbc11b8a09374829b00af03c02606aa2380f2c))
12
+
13
+
14
+
15
+ ### [1.12.2](https://github.com/hatiolab/operato/compare/v1.12.1...v1.12.2) (2024-01-01)
16
+
17
+
18
+ ### :bug: Bug Fix
19
+
20
+ * addTypename option for InMemoryCache ([86309ec](https://github.com/hatiolab/operato/commit/86309ecc8899aadcd0410ed3f682a50c85983123))
21
+
22
+
23
+
6
24
  ### [1.11.8](https://github.com/hatiolab/operato/compare/v1.11.7...v1.11.8) (2023-12-19)
7
25
 
8
26
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/graphql",
3
3
  "description": "Webcomponent graphql-client following open-wc recommendations",
4
4
  "author": "heartyoh@hatiolab.com",
5
- "version": "1.11.8",
5
+ "version": "1.12.5",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "license": "MIT",
@@ -110,5 +110,5 @@
110
110
  "prettier --write"
111
111
  ]
112
112
  },
113
- "gitHead": "50994468c6262e33be03a59f7755512db5381232"
113
+ "gitHead": "883e679d1527b1b6aef4651a891a35ab1140051a"
114
114
  }