Skip to content

Commit 4863717

Browse files
committed
Release v0.18.8
1 parent d61c074 commit 4863717

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.8] - 2024-07-23
11+
1012
### Fixed
1113

1214
- add postal code to Malta

manifest.json

Lines changed: 1 addition & 1 deletion
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.7",
4+
"version": "0.18.8",
55
"title": "Checkout Custom",
66
"description": "Make possible to customize the checkout layout using a easy to use interface from the admin",
77
"builders": {

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.7",
3+
"version": "0.18.8",
44
"dependencies": {
55
"@vtex/address-form": "^3.35.2",
66
"@vtex/api": "6.47.0",

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.7",
3+
"version": "0.18.8",
44
"devDependencies": {
55
"@types/jest": "^26.0.4",
66
"@types/node": "^14.0.14",

0 commit comments

Comments
 (0)