Skip to content

Commit

Permalink
chore(release): 0.1.0-alpha.19
Browse files Browse the repository at this point in the history
  • Loading branch information
capt-nemo429 committed Jan 9, 2023
1 parent 45321dd commit 7822370
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.19](https://github.com/fleet-sdk/core/compare/v0.1.0-alpha.18...v0.1.0-alpha.19) (2023-01-09)


### Bug Fixes

* fix out of order registers serialization ([45321dd](https://github.com/fleet-sdk/core/commit/45321dd751b58af3a3a5a3df6f26f7be467e2c77))

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


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.18",
"version": "0.1.0-alpha.19",
"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.18",
"version": "0.1.0-alpha.19",
"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.18",
"version": "0.1.0-alpha.19",
"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.18",
"version": "0.1.0-alpha.19",
"description": "Babel Fees plugin for Fleet SDK.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 7822370

Please sign in to comment.