Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polishq committed Jun 26, 2020
1 parent d83c1d3 commit 563fd8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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]

## [1.0.0] - 2020-06-26

### Changed

- Update `processApplication` mutation to use `Upload` variables, allowing files to be sent as multipart form data.
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": "flow-finance-components",
"version": "0.0.12",
"version": "1.0.0",
"title": "Flow Finance Components",
"description": "Front end components for Flow Finance payment system",
"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 @@ -34,5 +34,5 @@
"vtex.store-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-graphql@2.122.0/public/@types/vtex.store-graphql",
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.114.0/public/@types/vtex.styleguide"
},
"version": "0.0.12"
"version": "1.0.0"
}

0 comments on commit 563fd8a

Please sign in to comment.