Skip to content

Commit a579928

Browse files
Release v3.12.6
1 parent 5a760e1 commit a579928

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
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+
## [3.12.6] - 2023-02-14
11+
1012
### Fixed
1113

1214
- Bug fixed on UI adding to cart flow

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"vendor": "vtex",
33
"name": "quickorder",
4-
"version": "3.12.5",
4+
"version": "3.12.6",
55
"title": "Quickorder",
66
"description": "Allow users to add multiple products to the cart at once",
77
"defaultLocale": "en-US",

node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
"@vtex/tsconfig": "^0.5.0",
4545
"ts-jest": "^25.1.0"
4646
},
47-
"version": "3.12.5"
47+
"version": "3.12.6"
4848
}

react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"graphql": "^14.6.0",
2828
"react": "^16.9.2"
2929
},
30-
"version": "3.12.5"
30+
"version": "3.12.6"
3131
}

0 commit comments

Comments
 (0)