Skip to content

Commit a32a742

Browse files
Publish
- @windingtree/sdk-node-api@1.5.0 - @windingtree/sdk-react@1.4.0
1 parent 729344b commit a32a742

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

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.5.0](https://github.com/windingtree/sdk/compare/@windingtree/sdk-node-api@1.4.0...@windingtree/sdk-node-api@1.5.0) (2023-12-24)
7+
8+
### Features
9+
10+
- 🎸 Updated NodeProvider in the react package ([be3f13b](https://github.com/windingtree/sdk/commit/be3f13b34a7323de9f0f9b5d08191e8221feeba2))
11+
612
# [1.4.0](https://github.com/windingtree/sdk/compare/@windingtree/sdk-node-api@1.3.4...@windingtree/sdk-node-api@1.4.0) (2023-12-22)
713

814
### Features

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.4.0",
3+
"version": "1.5.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.0](https://github.com/windingtree/sdk/compare/@windingtree/sdk-react@1.3.5...@windingtree/sdk-react@1.4.0) (2023-12-24)
7+
8+
### Features
9+
10+
- 🎸 Updated NodeProvider in the react package ([be3f13b](https://github.com/windingtree/sdk/commit/be3f13b34a7323de9f0f9b5d08191e8221feeba2))
11+
- 🎸 Updated usePoller hook ([8eae00e](https://github.com/windingtree/sdk/commit/8eae00eedc90e0862bc5c7a8bf980be815a5a26a))
12+
613
## [1.3.5](https://github.com/windingtree/sdk/compare/@windingtree/sdk-react@1.3.4...@windingtree/sdk-react@1.3.5) (2023-12-22)
714

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

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-react",
3-
"version": "1.3.5",
3+
"version": "1.4.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -61,10 +61,10 @@
6161
"@vitejs/plugin-react": "^4.0.3",
6262
"@windingtree/sdk-client": "workspace:*",
6363
"@windingtree/sdk-contracts-manager": "workspace:*",
64+
"@windingtree/sdk-logger": "workspace:*",
6465
"@windingtree/sdk-node-api": "workspace:*",
6566
"@windingtree/sdk-storage": "workspace:*",
6667
"@windingtree/sdk-types": "workspace:*",
67-
"@windingtree/sdk-logger": "workspace:*",
6868
"eslint": "^8.45.0",
6969
"eslint-config-react-app": "^7.0.1",
7070
"react": "^18.2.0",

0 commit comments

Comments
 (0)