Skip to content

Commit dbc633a

Browse files
Version Packages (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0333227 commit dbc633a

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/warm-mice-applaud.md

-7
This file was deleted.

packages/react-shopper-hooks/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @elasticpath/react-shopper-hooks
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 0333227: Added stripe intent support to the cart hook
8+
9+
- This is a quick fix for now and will be redesigned and a useCheckout hook created if needed support multiple payment gateways better.
10+
311
## 0.0.3
412

513
### Patch Changes

packages/react-shopper-hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elasticpath/react-shopper-hooks",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.1.0",
55
"files": [
66
"dist"
77
],

0 commit comments

Comments
 (0)