@faststore/api 1.8.40 → 1.8.44

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 +2 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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.8.44](https://github.com/vtex/faststore/compare/v1.8.43...v1.8.44) (2022-05-30)
7
+
8
+ **Note:** Version bump only for package @faststore/api
9
+
10
+
11
+
12
+
13
+
14
+ ## 1.8.42 (2022-05-30)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * github release ([194413b](https://github.com/vtex/faststore/commit/194413ba0087c8283942108ab5fdd25964b8901b))
20
+
21
+
22
+
23
+
24
+
25
+ ## 1.8.41 (2022-05-30)
26
+
27
+ **Note:** Version bump only for package @faststore/api
28
+
29
+
30
+
31
+
32
+
6
33
  ## 1.8.40 (2022-05-30)
7
34
 
8
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/api",
3
- "version": "1.8.40",
3
+ "version": "1.8.44",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -18,7 +18,6 @@
18
18
  "develop:no-server": "concurrently \"yarn generate -w\" \"tsdx watch\"",
19
19
  "build": "graphql-codegen --config codegen.yml && tsdx build",
20
20
  "test": "tsdx test",
21
- "lint": "tsdx lint",
22
21
  "generate": "graphql-codegen --config codegen.yml"
23
22
  },
24
23
  "dependencies": {
@@ -45,5 +44,5 @@
45
44
  "peerDependencies": {
46
45
  "graphql": "^15.6.0"
47
46
  },
48
- "gitHead": "9ffcdedb307c45b1f7abe99e3680d04d2fcd21e0"
47
+ "gitHead": "82b5fc07c43d90e8a2f9a8bdbd62b4df9b2b6184"
49
48
  }