@faststore/core 2.0.90-alpha.0 → 2.0.91-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 +2 -3
- package/CHANGELOG.md +10 -0
- package/package.json +4 -4
- package/src/styles/themes/midnight.scss +4 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -17,7 +17,6 @@ info - Generating static pages (0/13)
|
|
|
17
17
|
info - Generating static pages (3/13)
|
|
18
18
|
info - Generating static pages (6/13)
|
|
19
19
|
info - Generating static pages (9/13)
|
|
20
|
-
warn - CallToAction not found. Add a new component for this section or remove it from the CMS
|
|
21
20
|
info - Generating static pages (13/13)
|
|
22
21
|
info - Finalizing page optimization...
|
|
23
22
|
|
|
@@ -42,8 +41,8 @@ Route (pages) Size First Load JS
|
|
|
42
41
|
├ chunks/framework-dfd14d7ce6600b03.js 45.3 kB
|
|
43
42
|
├ chunks/main-9746772201fe3ac1.js 23.9 kB
|
|
44
43
|
├ chunks/pages/_app-0bf8e95d55047056.js 33.2 kB
|
|
45
|
-
├ chunks/webpack-
|
|
46
|
-
└ css/
|
|
44
|
+
├ chunks/webpack-0dc5204c88c0c150.js 2.18 kB
|
|
45
|
+
└ css/4f3bc905029aa9e5.css 21.8 kB
|
|
47
46
|
|
|
48
47
|
λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
|
|
49
48
|
○ (Static) automatically rendered as static HTML (uses no initial props)
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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.91-alpha.0 (2023-03-30)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- `PaymentMethods` Flag size ([#1690](https://github.com/vtex/faststore/issues/1690)) ([499d83b](https://github.com/vtex/faststore/commit/499d83bb9c69d964b3df963d784d84cea4b01ed3))
|
|
11
|
+
|
|
12
|
+
### Documentation
|
|
13
|
+
|
|
14
|
+
- Updates midnight theme stylesheet ([#1698](https://github.com/vtex/faststore/issues/1698)) ([9b01beb](https://github.com/vtex/faststore/commit/9b01beb0b8c48b5814bb4ff66d069cd5c2a2fc5f))
|
|
15
|
+
|
|
6
16
|
## [2.0.90-alpha.0](https://github.com/vtex/faststore/compare/v2.0.89-alpha.0...v2.0.90-alpha.0) (2023-03-29)
|
|
7
17
|
|
|
8
18
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.91-alpha.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"browserslist": "supports es6-module and not dead",
|
|
6
6
|
"scripts": {
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"@envelop/parser-cache": "^2.2.0",
|
|
31
31
|
"@envelop/validation-cache": "^2.2.0",
|
|
32
32
|
"@faststore/api": "^2.0.3-alpha.0",
|
|
33
|
-
"@faststore/components": "^2.0.
|
|
33
|
+
"@faststore/components": "^2.0.91-alpha.0",
|
|
34
34
|
"@faststore/graphql-utils": "^2.0.3-alpha.0",
|
|
35
35
|
"@faststore/sdk": "^2.0.3-alpha.0",
|
|
36
|
-
"@faststore/ui": "^2.0.
|
|
36
|
+
"@faststore/ui": "^2.0.91-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": "
|
|
111
|
+
"gitHead": "837e0d4445c0366c8f99750eed611091e5d68933"
|
|
112
112
|
}
|