Skip to content

Commit 16e4782

Browse files
Publish
- @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected]
1 parent f72afbd commit 16e4782

32 files changed

+144
-16
lines changed

packages/client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-client
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**Note:** Version bump only for package @windingtree/sdk-client

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.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
44
"description": "The WindingTree market protocol client",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <[email protected]>",

packages/constants/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-constants
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**Note:** Version bump only for package @windingtree/sdk-constants

packages/constants/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-constants",
3-
"version": "1.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
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/contracts-manger/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-contracts-manager
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**Note:** Version bump only for package @windingtree/sdk-contracts-manager

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.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
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/db/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-db
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**Note:** Version bump only for package @windingtree/sdk-db

packages/db/package.json

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

packages/logger/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-logger
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**Note:** Version bump only for package @windingtree/sdk-logger

packages/logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-logger",
3-
"version": "1.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
44
"description": "Logger",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <[email protected]>",

packages/messages/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-messages
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**Note:** Version bump only for package @windingtree/sdk-messages

packages/messages/package.json

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

packages/node-api/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-node-api
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

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

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.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
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

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-node
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**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.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
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

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-pubsub
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**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.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
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/queue/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-queue
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**Note:** Version bump only for package @windingtree/sdk-queue

packages/queue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-queue",
3-
"version": "1.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
44
"description": "Jobs queue",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <[email protected]>",

packages/react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-react
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**Note:** Version bump only for package @windingtree/sdk-react

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.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
44
"publishConfig": {
55
"access": "public"
66
},

packages/server/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-server
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**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.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
44
"description": "The WindingTree market protocol server",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <[email protected]>",

packages/storage/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-storage
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**Note:** Version bump only for package @windingtree/sdk-storage

packages/storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-storage",
3-
"version": "1.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
44
"description": "Key-value database abstraction layer",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <[email protected]>",

packages/test-utils/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-test-utils
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**Note:** Version bump only for package @windingtree/sdk-test-utils

packages/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-test-utils",
3-
"version": "1.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
44
"description": "Testing utilities for the Windingtree market protocol SDK",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <[email protected]>",

packages/types/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-types
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**Note:** Version bump only for package @windingtree/sdk-types

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-types",
3-
"version": "1.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
44
"description": "Typescript types for the Windingtree market protocol SDK",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <[email protected]>",

packages/utils/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0-beta.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-utils
9+
10+
11+
12+
13+
614
# [1.1.0-beta.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2023-07-27)
715

816
**Note:** Version bump only for package @windingtree/sdk-utils

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-utils",
3-
"version": "1.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
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]>",

0 commit comments

Comments
 (0)