From 6930fea7313c800aff632a344be6d9284439aac4 Mon Sep 17 00:00:00 2001 From: "sui-merge-bot[bot]" <114704316+sui-merge-bot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:05:09 -0400 Subject: [PATCH] Version Packages (#19642) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @mysten/deepbook-v3@0.8.2 ### Patch Changes - f026ec6: Deepbook Package Upgrade Co-authored-by: github-actions[bot] --- .changeset/silent-kangaroos-laugh.md | 5 ----- sdk/deepbook-v3/CHANGELOG.md | 6 ++++++ sdk/deepbook-v3/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/silent-kangaroos-laugh.md diff --git a/.changeset/silent-kangaroos-laugh.md b/.changeset/silent-kangaroos-laugh.md deleted file mode 100644 index 4ed316570530e..0000000000000 --- a/.changeset/silent-kangaroos-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mysten/deepbook-v3': patch ---- - -Deepbook Package Upgrade diff --git a/sdk/deepbook-v3/CHANGELOG.md b/sdk/deepbook-v3/CHANGELOG.md index 1a9f7b16dc2fb..5c641f6091070 100644 --- a/sdk/deepbook-v3/CHANGELOG.md +++ b/sdk/deepbook-v3/CHANGELOG.md @@ -1,5 +1,11 @@ # @mysten/deepbook-v3 +## 0.8.2 + +### Patch Changes + +- f026ec6: Deepbook Package Upgrade + ## 0.8.1 ### Patch Changes diff --git a/sdk/deepbook-v3/package.json b/sdk/deepbook-v3/package.json index 6d6119845043c..5c146272f7995 100644 --- a/sdk/deepbook-v3/package.json +++ b/sdk/deepbook-v3/package.json @@ -2,7 +2,7 @@ "name": "@mysten/deepbook-v3", "author": "Mysten Labs ", "description": "Sui Deepbook SDK", - "version": "0.8.1", + "version": "0.8.2", "license": "Apache-2.0", "type": "commonjs", "main": "./dist/cjs/index.js",