Skip to content

Commit

Permalink
chore(release): 0.1.0-alpha.14
Browse files Browse the repository at this point in the history
  • Loading branch information
capt-nemo429 committed Dec 12, 2022
1 parent d5817af commit 40bffdc
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.1.0-alpha.14](https://github.com/fleet-sdk/core/compare/v0.1.0-alpha.13...v0.1.0-alpha.14) (2022-12-12)


### ⚠ BREAKING CHANGES

* **core:** renamed `allowTokenBurn()` to `allowTokenBurning()` on `TransactionBuilderSettings`

### Features

* **common:** add `OneOrMore<>` type ([9fdfdc6](https://github.com/fleet-sdk/core/commit/9fdfdc685f5e5097ae8aa3385feb70defc0ce77e))
* **core:** add `allowTokenBurningFromPlugins()` settings method ([26824dd](https://github.com/fleet-sdk/core/commit/26824dd499dd6c60010e4050f00e0f565598a04c))
* **core:** add plugins support ([439e737](https://github.com/fleet-sdk/core/commit/439e737ae01b903da97cf39559830360acb55360))
* **core:** allow ensuring inclusion by `boxId` ([d24494f](https://github.com/fleet-sdk/core/commit/d24494f520cd1d1887102e21d08ed2daed7b0331))
* **core:** allow item placement for all collections ([f24c726](https://github.com/fleet-sdk/core/commit/f24c726451de9ec50cb5314f26d72eb2333a266e))
* **core:** allow placing outputs at specific index ([c5f0347](https://github.com/fleet-sdk/core/commit/c5f0347f37091043f2a22c20b0929d8ffa4fcac0))
* **core:** normalize collection types ([821ebcc](https://github.com/fleet-sdk/core/commit/821ebcc2ea4ad334d4590c28f16cd212b7e22ac0))


### Bug Fixes

* **core:** return `OutputBuilder` on `eject` method ([8db2a70](https://github.com/fleet-sdk/core/commit/8db2a704ad6adfad457ecb4e78d2ded192bb8340))

## [0.1.0-alpha.13](https://github.com/fleet-sdk/core/compare/v0.1.0-alpha.12...v0.1.0-alpha.13) (2022-12-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0-alpha.13",
"version": "0.1.0-alpha.14",
"private": "true",
"packageManager": "pnpm@7.18.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleet-sdk/common",
"version": "0.1.0-alpha.13",
"version": "0.1.0-alpha.14",
"description": "Internal utility functions, constants and types shared across @fleet-sdk packages.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleet-sdk/core",
"version": "0.1.0-alpha.13",
"version": "0.1.0-alpha.14",
"description": "Fleet SDK core library",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 40bffdc

Please sign in to comment.