Skip to content

Commit

Permalink
Release v0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silviasfon committed Apr 16, 2021
1 parent 6d06ede commit 89b780a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.46.0] - 2021-04-16

### Added
- `refreshOutdatedData` field in `orderForm` mutation

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": "checkout-resources",
"version": "0.45.0",
"version": "0.46.0",
"title": "Checkout Resources",
"description": "Checkout Resources",
"defaultLocale": "pt-BR",
Expand Down
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtex.checkout-resources",
"version": "0.45.0",
"version": "0.46.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
Expand Down Expand Up @@ -35,4 +35,4 @@
"vtex.gateway-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.gateway-graphql",
"vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.render-runtime"
}
}
}

0 comments on commit 89b780a

Please sign in to comment.