Skip to content

Commit b712bae

Browse files
committed
Release v1.10.0
1 parent 1a29ed7 commit b712bae

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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+
## [1.10.0] - 2023-03-14
11+
1012
### Added
1113
- Payment system name and payment origin on payment summary when paid with creditCard
1214

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"vendor": "vtex",
33
"name": "order-details",
4-
"version": "1.9.1",
4+
"version": "1.10.0",
55
"title": "Order Details Components",
66
"description": "Components to display information on an order",
77
"defaultLocale": "pt-BR",

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
"lint": "eslint --quiet --fix --ext ts,tsx .",
4545
"test": "vtex-test-tools test"
4646
},
47-
"version": "1.9.1"
47+
"version": "1.10.0"
4848
}

0 commit comments

Comments
 (0)