Skip to content

Commit 93ca6a9

Browse files
Publish
- @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected]
1 parent 4fa6b19 commit 93ca6a9

File tree

6 files changed

+17
-3
lines changed

6 files changed

+17
-3
lines changed

packages/db/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.1](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-19)
7+
8+
### Bug Fixes
9+
10+
- 🐛 Fixed invalid deals pagination in the sdk-db package ([d067ddd](https://github.com/windingtree/sdk/commit/d067ddd01d6bfa30df6e2689a6decddbcf2ccc4e))
11+
612
# [1.3.0](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-16)
713

814
### Features

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.3.0",
3+
"version": "1.3.1",
44
"description": "Databases for the WindingTree market protocol",
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.6.1](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-19)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-node-api
9+
610
# [1.6.0](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-16)
711

812
### Features

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.6.0",
3+
"version": "1.6.1",
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/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.12](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-19)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-react
9+
610
## [1.4.11](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-16)
711

812
**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.4.11",
3+
"version": "1.4.12",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)