Skip to content

Commit 53cd39d

Browse files
Publish
- @windingtree/[email protected] - @windingtree/[email protected]
1 parent 3ccdae4 commit 53cd39d

File tree

5 files changed

+65
-19
lines changed

5 files changed

+65
-19
lines changed

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.5.6](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-13)
7+
8+
### Bug Fixes
9+
10+
- 🐛 Fixed invalid PaginationInputSchema in the node-api ([2db274d](https://github.com/windingtree/sdk/commit/2db274d824a42e58522fdd8787a76d3561bb701e))
11+
612
## [1.5.5](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-13)
713

814
### Bug Fixes

packages/node-api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-node-api",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
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]>",
@@ -61,8 +61,8 @@
6161
"@windingtree/contracts": "^1.0.0",
6262
"@windingtree/sdk-test-utils": "workspace:*",
6363
"@windingtree/sdk-utils": "workspace:*",
64-
"wtmp-examples-shared-files": "workspace:*",
65-
"ts-node": "^10.9.2"
64+
"ts-node": "^10.9.2",
65+
"wtmp-examples-shared-files": "workspace:*"
6666
},
6767
"dependencies": {
6868
"@trpc/client": "^10.44.1",

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.8](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-13)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-react
9+
610
## [1.4.7](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-02-13)
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.7",
3+
"version": "1.4.8",
44
"publishConfig": {
55
"access": "public"
66
},

pnpm-lock.yaml

+51-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)