Set shipping feature flags to true (#33819)

* Set smart shipping feature flags to true

* Add changelog
This commit is contained in:
Chi-Hsuan Huang 2022-07-13 16:27:05 +08:00 committed by GitHub
parent 62b91768fb
commit db8ea51d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
Set smart shipping feature flags to true

View File

@ -8,8 +8,8 @@
"experimental-import-products-task": true,
"experimental-fashion-sample-products": true,
"experimental-product-tour": true,
"shipping-smart-defaults": false,
"shipping-setting-tour": false,
"shipping-smart-defaults": true,
"shipping-setting-tour": true,
"homescreen": true,
"marketing": true,
"minified-js": false,

View File

@ -8,8 +8,8 @@
"experimental-import-products-task": true,
"experimental-fashion-sample-products": true,
"experimental-product-tour": true,
"shipping-smart-defaults": false,
"shipping-setting-tour": false,
"shipping-smart-defaults": true,
"shipping-setting-tour": true,
"homescreen": true,
"marketing": true,
"minified-js": true,