Skip to content

Commit

Permalink
Version Packages (#281)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 11d6ac9 commit b646b77
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/witty-suns-hunt.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @voucherify/react-widget

## 2.8.1

### Patch Changes

- Updated dependencies [[`a9ba013`](https://github.com/voucherifyio/voucherify-js-sdk/commit/a9ba013062c560a3a663b1f219f2dcb7ae9a8a7e)]:
- @voucherify/sdk@2.8.1

## 2.8.0

### Patch Changes
4 changes: 2 additions & 2 deletions packages/react-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voucherify/react-widget",
"version": "2.8.0",
"version": "2.8.1",
"description": "Official Voucherify React Widget",
"author": "Voucherify",
"license": "MIT",
@@ -39,7 +39,7 @@
"react-dom": "^17.0.0"
},
"dependencies": {
"@voucherify/sdk": "2.8.0"
"@voucherify/sdk": "2.8.1"
},
"devDependencies": {
"@types/react": "^17.0.0",
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @voucherify/sdk

## 2.8.1

### Patch Changes

- [`a9ba013`](https://github.com/voucherifyio/voucherify-js-sdk/commit/a9ba013062c560a3a663b1f219f2dcb7ae9a8a7e) [#280](https://github.com/voucherifyio/voucherify-js-sdk/pull/280) Thanks [@p-zielinski](https://github.com/p-zielinski)! - TS fixes (VouchersListTransactionsRequestQuery, LoyaltiesListCardTransactionsRequestQuery, ProductCollectionsCreateRequestBody) - backwards compatible

## 2.8.0

### Minor Changes
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voucherify/sdk",
"version": "2.8.0",
"version": "2.8.1",
"description": "Official Voucherify JS SDK",
"author": "Voucherify",
"license": "MIT",

0 comments on commit b646b77

Please sign in to comment.