@faststore/components 1.12.35 → 1.12.43

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 +14 -12
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,36 +3,38 @@
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.35 (2023-02-13)
6
+ ## 1.12.43 (2023-05-26)
7
7
 
8
+ ### Features
8
9
 
9
- ### Bug Fixes
10
+ - add api telemetry (1.x) ([#1790](https://github.com/vtex/faststore/issues/1790)) ([1c39126](https://github.com/vtex/faststore/commit/1c39126f2f91ae7ffb7a895a45c81bdb3fef1e0e))
10
11
 
11
- * package versions ([18ccc64](https://github.com/vtex/faststore/commit/18ccc64ac973a33d91a04c2cb3caa2be6ad82cf9))
12
+ ## 1.12.37 (2023-03-15)
12
13
 
14
+ ### Bug Fixes
13
15
 
16
+ - publish version workflow ([#1665](https://github.com/vtex/faststore/issues/1665)) ([ed499c4](https://github.com/vtex/faststore/commit/ed499c4f8191da0e1beea0913000553c372dce15))
14
17
 
15
- ## 1.12.20 (2022-10-26)
18
+ ## 1.12.35 (2023-02-13)
16
19
 
20
+ ### Bug Fixes
17
21
 
18
- ### Chores
22
+ - package versions ([18ccc64](https://github.com/vtex/faststore/commit/18ccc64ac973a33d91a04c2cb3caa2be6ad82cf9))
19
23
 
20
- * git blame ignore modification by data-fs ([#1494](https://github.com/vtex/faststore/issues/1494)) ([783079e](https://github.com/vtex/faststore/commit/783079e7095b39270bbb60e79063b774056dc5d4))
24
+ ## 1.12.20 (2022-10-26)
21
25
 
26
+ ### Chores
22
27
 
28
+ - git blame ignore modification by data-fs ([#1494](https://github.com/vtex/faststore/issues/1494)) ([783079e](https://github.com/vtex/faststore/commit/783079e7095b39270bbb60e79063b774056dc5d4))
23
29
 
24
30
  ## 1.12.19 (2022-10-25)
25
31
 
26
-
27
32
  ### Bug Fixes
28
33
 
29
- * yarn ([#1490](https://github.com/vtex/faststore/issues/1490)) ([52756b1](https://github.com/vtex/faststore/commit/52756b1ec66d9b70ae4899ed373a180749f8e5cd))
30
-
31
-
34
+ - yarn ([#1490](https://github.com/vtex/faststore/issues/1490)) ([52756b1](https://github.com/vtex/faststore/commit/52756b1ec66d9b70ae4899ed373a180749f8e5cd))
32
35
 
33
36
  ## [1.12.18](https://github.com/vtex/faststore/compare/v1.12.17...v1.12.18) (2022-10-25)
34
37
 
35
-
36
38
  ### Features
37
39
 
38
- * create the components packages ([#1489](https://github.com/vtex/faststore/issues/1489)) ([549805d](https://github.com/vtex/faststore/commit/549805df0d489aa768ed0a09413d0fcc569bdbd3))
40
+ - create the components packages ([#1489](https://github.com/vtex/faststore/issues/1489)) ([549805d](https://github.com/vtex/faststore/commit/549805df0d489aa768ed0a09413d0fcc569bdbd3))
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@faststore/components",
3
- "version": "1.12.35",
3
+ "version": "1.12.43",
4
4
  "main": "index.js",
5
5
  "author": "Emerson Laurentino @emersonlaurentino",
6
6
  "license": "MIT",
7
- "gitHead": "5271bbd397d348bebbda2bd12006d9e75fc915cb"
7
+ "gitHead": "6ac829dd59600d5ea9a02820294310bdecaa4b79"
8
8
  }