Skip to content

Commit 8658194

Browse files
Publish
- @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected]
1 parent d9a6112 commit 8658194

15 files changed

+7323
-2556
lines changed

packages/client/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.1](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-15)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-client
9+
610
# [1.4.0](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-02)
711

812
### Features

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-client",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "The WindingTree market protocol client",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <[email protected]>",

packages/contracts-manger/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.5.0](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-15)
7+
8+
### Features
9+
10+
- 🎸 Added subscribeEntities and subscribeConfig methods ([9341b87](https://github.com/windingtree/sdk/commit/9341b879baa667b0e004ab0553948bf9ff47dbd0))
11+
612
# [1.4.0](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-01-22)
713

814
### Features

packages/contracts-manger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-contracts-manager",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Utility class for interaction with the protocol smart contracts",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <[email protected]>",

packages/node-api/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.7](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-15)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-node-api
9+
610
## [1.5.6](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-13)
711

812
### Bug Fixes

packages/node-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-node-api",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "The WindingTree market protocol node API server and client",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <[email protected]>",

packages/node/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.6](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-15)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-node
9+
610
## [1.3.5](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-01-26)
711

812
**Note:** Version bump only for package @windingtree/sdk-node

packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-node",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "The WindingTree market protocol node",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <[email protected]>",

packages/pubsub/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.5](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-15)
7+
8+
### Bug Fixes
9+
10+
- 🐛 pubsub message encoding ([db89cf1](https://github.com/windingtree/sdk/commit/db89cf17ebd3ec478939e11ae002148c0d7e3a4a))
11+
612
## [1.3.4](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-01-26)
713

814
**Note:** Version bump only for package @windingtree/sdk-pubsub

packages/pubsub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-pubsub",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "libp2p PubSub protocol implementation for the WindingTree market protocol",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <[email protected]>",

packages/react/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.10](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-15)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-react
9+
610
## [1.4.9](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-14)
711

812
### Bug Fixes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-react",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"publishConfig": {
55
"access": "public"
66
},

packages/server/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.8](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-15)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-server
9+
610
## [1.2.7](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-01-26)
711

812
**Note:** Version bump only for package @windingtree/sdk-server

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-server",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "The WindingTree market protocol server",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <[email protected]>",

0 commit comments

Comments
 (0)