Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8658194

Browse files
committedFeb 15, 2024
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

File tree

15 files changed

+7323
-2556
lines changed

15 files changed

+7323
-2556
lines changed
 

‎packages/client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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/sdk-client@1.4.0...@windingtree/sdk-client@1.4.1) (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/sdk-client@1.3.6...@windingtree/sdk-client@1.4.0) (2024-02-02)
711

812
### Features

‎packages/client/package.json

Lines changed: 1 addition & 1 deletion
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 <kostysh@gmail.com>",

‎packages/contracts-manger/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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/sdk-contracts-manager@1.4.0...@windingtree/sdk-contracts-manager@1.5.0) (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/sdk-contracts-manager@1.3.2...@windingtree/sdk-contracts-manager@1.4.0) (2024-01-22)
713

814
### Features

‎packages/contracts-manger/package.json

Lines changed: 1 addition & 1 deletion
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 <kostysh@gmail.com>",

‎packages/node-api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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/sdk-node-api@1.5.6...@windingtree/sdk-node-api@1.5.7) (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/sdk-node-api@1.5.5...@windingtree/sdk-node-api@1.5.6) (2024-02-13)
711

812
### Bug Fixes

‎packages/node-api/package.json

Lines changed: 1 addition & 1 deletion
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 <kostysh@gmail.com>",

‎packages/node/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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/sdk-node@1.3.5...@windingtree/sdk-node@1.3.6) (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/sdk-node@1.3.4...@windingtree/sdk-node@1.3.5) (2024-01-26)
711

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

‎packages/node/package.json

Lines changed: 1 addition & 1 deletion
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 <kostysh@gmail.com>",

‎packages/pubsub/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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/sdk-pubsub@1.3.4...@windingtree/sdk-pubsub@1.3.5) (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/sdk-pubsub@1.3.3...@windingtree/sdk-pubsub@1.3.4) (2024-01-26)
713

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

‎packages/pubsub/package.json

Lines changed: 1 addition & 1 deletion
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 <kostysh@gmail.com>",

‎packages/react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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/sdk-react@1.4.9...@windingtree/sdk-react@1.4.10) (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/sdk-react@1.4.8...@windingtree/sdk-react@1.4.9) (2024-02-14)
711

812
### Bug Fixes

‎packages/react/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 0 deletions
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/sdk-server@1.2.7...@windingtree/sdk-server@1.2.8) (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/sdk-server@1.2.6...@windingtree/sdk-server@1.2.7) (2024-01-26)
711

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

‎packages/server/package.json

Lines changed: 1 addition & 1 deletion
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 <kostysh@gmail.com>",

‎pnpm-lock.yaml

Lines changed: 7284 additions & 2549 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.