@faststore/components 1.12.35 → 1.12.37

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