Skip to content

Commit

Permalink
chore(release): 1.0.0-next.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-next.2](txs-tracer-core-v1.0.0-next.1...txs-tracer-core-v1.0.0-next.2) (2023-04-13)

### Bug Fixes

* **txs-tracer-core:** 🐛 fix cross machine build ([a46a94b](a46a94b))
* **txs-tracer-core:** 🐛 fix data state ([239a511](239a511))
* **txs-tracer-core:** 🐛 fix ibc trace machine types ([a0f7995](a0f7995))

### Features

* **demo-app-cosmos:** ⬆️ upgrade chain-registry deps ([6a7d98f](6a7d98f))
* **txs-tracer-core:** ⬆️ upgrade cosmjs and osmojs deps ([528642d](528642d))
* **txs-tracer-core:** ✨ add cross swap trace machine ([dc31bb3](dc31bb3))
* **txs-tracer-core:** ✨ add ibc trace data result ([94e326f](94e326f))
* **txs-tracer-core:** ✨ add reset event ([908def0](908def0))
* **txs-tracer-core:** ✨ improve ibc trace using channels ([f4b8acc](f4b8acc))
  • Loading branch information
semantic-release-bot committed Apr 13, 2023
1 parent 327799f commit cdb22e7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/txs-tracer-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.0.0-next.2](https://github.com/nabla-studio/cosmos-txs-tracer/compare/txs-tracer-core-v1.0.0-next.1...txs-tracer-core-v1.0.0-next.2) (2023-04-13)


### Bug Fixes

* **txs-tracer-core:** :bug: fix cross machine build ([a46a94b](https://github.com/nabla-studio/cosmos-txs-tracer/commit/a46a94b2d67d9ef67d51e64c5f2f6148273550ad))
* **txs-tracer-core:** :bug: fix data state ([239a511](https://github.com/nabla-studio/cosmos-txs-tracer/commit/239a5115c5fa643d38f9f6c4551c02d99200834b))
* **txs-tracer-core:** :bug: fix ibc trace machine types ([a0f7995](https://github.com/nabla-studio/cosmos-txs-tracer/commit/a0f7995ef505ad2283d28167d18b7b5f58e9e251))


### Features

* **demo-app-cosmos:** :arrow_up: upgrade chain-registry deps ([6a7d98f](https://github.com/nabla-studio/cosmos-txs-tracer/commit/6a7d98f7f094c78dd7ec4f7b41703ae8fcef7b31))
* **txs-tracer-core:** :arrow_up: upgrade cosmjs and osmojs deps ([528642d](https://github.com/nabla-studio/cosmos-txs-tracer/commit/528642d5d57d2c9366a00c2a6f3f276c4ec36e46))
* **txs-tracer-core:** :sparkles: add cross swap trace machine ([dc31bb3](https://github.com/nabla-studio/cosmos-txs-tracer/commit/dc31bb3e1f11027e728fb6d620ae47c820ec67ef))
* **txs-tracer-core:** :sparkles: add ibc trace data result ([94e326f](https://github.com/nabla-studio/cosmos-txs-tracer/commit/94e326f1028f7b03fed7232405e1eeb30ac12018))
* **txs-tracer-core:** :sparkles: add reset event ([908def0](https://github.com/nabla-studio/cosmos-txs-tracer/commit/908def0d40b541e13e94a93aab7cae8977d15ef5))
* **txs-tracer-core:** :sparkles: improve ibc trace using channels ([f4b8acc](https://github.com/nabla-studio/cosmos-txs-tracer/commit/f4b8acc23e13e3b7ec93c046d900a1e8bd1e8ae8))

# 1.0.0-next.1 (2023-03-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/txs-tracer-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nabla-studio/txs-tracer-core",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"description": "A series of state machines useful for tracking transactions for the Cosmos blockchain ecosystem",
"type": "module",
"repository": {
Expand Down

0 comments on commit cdb22e7

Please sign in to comment.