Skip to content

Commit 6375b6d

Browse files
Publish
- @windingtree/sdk-db@1.3.0 - @windingtree/sdk-node-api@1.6.0 - @windingtree/sdk-react@1.4.11
1 parent d2451fd commit 6375b6d

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

packages/db/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.0](https://github.com/windingtree/sdk/compare/@windingtree/sdk-db@1.2.8...@windingtree/sdk-db@1.3.0) (2024-02-16)
7+
8+
### Features
9+
10+
- 🎸 Added user.list route to the node-api ([af485bc](https://github.com/windingtree/sdk/commit/af485bc1b18e5d7518a2867d1d22f6f9a2991780))
11+
612
## [1.2.8](https://github.com/windingtree/sdk/compare/@windingtree/sdk-db@1.2.7...@windingtree/sdk-db@1.2.8) (2024-02-12)
713

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

packages/db/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-db",
3-
"version": "1.2.8",
3+
"version": "1.3.0",
44
"description": "Databases for the WindingTree market protocol",
55
"repository": "https://github.com/windingtree/sdk#readme",
66
"author": "Kostiantyn Smyrnov <kostysh@gmail.com>",

packages/node-api/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.6.0](https://github.com/windingtree/sdk/compare/@windingtree/sdk-node-api@1.5.7...@windingtree/sdk-node-api@1.6.0) (2024-02-16)
7+
8+
### Features
9+
10+
- 🎸 Added user.list route to the node-api ([af485bc](https://github.com/windingtree/sdk/commit/af485bc1b18e5d7518a2867d1d22f6f9a2991780))
11+
612
## [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)
713

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

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

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

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.10",
3+
"version": "1.4.11",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)