Skip to content

Commit 537d7e5

Browse files
committed
chore(release): 0.7.9-5 (2026-05-14)
1 parent 1b32037 commit 537d7e5

15 files changed

Lines changed: 34 additions & 54 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,4 @@
1-
## 0.7.9-5 (2026-05-14)
2-
3-
### 🚀 Features
4-
5-
- transaction signing with host_create_transaction method ([2bbcb81](https://github.com/paritytech/triangle-js-sdks/commit/2bbcb81))
6-
- add genesis hash to createTransaction ([6db9bc8](https://github.com/paritytech/triangle-js-sdks/commit/6db9bc8))
7-
- Remove attestation service and simplify auth flow ([db4d18b](https://github.com/paritytech/triangle-js-sdks/commit/db4d18b))
8-
- **host-api:** scheduled push notifications (RFC 0019) ([#170](https://github.com/paritytech/triangle-js-sdks/pull/170))
9-
10-
### 🩹 Fixes
11-
12-
- added backward-compatability flag in product sdk accounts provider ([7e1fbac](https://github.com/paritytech/triangle-js-sdks/commit/7e1fbac))
13-
- correct genesis hash in create transaction signers ([e8d8b90](https://github.com/paritytech/triangle-js-sdks/commit/e8d8b90))
14-
- after rebase ([855868e](https://github.com/paritytech/triangle-js-sdks/commit/855868e))
15-
16-
### ❤️ Thank You
17-
18-
- Sergey Zhuravlev @johnthecat
19-
- Vitya Livshits @cuteWarmFrog
20-
21-
## 0.7.9 (2026-05-11)
1+
()## 0.7.9 (2026-05-11)
222

233
### 🚀 Features
244

packages/handoff-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@novasamatech/handoff-service",
33
"type": "module",
4-
"version": "0.7.9-4",
4+
"version": "0.7.9-5",
55
"description": "HOP (Handoff Pool) file transfer service for P2P chat",
66
"license": "Apache-2.0",
77
"repository": {

packages/host-api-wrapper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@novasamatech/host-api-wrapper",
33
"type": "module",
4-
"version": "0.7.9-4",
4+
"version": "0.7.9-5",
55
"description": "Host API wrapper: integrate and run your product inside Polkadot browser.",
66
"license": "Apache-2.0",
77
"repository": {
@@ -28,7 +28,7 @@
2828
"@polkadot/extension-inject": "^0.63.1",
2929
"@polkadot-api/json-rpc-provider-proxy": "^0.4.0",
3030
"@polkadot-api/substrate-bindings": "^0.20.2",
31-
"@novasamatech/host-api": "0.7.9-4",
31+
"@novasamatech/host-api": "0.7.9-5",
3232
"polkadot-api": ">=2",
3333
"neverthrow": "^8.2.0"
3434
},

packages/host-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@novasamatech/host-api",
33
"type": "module",
4-
"version": "0.7.9-4",
4+
"version": "0.7.9-5",
55
"description": "Host API: transport implementation for host - product integration.",
66
"license": "Apache-2.0",
77
"repository": {
@@ -22,7 +22,7 @@
2222
"README.md"
2323
],
2424
"dependencies": {
25-
"@novasamatech/scale": "0.7.9-4",
25+
"@novasamatech/scale": "0.7.9-5",
2626
"nanoevents": "9.1.0",
2727
"nanoid": "5.1.9",
2828
"neverthrow": "^8.2.0",

packages/host-chat/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@novasamatech/host-chat",
33
"type": "module",
4-
"version": "0.7.9-4",
4+
"version": "0.7.9-5",
55
"private": "true",
66
"description": "Host statement store chat integration",
77
"license": "Apache-2.0",
@@ -41,9 +41,9 @@
4141
"README.md"
4242
],
4343
"dependencies": {
44-
"@novasamatech/scale": "0.7.9-4",
45-
"@novasamatech/statement-store": "0.7.9-4",
46-
"@novasamatech/storage-adapter": "0.7.9-4",
44+
"@novasamatech/scale": "0.7.9-5",
45+
"@novasamatech/statement-store": "0.7.9-5",
46+
"@novasamatech/storage-adapter": "0.7.9-5",
4747
"nanoid": "5.1.9",
4848
"neverthrow": "^8.2.0"
4949
},

packages/host-container/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@novasamatech/host-container",
33
"type": "module",
4-
"version": "0.7.9-4",
4+
"version": "0.7.9-5",
55
"description": "Host container for hosting and managing products within the Polkadot ecosystem.",
66
"license": "Apache-2.0",
77
"repository": {
@@ -28,7 +28,7 @@
2828
"@noble/hashes": "2.2.0",
2929
"polkadot-api": ">=2",
3030
"@polkadot-api/substrate-client": "^0.7.0",
31-
"@novasamatech/host-api": "0.7.9-4",
31+
"@novasamatech/host-api": "0.7.9-5",
3232
"nanoid": "5.1.9",
3333
"neverthrow": "^8.2.0"
3434
},

packages/host-papp-react-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@novasamatech/host-papp-react-ui",
33
"type": "module",
4-
"version": "0.7.9-4",
4+
"version": "0.7.9-5",
55
"description": "Polkadot app UI Flow",
66
"license": "Apache-2.0",
77
"repository": {
@@ -30,8 +30,8 @@
3030
"react-dom": ">=18"
3131
},
3232
"dependencies": {
33-
"@novasamatech/host-papp": "0.7.9-4",
34-
"@novasamatech/statement-store": "0.7.9-4",
33+
"@novasamatech/host-papp": "0.7.9-5",
34+
"@novasamatech/statement-store": "0.7.9-5",
3535
"@polkadot-api/utils": "^0.4.0",
3636
"@radix-ui/react-dialog": "1.1.15",
3737
"@radix-ui/react-popover": "1.1.15",

packages/host-papp/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@novasamatech/host-papp",
33
"type": "module",
4-
"version": "0.7.9-4",
4+
"version": "0.7.9-5",
55
"description": "Polkadot app integration",
66
"license": "Apache-2.0",
77
"repository": {
@@ -29,10 +29,10 @@
2929
"@noble/ciphers": "2.2.0",
3030
"@noble/curves": "2.2.0",
3131
"@noble/hashes": "2.2.0",
32-
"@novasamatech/host-api": "0.7.9-4",
33-
"@novasamatech/scale": "0.7.9-4",
34-
"@novasamatech/statement-store": "0.7.9-4",
35-
"@novasamatech/storage-adapter": "0.7.9-4",
32+
"@novasamatech/host-api": "0.7.9-5",
33+
"@novasamatech/scale": "0.7.9-5",
34+
"@novasamatech/statement-store": "0.7.9-5",
35+
"@novasamatech/storage-adapter": "0.7.9-5",
3636
"@polkadot-labs/hdkd-helpers": "^0.0.30",
3737
"nanoevents": "9.1.0",
3838
"nanoid": "5.1.9",

packages/host-substrate-chain-connection/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@novasamatech/host-substrate-chain-connection",
33
"type": "module",
4-
"version": "0.7.9-4",
4+
"version": "0.7.9-5",
55
"description": "Chain connection pool with ref counting and provider branching for Polkadot API",
66
"license": "Apache-2.0",
77
"repository": {
@@ -25,7 +25,7 @@
2525
"README.md"
2626
],
2727
"dependencies": {
28-
"@novasamatech/storage-adapter": "0.7.9-4",
28+
"@novasamatech/storage-adapter": "0.7.9-5",
2929
"@polkadot-api/ws-provider": "^0.9.0",
3030
"@polkadot-api/json-rpc-provider": "^0.2.0",
3131
"@polkadot-api/json-rpc-provider-proxy": "^0.4.0",

packages/host-worker-sandbox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@novasamatech/host-worker-sandbox",
33
"type": "module",
4-
"version": "0.7.9-4",
4+
"version": "0.7.9-5",
55
"description": "QuickJS-based sandbox for running product worker code with Triangle Host API.",
66
"license": "Apache-2.0",
77
"repository": {
@@ -25,8 +25,8 @@
2525
"README.md"
2626
],
2727
"dependencies": {
28-
"@novasamatech/host-api": "0.7.9-4",
29-
"@novasamatech/host-container": "0.7.9-4",
28+
"@novasamatech/host-api": "0.7.9-5",
29+
"@novasamatech/host-container": "0.7.9-5",
3030
"quickjs-emscripten": "0.32.0"
3131
},
3232
"publishConfig": {

0 commit comments

Comments
 (0)