@faststore/api 1.3.46 → 1.4.4

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.4 (2022-01-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * adjust data attributes pattern on multiple components ([#1093](https://github.com/vtex/faststore/issues/1093)) ([ca9172f](https://github.com/vtex/faststore/commit/ca9172fb353cfce7011f9144c1e94ed7e6b73f5f))
12
+
13
+
14
+
15
+
16
+
17
+ ## 1.4.3 (2022-01-03)
18
+
19
+ **Note:** Version bump only for package @faststore/api
20
+
21
+
22
+
23
+
24
+
25
+ ## 1.4.2 (2022-01-03)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **ui:** removing aria-labelledby from payment methods component ([#1092](https://github.com/vtex/faststore/issues/1092)) ([bf4c7a9](https://github.com/vtex/faststore/commit/bf4c7a981c379ffb1777a2fd8cae787f735f7d2d))
31
+
32
+
33
+
34
+
35
+
36
+ ## 1.4.1 (2022-01-03)
37
+
38
+ **Note:** Version bump only for package @faststore/api
39
+
40
+
41
+
42
+
43
+
6
44
  ## 1.3.46 (2021-12-23)
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.46",
3
+ "version": "1.4.4",
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": "ce15da21f404a4dd19d6d0d9a03b709a26a452cc"
45
+ "gitHead": "2339f4106d82d03eff65576a0830d8a8d1657182"
46
46
  }