Skip to content

Commit fd7f36d

Browse files
committed
Release v0.18.5
1 parent 35dbb71 commit fd7f36d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.18.5] - 2024-05-07
11+
1012
### Fixed
1113

1214
- Set default locale for google address form as GBR

manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "checkout-ui-custom",
33
"vendor": "vtex",
4-
"version": "0.18.4",
4+
"version": "0.18.5",
55
"title": "Checkout Custom",
66
"description": "Make possible to customize the checkout layout using a easy to use interface from the admin",
77
"builders": {
@@ -75,7 +75,9 @@
7575
"url": "https://support.vtex.com/hc/requests"
7676
},
7777
"type": "free",
78-
"availableCountries": ["*"]
78+
"availableCountries": [
79+
"*"
80+
]
7981
},
8082
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
8183
}

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vtex.checkout-ui-custom",
3-
"version": "0.18.4",
3+
"version": "0.18.5",
44
"dependencies": {
55
"@vtex/address-form": "^3.35.0",
66
"@vtex/api": "6.46.1",

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkout-ui-custom-app",
3-
"version": "0.18.4",
3+
"version": "0.18.5",
44
"devDependencies": {
55
"@types/jest": "^26.0.4",
66
"@types/node": "^14.0.14",

0 commit comments

Comments
 (0)