Skip to content

Commit 6b48392

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

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/five-dancers-fetch.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.9.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`deb0b79`](https://github.com/voucherifyio/voucherify-js-sdk/commit/deb0b79b0e3da2ec5ad9457ba505ec2818f06347)]:
8+
- @voucherify/sdk@2.9.0
9+
310
## 2.8.1
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.8.1",
3+
"version": "2.9.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.8.1"
42+
"@voucherify/sdk": "2.9.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.9.0
4+
5+
### Minor Changes
6+
7+
- [`deb0b79`](https://github.com/voucherifyio/voucherify-js-sdk/commit/deb0b79b0e3da2ec5ad9457ba505ec2818f06347) [#282](https://github.com/voucherifyio/voucherify-js-sdk/pull/282) Thanks [@p-zielinski](https://github.com/p-zielinski)! - Support for new endpoints: List Member Activity
8+
39
## 2.8.1
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.8.1",
3+
"version": "2.9.0",
44
"description": "Official Voucherify JS SDK",
55
"author": "Voucherify",
66
"license": "MIT",

0 commit comments

Comments
 (0)