@faststore/core 2.0.133-alpha.0 → 2.0.134-alpha.0
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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +6 -0
- package/cms/faststore/sections.json +2 -2
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -42,7 +42,7 @@ Route (pages) Size First Load JS
|
|
|
42
42
|
├ chunks/framework-dfd14d7ce6600b03.js 45.3 kB
|
|
43
43
|
├ chunks/main-fd466221927468fd.js 23.9 kB
|
|
44
44
|
├ chunks/pages/_app-3e4e7e579cb0681a.js 6.43 kB
|
|
45
|
-
├ chunks/webpack-
|
|
45
|
+
├ chunks/webpack-8c9fc1972b0b441c.js 2.29 kB
|
|
46
46
|
└ css/587c27bbda64e700.css 2.8 kB
|
|
47
47
|
|
|
48
48
|
λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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
|
+
## [2.0.134-alpha.0](https://github.com/vtex/faststore/compare/v2.0.133-alpha.0...v2.0.134-alpha.0) (2023-05-09)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- Renames `IncentivesHeader` section to `Incentives` ([#1752](https://github.com/vtex/faststore/issues/1752)) ([c46b6b2](https://github.com/vtex/faststore/commit/c46b6b289d971ec2e7925e69e83f649b08b933bd))
|
|
11
|
+
|
|
6
12
|
## [2.0.133-alpha.0](https://github.com/vtex/faststore/compare/v2.0.132-alpha.0...v2.0.133-alpha.0) (2023-05-09)
|
|
7
13
|
|
|
8
14
|
### Features
|
|
@@ -665,9 +665,9 @@
|
|
|
665
665
|
}
|
|
666
666
|
},
|
|
667
667
|
{
|
|
668
|
-
"name": "
|
|
668
|
+
"name": "Incentives",
|
|
669
669
|
"schema": {
|
|
670
|
-
"title": "Incentives
|
|
670
|
+
"title": "Incentives",
|
|
671
671
|
"description": "Add Incentives to your shopper",
|
|
672
672
|
"type": "object",
|
|
673
673
|
"properties": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.134-alpha.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"browserslist": "supports es6-module and not dead",
|
|
6
6
|
"scripts": {
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"msw": {
|
|
109
109
|
"workerDirectory": "public"
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "96e60b742e1571e49eaf345efe8ef0359cd9f2b7"
|
|
112
112
|
}
|