Skip to content

Commit

Permalink
feat(vendure-order-client): versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Dec 1, 2023
1 parent 81075a0 commit 14196e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions packages/vendure-order-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# 2.6.0 (2023-13-09)
# 2.6.1 (2023-12-01)

- Expose getEligibleShippingMethods

# 2.6.0

- Make VendureOrderClient.updateEligibleShippingMethods public
- export the store helpers

# 2.5.0 (2023-13-09)
# 2.5.0

- Export vendure graphql types
- Fixed outdated readme
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-order-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-order-client",
"version": "2.6.0",
"version": "2.6.1",
"description": "A tiny, framework agnostic client for managing active orders and checkout with Vendure.",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down

0 comments on commit 14196e1

Please sign in to comment.