Skip to content

Commit

Permalink
Merge pull request #82 from vtex-apps/patch/bump-order-items
Browse files Browse the repository at this point in the history
Bump @vtex/order-items version to 0.6.7
  • Loading branch information
jeffersontuc authored Oct 6, 2023
2 parents f30dca1 + 33259a1 commit feafb69
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.13.23] - 2023-10-05

### Changed

- Bump NPM package `@vtex/order-items` to `0.6.7`.

## [0.13.21] - 2022-07-28

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "order-items",
"version": "0.13.21",
"version": "0.13.23",
"title": "Order Items",
"description": "Order Items",
"defaultLocale": "pt-BR",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@vtex/css-handles": "^1.1.3",
"@vtex/order-items": "^0.6.6",
"@vtex/order-items": "^0.6.7",
"classnames": "^2.2.6",
"debounce": "^1.2.0",
"react": "^16.8.3",
Expand Down
8 changes: 4 additions & 4 deletions react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1568,10 +1568,10 @@
resolved "https://registry.yarnpkg.com/@vtex/css-handles/-/css-handles-1.1.3.tgz#30bd1010f2907443188738f74dd11d3b6b4ac624"
integrity sha512-DkqnzMf5jW6lQ1L8wYb9fnXyh0FqZym8qEokGYjeLUqBLBAiVK8XbI4U0ezFswWTOJ3iHZUkUjqPt5WodxR29w==

"@vtex/order-items@^0.6.6":
version "0.6.6"
resolved "https://registry.yarnpkg.com/@vtex/order-items/-/order-items-0.6.6.tgz#b9003d1d6778e931064eeb9b6185a6da839c4461"
integrity sha512-lE5DS/z+EkXo58lxLoPa+AIxTg5Hm+mlE++3WqLOSHoNzpvN3DCl4Av1BND2TouQpJIFAa0r2xplh3iNLLIAuA==
"@vtex/order-items@^0.6.7":
version "0.6.7"
resolved "https://registry.yarnpkg.com/@vtex/order-items/-/order-items-0.6.7.tgz#6cadf50fac52dbbb2db2ad13da9fc485303fb18f"
integrity sha512-6pp57ZniHyZYWzLmO1tmSqz+i6NuhI/HLOVNOwAv3Qe9gt/P0/myE6EiKVI9yXw5bheVUFsn5Ebt5u1GEg5t9w==
dependencies:
"@types/uuid" "^8.3.0"
"@vtex/order-manager" "^0.5.0"
Expand Down

0 comments on commit feafb69

Please sign in to comment.