From 60ae8af56749d360efc7ee35c0d92ce12b5fc3dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:40:53 -0400 Subject: [PATCH] Version Packages (#495) Co-authored-by: github-actions[bot] --- .changeset/big-tomatoes-obey.md | 5 ----- packages/api/CHANGELOG.md | 6 ++++++ packages/api/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/big-tomatoes-obey.md diff --git a/.changeset/big-tomatoes-obey.md b/.changeset/big-tomatoes-obey.md deleted file mode 100644 index 87fd97452..000000000 --- a/.changeset/big-tomatoes-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/api": patch ---- - -When updating a record, we must include the `parentContextId` in the create options diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 0f1a0fef2..8e8620f6a 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @web5/api +## 0.9.2 + +### Patch Changes + +- [#494](https://github.com/TBD54566975/web5-js/pull/494) [`d12eff8`](https://github.com/TBD54566975/web5-js/commit/d12eff8dc360dc4991325d4d686269497c13e453) Thanks [@LiranCohen](https://github.com/LiranCohen)! - When updating a record, we must include the `parentContextId` in the create options + ## 0.9.1 ### Patch Changes diff --git a/packages/api/package.json b/packages/api/package.json index 6c9ef4128..690da6b76 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@web5/api", - "version": "0.9.1", + "version": "0.9.2", "description": "SDK for accessing the features and capabilities of Web5", "type": "module", "main": "./dist/cjs/index.js",