Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @windingtree/sdk-node-api@1.7.4
 - @windingtree/sdk-queue@1.4.2
 - @windingtree/sdk-react@1.4.17
  • Loading branch information
github-actions[bot] committed Apr 29, 2024
1 parent 3527298 commit a490b29
Show file tree
Hide file tree
Showing 7 changed files with 7,298 additions and 2,551 deletions.
6 changes: 6 additions & 0 deletions packages/node-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.7.4](https://github.com/windingtree/sdk/compare/@windingtree/sdk-node-api@1.7.3...@windingtree/sdk-node-api@1.7.4) (2024-04-29)

### Bug Fixes

- 🐛 Fixed invalid queue job serialization ([16967c3](https://github.com/windingtree/sdk/commit/16967c3e0e10e32a5b87bf4bb025b5be98d9ef29))

## [1.7.3](https://github.com/windingtree/sdk/compare/@windingtree/sdk-node-api@1.7.2...@windingtree/sdk-node-api@1.7.3) (2024-03-11)

**Note:** Version bump only for package @windingtree/sdk-node-api
Expand Down
2 changes: 1 addition & 1 deletion packages/node-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windingtree/sdk-node-api",
"version": "1.7.3",
"version": "1.7.4",
"description": "The WindingTree market protocol node API server and client",
"repository": "https://github.com/windingtree/sdk#readme",
"author": "Kostiantyn Smyrnov <kostysh@gmail.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/queue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.2](https://github.com/windingtree/sdk/compare/@windingtree/sdk-queue@1.4.1...@windingtree/sdk-queue@1.4.2) (2024-04-29)

### Bug Fixes

- 🐛 Fixed invalid queue job serialization ([16967c3](https://github.com/windingtree/sdk/commit/16967c3e0e10e32a5b87bf4bb025b5be98d9ef29))

## [1.4.1](https://github.com/windingtree/sdk/compare/@windingtree/sdk-queue@1.4.0...@windingtree/sdk-queue@1.4.1) (2024-03-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windingtree/sdk-queue",
"version": "1.4.1",
"version": "1.4.2",
"description": "Jobs queue",
"repository": "https://github.com/windingtree/sdk#readme",
"author": "Kostiantyn Smyrnov <kostysh@gmail.com>",
Expand Down
4 changes: 4 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.17](https://github.com/windingtree/sdk/compare/@windingtree/sdk-react@1.4.16...@windingtree/sdk-react@1.4.17) (2024-04-29)

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

## [1.4.16](https://github.com/windingtree/sdk/compare/@windingtree/sdk-react@1.4.15...@windingtree/sdk-react@1.4.16) (2024-03-11)

**Note:** Version bump only for package @windingtree/sdk-react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windingtree/sdk-react",
"version": "1.4.16",
"version": "1.4.17",
"publishConfig": {
"access": "public"
},
Expand Down
Loading

0 comments on commit a490b29

Please sign in to comment.