From d33ca615ded1aebe131fd617a9f92e9927f109cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:46:10 +1300 Subject: [PATCH] chore(release): publish packages (#58) Co-authored-by: github-actions[bot] --- .changeset/real-hounds-invite.md | 5 ----- packages/near-lake-framework/CHANGELOG.md | 7 +++++++ packages/near-lake-framework/package.json | 4 ++-- packages/near-lake-primitives/CHANGELOG.md | 6 ++++++ packages/near-lake-primitives/package.json | 2 +- 5 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 .changeset/real-hounds-invite.md diff --git a/.changeset/real-hounds-invite.md b/.changeset/real-hounds-invite.md deleted file mode 100644 index 547fcc4..0000000 --- a/.changeset/real-hounds-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@near-lake/primitives": minor ---- - -Ensure `borsh` export is accessible within published package diff --git a/packages/near-lake-framework/CHANGELOG.md b/packages/near-lake-framework/CHANGELOG.md index acafb5f..9550851 100644 --- a/packages/near-lake-framework/CHANGELOG.md +++ b/packages/near-lake-framework/CHANGELOG.md @@ -1,5 +1,12 @@ # @near-lake/framework +## 0.1.3 + +### Patch Changes + +- Updated dependencies [[`25ccd87bfca3e7d1a903935425597a9f458c55d8`](https://github.com/near/near-lake-framework-js/commit/25ccd87bfca3e7d1a903935425597a9f458c55d8)]: + - @near-lake/primitives@0.4.0 + ## 0.1.2 ### Patch Changes diff --git a/packages/near-lake-framework/package.json b/packages/near-lake-framework/package.json index 79c9976..2a696cb 100644 --- a/packages/near-lake-framework/package.json +++ b/packages/near-lake-framework/package.json @@ -1,6 +1,6 @@ { "name": "@near-lake/framework", - "version": "0.1.2", + "version": "0.1.3", "description": "JS Library to connect to the NEAR Lake S3 and stream the data", "author": "NEAR Inc ", "keywords": [ @@ -27,6 +27,6 @@ }, "dependencies": { "@aws-sdk/client-s3": "^3.32.0", - "@near-lake/primitives": "^0.3.0" + "@near-lake/primitives": "^0.4.0" } } diff --git a/packages/near-lake-primitives/CHANGELOG.md b/packages/near-lake-primitives/CHANGELOG.md index 6c3613b..0a3f63a 100644 --- a/packages/near-lake-primitives/CHANGELOG.md +++ b/packages/near-lake-primitives/CHANGELOG.md @@ -1,5 +1,11 @@ # @near-lake/primitives +## 0.4.0 + +### Minor Changes + +- [#57](https://github.com/near/near-lake-framework-js/pull/57) [`25ccd87bfca3e7d1a903935425597a9f458c55d8`](https://github.com/near/near-lake-framework-js/commit/25ccd87bfca3e7d1a903935425597a9f458c55d8) Thanks [@morgsmccauley](https://github.com/morgsmccauley)! - Ensure `borsh` export is accessible within published package + ## 0.3.0 ### Minor Changes diff --git a/packages/near-lake-primitives/package.json b/packages/near-lake-primitives/package.json index cb98d8f..87f9d7a 100644 --- a/packages/near-lake-primitives/package.json +++ b/packages/near-lake-primitives/package.json @@ -1,6 +1,6 @@ { "name": "@near-lake/primitives", - "version": "0.3.0", + "version": "0.4.0", "keywords": [ "lake-primitives", "near-indexer"