Skip to content

Commit

Permalink
chore(release): 1.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-next.1 (2023-03-08)

### Bug Fixes

* **txs-tracer-core:** 🐛 fix increase step ([dd1ac1e](dd1ac1e))
* **txs-tracer-core:** 🐛 fix result assign ([7a23c8a](7a23c8a))

### Features

* ✨ add nx-semantic-release setup ([64e4acc](64e4acc))
* **demo-app-cosmos:** ✨ add cosmos demo app ([3c82dbf](3c82dbf))
* **demo-app-cosmos:** ✨ add ibc transfer example ([c093315](c093315))
* **demo-app-cosmos:** ✨ add rpc getter from registry ([d310cae](d310cae))
* **demo-app-cosmos:** ✨ add send trace example ([ed08561](ed08561))
* **demo-app:** ✨ add demo app example ([4886ad8](4886ad8))
* **demo-app:** ✨ add tx trace example ([a53bad7](a53bad7))
* **txs-tracer-core:** ✨ add basic txs trace machine ([e36a645](e36a645))
* **txs-tracer-core:** ✨ add conversion from stream to promise ([b17444a](b17444a))
* **txs-tracer-core:** ✨ add disconnect on socket errors ([2cb93a9](2cb93a9))
* **txs-tracer-core:** ✨ add ibc trace machine ([3c8f48c](3c8f48c))
* **txs-tracer-core:** ✨ add query payload for trace event ([30f5427](30f5427))
* **txs-tracer-core:** ✨ add search tx ([365feaa](365feaa))
* **txs-tracer-core:** ✨ add socket timeout state handler ([918b60c](918b60c))
* **txs-tracer-core:** ✨ add tendermint client for websocket ([cecc439](cecc439))
* **txs-tracer-core:** ✨ add websocket url on trace event ([403658f](403658f))
* **txs-tracer-core:** ✨ improve error handling ([ef17dc8](ef17dc8))
* **txs-tracer-core:** ✨ improve tx trace assign event ([39d4925](39d4925))
* **txs-tracer-core:** ✨ improve tx trace machine ([31c6000](31c6000))
* **txs-tracer-core:** ✨ improve types ([503e1dd](503e1dd))
* **txs-tracer-core:** 🔧 increase default timeout values ([c7d9309](c7d9309))
  • Loading branch information
semantic-release-bot committed Mar 8, 2023
1 parent 8a6de0a commit d24926a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 13 deletions.
32 changes: 32 additions & 0 deletions packages/txs-tracer-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 1.0.0-next.1 (2023-03-08)


### Bug Fixes

