Skip to content

Commit cff4095

Browse files
Publish
- @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected]
1 parent 7769767 commit cff4095

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-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.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-19)
7+
8+
### Bug Fixes
9+
10+
- 🐛 Fixed users list output type in the sdk-db package ([9d84fe9](https://github.com/windingtree/sdk/commit/9d84fe9e8d95f0020133c2f8a2d6c5da10d13f6d))
11+
612
## [1.3.1](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-19)
713

814
### Bug Fixes

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.1",
3+
"version": "1.3.2",
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

+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.7.0](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-19)
7+
8+
### Features
9+
10+
- 🎸 Added deleteByLogin to users route of node-api ([5335729](https://github.com/windingtree/sdk/commit/53357296c67ffbf85d1413cd4634c09e79e64206))
11+
612
## [1.6.1](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-19)
713

814
**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.6.1",
3+
"version": "1.7.0",
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.13](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.12](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-19)
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.12",
3+
"version": "1.4.13",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)