@faststore/api 1.3.32 → 1.3.36

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.3.36 (2021-12-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * expose JS files only ([#1081](https://github.com/vtex/faststore/issues/1081)) ([e363c12](https://github.com/vtex/faststore/commit/e363c120f22b10da81ceb3e2d8fcc58c1b4665af))
12
+
13
+
14
+
15
+
16
+
17
+ ## 1.3.35 (2021-12-14)
18
+
19
+ **Note:** Version bump only for package @faststore/api
20
+
21
+
22
+
23
+
24
+
25
+ ## 1.3.34 (2021-12-11)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **docs:** Fix algolia search ([#1078](https://github.com/vtex/faststore/issues/1078)) ([986074f](https://github.com/vtex/faststore/commit/986074f061365d812650a82748ca5a9fc1dac6d5))
31
+
32
+
33
+
34
+
35
+
36
+ ## 1.3.33 (2021-12-10)
37
+
38
+ **Note:** Version bump only for package @faststore/api
39
+
40
+
41
+
42
+
43
+
6
44
  ## 1.3.32 (2021-12-10)
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.3.32",
3
+ "version": "1.3.36",
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": "05ed2b75583785d42557cc21e46638f55750948c"
45
+ "gitHead": "2f5c0a0e8c49b2c0ff9bed247645915deb8e18ae"
46
46
  }