Skip to content

Commit a490b29

Browse files
Publish
- @windingtree/[email protected] - @windingtree/[email protected] - @windingtree/[email protected]
1 parent 3527298 commit a490b29

File tree

7 files changed

+7298
-2551
lines changed

7 files changed

+7298
-2551
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.7.4](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-04-29)
7+
8+
### Bug Fixes
9+
10+
- 🐛 Fixed invalid queue job serialization ([16967c3](https://github.com/windingtree/sdk/commit/16967c3e0e10e32a5b87bf4bb025b5be98d9ef29))
11+
612
## [1.7.3](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-03-11)
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.7.3",
3+
"version": "1.7.4",
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/queue/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.4.2](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-04-29)
7+
8+
### Bug Fixes
9+
10+
- 🐛 Fixed invalid queue job serialization ([16967c3](https://github.com/windingtree/sdk/commit/16967c3e0e10e32a5b87bf4bb025b5be98d9ef29))
11+
612
## [1.4.1](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-03-28)
713

814
### Bug Fixes

packages/queue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/sdk-queue",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Jobs queue",
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.17](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-04-29)
7+
8+
**Note:** Version bump only for package @windingtree/sdk-react
9+
610
## [1.4.16](https://github.com/windingtree/sdk/compare/@windingtree/[email protected]...@windingtree/[email protected]) (2024-03-11)
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.16",
3+
"version": "1.4.17",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)