Skip to content

Commit 13e0379

Browse files
Version Packages (#278)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8e05e32 commit 13e0379

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/quick-chairs-breathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-widget/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @voucherify/react-widget
22

3+
## 2.8.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2ddd6ec`](https://github.com/voucherifyio/voucherify-js-sdk/commit/2ddd6ec688f3dbc35b301e05f0fa5f6d20bdc410)]:
8+
- @voucherify/sdk@2.8.0
9+
310
## 2.7.4
411

512
### Patch Changes

packages/react-widget/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voucherify/react-widget",
3-
"version": "2.7.4",
3+
"version": "2.8.0",
44
"description": "Official Voucherify React Widget",
55
"author": "Voucherify",
66
"license": "MIT",
@@ -39,7 +39,7 @@
3939
"react-dom": "^17.0.0"
4040
},
4141
"dependencies": {
42-
"@voucherify/sdk": "2.7.4"
42+
"@voucherify/sdk": "2.8.0"
4343
},
4444
"devDependencies": {
4545
"@types/react": "^17.0.0",

packages/sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @voucherify/sdk
22

3+
## 2.8.0
4+
5+
### Minor Changes
6+
7+
- [`2ddd6ec`](https://github.com/voucherifyio/voucherify-js-sdk/commit/2ddd6ec688f3dbc35b301e05f0fa5f6d20bdc410) [#277](https://github.com/voucherifyio/voucherify-js-sdk/pull/277) Thanks [@p-zielinski](https://github.com/p-zielinski)! - Added support for `v1/customers/{customerId}/activity` (method `listActivity`) and fix type `ValidationValidateStackableResponse`
8+
39
## 2.7.4
410

511
### Patch Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voucherify/sdk",
3-
"version": "2.7.4",
3+
"version": "2.8.0",
44
"description": "Official Voucherify JS SDK",
55
"author": "Voucherify",
66
"license": "MIT",

0 commit comments

Comments
 (0)