@faststore/core 2.0.138-alpha.0 → 2.0.140-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.
@@ -16,18 +16,20 @@ info - Collecting page data...
16
16
  info - Generating static pages (0/7)
17
17
  info - Generating static pages (1/7)
18
18
  info - Generating static pages (3/7)
19
+ warn - CallToAction not found. Add a new component for this section or remove it from the CMS
20
+ warn - IncentivesHeader not found. Add a new component for this section or remove it from the CMS
19
21
  info - Generating static pages (5/7)
20
22
  info - Generating static pages (7/7)
21
23
  info - Finalizing page optimization...
22
24
 
23
25
  Route (pages) Size First Load JS
24
26
  ┌ ● / 2.97 kB 126 kB
25
- ├ └ css/9cd06a344b528d1d.css 7.21 kB
27
+ ├ └ css/13a4da555ff5e3be.css 7.19 kB
26
28
  ├ /_app 0 B 77.9 kB
27
29
  ├ ● /[...slug] 9.98 kB 132 kB
28
- ├ └ css/161ccac1909562f3.css 7.94 kB
30
+ ├ └ css/2e9de35e0cb999e0.css 7.9 kB
29
31
  ├ ● /[slug]/p 11.2 kB 134 kB
30
- ├ └ css/7a7252cddb9e713d.css 9.34 kB
32
+ ├ └ css/797a1959e07eb86b.css 9.28 kB
31
33
  ├ ○ /404 1.09 kB 113 kB
32
34
  ├ ● /500 1.11 kB 113 kB
33
35
  ├ ● /account 672 B 113 kB
@@ -40,7 +42,7 @@ Route (pages) Size First Load JS
40
42
  ├ chunks/framework-dfd14d7ce6600b03.js 45.3 kB
41
43
  ├ chunks/main-fd466221927468fd.js 23.9 kB
42
44
  ├ chunks/pages/_app-3e4e7e579cb0681a.js 6.43 kB
43
- ├ chunks/webpack-b2e628f07972bcb4.js 2.27 kB
45
+ ├ chunks/webpack-0fc824c9837f47f8.js 2.27 kB
44
46
  └ css/587c27bbda64e700.css 2.8 kB
45
47
 
46
48
  λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.140-alpha.0](https://github.com/vtex/faststore/compare/v2.0.139-alpha.0...v2.0.140-alpha.0) (2023-05-16)
7
+
8
+ **Note:** Version bump only for package @faststore/core
9
+
10
+ ## [2.0.139-alpha.0](https://github.com/vtex/faststore/compare/v2.0.138-alpha.0...v2.0.139-alpha.0) (2023-05-15)
11
+
12
+ **Note:** Version bump only for package @faststore/core
13
+
6
14
  ## [2.0.138-alpha.0](https://github.com/vtex/faststore/compare/v2.0.137-alpha.0...v2.0.138-alpha.0) (2023-05-12)
7
15
 
8
16
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "2.0.138-alpha.0",
3
+ "version": "2.0.140-alpha.0",
4
4
  "license": "MIT",
5
5
  "browserslist": "supports es6-module and not dead",
6
6
  "scripts": {
@@ -29,11 +29,11 @@
29
29
  "@envelop/graphql-jit": "^1.1.1",
30
30
  "@envelop/parser-cache": "^2.2.0",
31
31
  "@envelop/validation-cache": "^2.2.0",
32
- "@faststore/api": "^2.0.118-alpha.0",
32
+ "@faststore/api": "^2.0.140-alpha.0",
33
33
  "@faststore/components": "^2.0.135-alpha.0",
34
34
  "@faststore/graphql-utils": "^2.0.3-alpha.0",
35
35
  "@faststore/sdk": "^2.0.118-alpha.0",
36
- "@faststore/ui": "^2.0.137-alpha.0",
36
+ "@faststore/ui": "^2.0.139-alpha.0",
37
37
  "@types/react": "^18.0.14",
38
38
  "@vtex/client-cms": "^0.2.12",
39
39
  "autoprefixer": "^10.4.0",
@@ -108,5 +108,5 @@
108
108
  "msw": {
109
109
  "workerDirectory": "public"
110
110
  },
111
- "gitHead": "388bcb7402db4f505c092ba910e1b0134caa57d1"
111
+ "gitHead": "a44b71ddf57c2528e76169d36fc6d820e5eea09c"
112
112
  }