Skip to content

Commit 56c439b

Browse files
committed
Release v0.19.1
1 parent 29ddb54 commit 56c439b

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.19.1] - 2024-11-27
11+
1012
### Added
1113

1214
- Translations for strings added in previous update.

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.19.0",
4+
"version": "0.19.1",
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.19.0",
3+
"version": "0.19.1",
44
"dependencies": {
55
"@vtex/address-form": "^3.35.2",
66
"@vtex/api": "6.48.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.19.0",
3+
"version": "0.19.1",
44
"devDependencies": {
55
"@types/jest": "^26.0.4",
66
"@types/node": "^14.0.14",

0 commit comments

Comments
 (0)