Skip to content

Commit

Permalink
Version Packages (#262)
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 Jan 23, 2024
1 parent 1ec75c7 commit 7ef9ea3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/smooth-garlics-remain.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.7.1

### Patch Changes

- Updated dependencies [[`25c3f13`](https://github.com/voucherifyio/voucherify-js-sdk/commit/25c3f13d10cd8ed4a6eee50082f302efd18e1268)]:
- @voucherify/sdk@2.7.1

## 2.7.0

### Patch Changes
Expand Down
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.7.0",
"version": "2.7.1",
"description": "Official Voucherify React Widget",
"author": "Voucherify",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"react-dom": "^17.0.0"
},
"dependencies": {
"@voucherify/sdk": "2.7.0"
"@voucherify/sdk": "2.7.1"
},
"devDependencies": {
"@types/react": "^17.0.0",
Expand Down
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.7.1

### Patch Changes

- [`25c3f13`](https://github.com/voucherifyio/voucherify-js-sdk/commit/25c3f13d10cd8ed4a6eee50082f302efd18e1268) [#260](https://github.com/voucherifyio/voucherify-js-sdk/pull/260) Thanks [@jkaliszuk](https://github.com/jkaliszuk)! - Added `error` object in `VoucherifyError`. Added `validation_rules` in VouchersCreateParameters.

## 2.7.0

### Minor Changes
Expand Down
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.7.0",
"version": "2.7.1",
"description": "Official Voucherify JS SDK",
"author": "Voucherify",
"license": "MIT",
Expand Down

0 comments on commit 7ef9ea3

Please sign in to comment.