Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 14, 2023
1 parent 7720e31 commit e38095d
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 39 deletions.
11 changes: 0 additions & 11 deletions .changeset/comics-voucherify-hear.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/comics-voucherify-two.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tidy-comics-hear.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.3.0

### Patch Changes

- Updated dependencies [[`644aa84`](https://github.com/voucherifyio/voucherify-js-sdk/commit/644aa8479843b8625192aa295eb07aa19ba651d7), [`7720e31`](https://github.com/voucherifyio/voucherify-js-sdk/commit/7720e31baea0db19a7543ae12661fab77176e5ff), [`52e7f5e`](https://github.com/voucherifyio/voucherify-js-sdk/commit/52e7f5e8d4ea6be4ba1b9d0550cba3ec3d893672)]:
- @voucherify/sdk@2.3.0

## 2.2.6

### 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.2.6",
"version": "2.3.0",
"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.2.6"
"@voucherify/sdk": "2.3.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
Expand Down
31 changes: 31 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @voucherify/sdk

## 2.3.0

### Minor Changes

- [`644aa84`](https://github.com/voucherifyio/voucherify-js-sdk/commit/644aa8479843b8625192aa295eb07aa19ba651d7) [#227](https://github.com/voucherifyio/voucherify-js-sdk/pull/227) Thanks [@marcin-slezak](https://github.com/marcin-slezak)! - Added support for missing CSV import endpoints ([(examples of usage available in readme.md)](..%2F..%2Fpackages%2Fsdk%2FREADME.md)):
- `POST /skus/importCSV`
- `POST /products/importCSV`
- `POST /vouchers/importCSV`
- `POST /customers/importCSV`
- `POST /campaigns/campaignId/importCSV`
- Added form-data `4.0.0` to SDK package

* [`7720e31`](https://github.com/voucherifyio/voucherify-js-sdk/commit/7720e31baea0db19a7543ae12661fab77176e5ff) [#228](https://github.com/voucherifyio/voucherify-js-sdk/pull/228) Thanks [@marcin-slezak](https://github.com/marcin-slezak)! - Add missing methods covering Categories and Campaigns API.
- Added support for new endpoints [(examples of usage available in readme.md)](..%2F..%2Fpackages%2Fsdk%2FREADME.md):
- `POST /campaigns/campaignId/enable`,
- `POST /campaigns/campaignId/disable`,
- `GET, POST DELETE /categories`,
- `GET PUT /categories/id`.
- New exported types/interfaces in `Categories.ts`:
- `ListCategories`,
- `CategoryObject`,
- `CreateCategory`,
- `ResponseCreateCategory`,
- `ResponseUpdateCategory`,
- `UpdateCategoryRequest`.

- [`52e7f5e`](https://github.com/voucherifyio/voucherify-js-sdk/commit/52e7f5e8d4ea6be4ba1b9d0550cba3ec3d893672) [#221](https://github.com/voucherifyio/voucherify-js-sdk/pull/221) Thanks [@p-zielinski](https://github.com/p-zielinski)! - Implementing the following changes:
- Update axios from `0.21.4` to `0.27.2` in SDK package
- Added dotenv `16.3.1` to SDK package dev dependencies.
- Added frame for integration tests [(more info available in README.md, section "🧪 SDK Tests")](..%2F..%2FREADME.md)

## 2.2.6

### Patch 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.2.6",
"version": "2.3.0",
"description": "Official Voucherify JS SDK",
"author": "Voucherify",
"license": "MIT",
Expand Down

0 comments on commit e38095d

Please sign in to comment.