Skip to content

Commit

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

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.16](https://github.com/fleet-sdk/core/compare/v0.1.0-alpha.15...v0.1.0-alpha.16) (2022-12-24)


### Features

* **common:** add `bigIntToStr()` and `strToBigInt()` utility functions ([5c75337](https://github.com/fleet-sdk/core/commit/5c75337819b430dc5c8a21d76e78f19fad9a7d2b))


### Bug Fixes

* **core:** validate min `OutputBuilder` value. ([529d5e1](https://github.com/fleet-sdk/core/commit/529d5e1ea7da5b2ac29fe82851d57a6aacfbf878)), closes [#2](https://github.com/fleet-sdk/core/issues/2)

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


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.15",
"version": "0.1.0-alpha.16",
"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.15",
"version": "0.1.0-alpha.16",
"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.15",
"version": "0.1.0-alpha.16",
"description": "Fleet SDK core library",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugins/babel-fees/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleet-sdk/babel-fees-plugin",
"version": "0.1.0-alpha.15",
"version": "0.1.0-alpha.16",
"description": "Babel Fees plugin for Fleet SDK.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 068573f

Please sign in to comment.