From 5b011af73f7d56d15317171dda57d6e8138a2978 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 12 Feb 2024 15:05:40 +0000 Subject: [PATCH] v1.15.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f6c5c..db50fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.15.2](https://github.com/NFTX-project/nftxjs/compare/v1.15.1...v1.15.2) (2024-02-12) + + +### Bug Fixes + +* don't throw when a liquidity position doesn't match a vault ([030c3ed](https://github.com/NFTX-project/nftxjs/commit/030c3edac1e5fa0d62ca8b65d30a8fcc6e55abad)) + + + + + ## [1.15.1](https://github.com/NFTX-project/nftxjs/compare/v1.15.0...v1.15.1) (2024-02-12) diff --git a/lerna.json b/lerna.json index 8c4225e..49911e0 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.15.1", + "version": "1.15.2", "useWorkspaces": true, "command": { "publish": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 181d029..c5b1291 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.15.2](https://github.com/NFTX-project/nftxjs/compare/v1.15.1...v1.15.2) (2024-02-12) + + +### Bug Fixes + +* don't throw when a liquidity position doesn't match a vault ([030c3ed](https://github.com/NFTX-project/nftxjs/commit/030c3edac1e5fa0d62ca8b65d30a8fcc6e55abad)) + + + + + # [1.15.0](https://github.com/NFTX-project/nftxjs/compare/v1.14.2...v1.15.0) (2024-02-12) **Note:** Version bump only for package @nftx/core diff --git a/packages/core/package.json b/packages/core/package.json index 12ea504..cbb4624 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/core", - "version": "1.15.0", + "version": "1.15.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT",