Skip to content

Commit

Permalink
chore(release): publish packages (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 26, 2024
1 parent 25ccd87 commit d33ca61
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/real-hounds-invite.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/near-lake-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/near-lake-framework/package.json
Original file line number Diff line number Diff line change
@@ -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 <hello@nearprotocol.com>",
"keywords": [
Expand All @@ -27,6 +27,6 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.32.0",
"@near-lake/primitives": "^0.3.0"
"@near-lake/primitives": "^0.4.0"
}
}
6 changes: 6 additions & 0 deletions packages/near-lake-primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/near-lake-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-lake/primitives",
"version": "0.3.0",
"version": "0.4.0",
"keywords": [
"lake-primitives",
"near-indexer"
Expand Down

0 comments on commit d33ca61

Please sign in to comment.