Skip to content

Commit

Permalink
Merge branch 'alpha' into PE-6732-confirmation-prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Sep 12, 2024
2 parents 3714599 + a592705 commit 15aa559
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [1.16.0-alpha.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.15.0...v1.16.0-alpha.1) (2024-09-12)


### Bug Fixes

* **cli:** assign token to config PE-6632 ([d6444b2](https://github.com/ardriveapp/turbo-sdk/commit/d6444b27fd3dd774e5ffefbda785cf5f86306f91))


### Features

* **winc for token:** init getWincForToken PE-6632 ([143cb39](https://github.com/ardriveapp/turbo-sdk/commit/143cb398aa9d13437a34877003a68fc4ecdf6059))

# [1.15.0](https://github.com/ardriveapp/turbo-sdk/compare/v1.14.1...v1.15.0) (2024-09-12)


### Bug Fixes

* repair types returned from payment service PE-6718 ([f97dfcb](https://github.com/ardriveapp/turbo-sdk/commit/f97dfcb4bc042ad4755b7e3fe2bb39ceab8c21bf))


### Features

* enable unauthenticated winc for fiat promo code PE-6716 ([b2ade37](https://github.com/ardriveapp/turbo-sdk/commit/b2ade37b67444f4b0e63041746a39e6385c27d2c))

## [1.14.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.14.0...v1.14.1) (2024-09-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ardrive/turbo-sdk",
"version": "1.15.0-alpha.2",
"version": "1.16.0-alpha.1",
"main": "./lib/cjs/node/index.js",
"types": "./lib/types/node/index.d.ts",
"module": "./lib/esm/node/index.js",
Expand Down
2 changes: 0 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ export type TurboWincForFiatParams = {

export type TurboWincForTokenParams = {
tokenAmount: BigNumber.Value;
// nativeAddress?: NativeAddress; TODO: Crypto promo code support on payment service
// promoCodes?: string[]; TODO: Crypto promo code support on payment service
};

export type UiMode = 'embedded' | 'hosted';
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
*/

// AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
export const version = '1.15.0-alpha.2';
export const version = '1.16.0-alpha.1';

0 comments on commit 15aa559

Please sign in to comment.