* **txs-tracer-core:** :bug: fix increase step ([dd1ac1e](https://github.com/nabla-studio/cosmos-txs-tracer/commit/dd1ac1eb29e7f978bdc70784c1c4ca736e3fbae4))
* **txs-tracer-core:** :bug: fix result assign ([7a23c8a](https://github.com/nabla-studio/cosmos-txs-tracer/commit/7a23c8ac3b578c6af396a45751c7c3021cdb7ad6))


### Features

* :sparkles: add nx-semantic-release setup ([64e4acc](https://github.com/nabla-studio/cosmos-txs-tracer/commit/64e4accb659459d08b9b6dd46aa452a89f30984e))
* **demo-app-cosmos:** :sparkles: add cosmos demo app ([3c82dbf](https://github.com/nabla-studio/cosmos-txs-tracer/commit/3c82dbfcd8efe8b50037c5e785d70ae752d54ff0))
* **demo-app-cosmos:** :sparkles: add ibc transfer example ([c093315](https://github.com/nabla-studio/cosmos-txs-tracer/commit/c0933152b60ec0a0fd8308c3d3806e001f8a12a7))
* **demo-app-cosmos:** :sparkles: add rpc getter from registry ([d310cae](https://github.com/nabla-studio/cosmos-txs-tracer/commit/d310cae3653e0c0047b98e9acf3689976199f369))
* **demo-app-cosmos:** :sparkles: add send trace example ([ed08561](https://github.com/nabla-studio/cosmos-txs-tracer/commit/ed085613db3ebd3c1fe9fc3e0c4e40fa02d19413))
* **demo-app:** :sparkles: add demo app example ([4886ad8](https://github.com/nabla-studio/cosmos-txs-tracer/commit/4886ad8e673014ad5af9bcb32f8dc28c79841381))
* **demo-app:** :sparkles: add tx trace example ([a53bad7](https://github.com/nabla-studio/cosmos-txs-tracer/commit/a53bad7514fd403978fcf060b244550196ef084e))
* **txs-tracer-core:** :sparkles: add basic txs trace machine ([e36a645](https://github.com/nabla-studio/cosmos-txs-tracer/commit/e36a645cf0f8a0ce1a8b4fe74f9c52b645c9736d))
* **txs-tracer-core:** :sparkles: add conversion from stream to promise ([b17444a](https://github.com/nabla-studio/cosmos-txs-tracer/commit/b17444a67f76d45a96bef1b3c102c5e49a1c16f8))
* **txs-tracer-core:** :sparkles: add disconnect on socket errors ([2cb93a9](https://github.com/nabla-studio/cosmos-txs-tracer/commit/2cb93a94ed9dd96ad44a94d4f0390ea2911711cc))
* **txs-tracer-core:** :sparkles: add ibc trace machine ([3c8f48c](https://github.com/nabla-studio/cosmos-txs-tracer/commit/3c8f48c6b6c860c1040863a3a9daeb92fd9e660b))
* **txs-tracer-core:** :sparkles: add query payload for trace event ([30f5427](https://github.com/nabla-studio/cosmos-txs-tracer/commit/30f5427e29ec494ff004632da6207c8778c125b4))
* **txs-tracer-core:** :sparkles: add search tx ([365feaa](https://github.com/nabla-studio/cosmos-txs-tracer/commit/365feaa4b82a1cad0a3a2355c25d3c76e7243097))
* **txs-tracer-core:** :sparkles: add socket timeout state handler ([918b60c](https://github.com/nabla-studio/cosmos-txs-tracer/commit/918b60c42ffe27719a764cf694077db337840701))
* **txs-tracer-core:** :sparkles: add tendermint client for websocket ([cecc439](https://github.com/nabla-studio/cosmos-txs-tracer/commit/cecc43904fe443450512ca3fc507cace1cd15eb3))
* **txs-tracer-core:** :sparkles: add websocket url on trace event ([403658f](https://github.com/nabla-studio/cosmos-txs-tracer/commit/403658f29a8b09cfe641d4bf8e87f6e911f1c06b))
* **txs-tracer-core:** :sparkles: improve error handling ([ef17dc8](https://github.com/nabla-studio/cosmos-txs-tracer/commit/ef17dc8bb65a165cf7ea21c6578beb68a9ff20c8))
* **txs-tracer-core:** :sparkles: improve tx trace assign event ([39d4925](https://github.com/nabla-studio/cosmos-txs-tracer/commit/39d4925d60c9dd4735ff0cddee9c7fb29c873750))
* **txs-tracer-core:** :sparkles: improve tx trace machine ([31c6000](https://github.com/nabla-studio/cosmos-txs-tracer/commit/31c6000d698694348e8530d98ef76a6aaa91fe77))
* **txs-tracer-core:** :sparkles: improve types ([503e1dd](https://github.com/nabla-studio/cosmos-txs-tracer/commit/503e1dd8ab41f1eeaa3a2cbe03f283a30412ec39))
* **txs-tracer-core:** :wrench: increase default timeout values ([c7d9309](https://github.com/nabla-studio/cosmos-txs-tracer/commit/c7d9309f007180f2fe8df231c7c945977aa38b13))
26 changes: 13 additions & 13 deletions packages/txs-tracer-core/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@nabla-studio/txs-tracer-core",
"version": "0.0.0-semantic-release",
"description": "A series of state machines useful for tracking transactions for the Cosmos blockchain ecosystem",
"version": "1.0.0-next.1",
"description": "A series of state machines useful for tracking transactions for the Cosmos blockchain ecosystem",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/nabla-studio/cosmos-txs-tracer.git",
"directory": "packages/txs-tracer-core"
},
"bugs": {
"url": "https://github.com/nabla-studio/cosmos-txs-tracer/issues"
},
"publishConfig": {
"access": "public"
}
"repository": {
"type": "git",
"url": "https://github.com/nabla-studio/cosmos-txs-tracer.git",
"directory": "packages/txs-tracer-core"
},
"bugs": {
"url": "https://github.com/nabla-studio/cosmos-txs-tracer/issues"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit d24926a

Please sign in to comment.