@faststore/api 1.4.5 → 1.4.9

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 +38 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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.4.9 (2022-01-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * add headers to nginx via env vars ([#1049](https://github.com/vtex/faststore/issues/1049)) ([3553372](https://github.com/vtex/faststore/commit/355337273ce03660db9fd14482818cc24c99f4e2))
12
+
13
+
14
+
15
+
16
+
17
+ ## 1.4.8 (2022-01-05)
18
+
19
+ **Note:** Version bump only for package @faststore/api
20
+
21
+
22
+
23
+
24
+
25
+ ## 1.4.7 (2022-01-05)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * fix accessibility on storybook ([#1096](https://github.com/vtex/faststore/issues/1096)) ([55805b1](https://github.com/vtex/faststore/commit/55805b1b2cffd111ef64857321c20e0a001a93b2))
31
+
32
+
33
+
34
+
35
+
36
+ ## 1.4.6 (2022-01-05)
37
+
38
+ **Note:** Version bump only for package @faststore/api
39
+
40
+
41
+
42
+
43
+
6
44
  ## 1.4.5 (2022-01-04)
7
45
 
8
46
  **Note:** Version bump only for package @faststore/api
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/api",
3
- "version": "1.4.5",
3
+ "version": "1.4.9",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -42,5 +42,5 @@
42
42
  "peerDependencies": {
43
43
  "graphql": "^15.6.0"
44
44
  },
45
- "gitHead": "8edb1977f1cec930fe2e9dd806e6f4f65c183ffd"
45
+ "gitHead": "aa8660f9308064450f1ea0bf6a21536cd95c020f"
46
46
  }