Skip to content

Commit

Permalink
Release v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
auroraaaashen committed Nov 8, 2022
1 parent fb3d530 commit f5d174d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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]

## [3.12.1] - 2022-11-08

### Fixed

- Text that contains partial availability error will not show Add To Cart button
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": "quickorder",
"version": "3.12.0",
"version": "3.12.1",
"title": "Quickorder",
"description": "Allow users to add multiple products to the cart at once",
"defaultLocale": "en-US",
Expand Down
4 changes: 2 additions & 2 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"@vtex/tsconfig": "^0.5.0",
"ts-jest": "^25.1.0"
},
"version": "3.12.0"
}
"version": "3.12.1"
}
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"graphql": "^14.6.0",
"react": "^16.9.2"
},
"version": "3.12.0"
}
"version": "3.12.1"
}

0 comments on commit f5d174d

Please sign in to comment.