Skip to content

Commit

Permalink
chore(release): publish packages (#56)
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] authored Mar 20, 2024
1 parent da49769 commit b192d98
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-ghosts-wash.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.2

### Patch Changes

- Updated dependencies [[`da497697fe46694e0cd3ea4f89f4905dc9422b11`](https://github.com/near/near-lake-framework-js/commit/da497697fe46694e0cd3ea4f89f4905dc9422b11)]:
- @near-lake/primitives@0.3.0

## 0.1.1

### 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.1",
"version": "0.1.2",
"description": "JS Library to connect to the NEAR Lake S3 and stream the data",
"author": "NEAR Inc <[email protected]>",
"keywords": [
Expand All @@ -27,6 +27,6 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.32.0",
"@near-lake/primitives": "^0.2.0"
"@near-lake/primitives": "^0.3.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.3.0

### Minor Changes

- [#55](https://github.com/near/near-lake-framework-js/pull/55) [`da497697fe46694e0cd3ea4f89f4905dc9422b11`](https://github.com/near/near-lake-framework-js/commit/da497697fe46694e0cd3ea4f89f4905dc9422b11) Thanks [@morgsmccauley](https://github.com/morgsmccauley)! - Scope borsh exports under `borsh`

## 0.2.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.2.0",
"version": "0.3.0",
"keywords": [
"lake-primitives",
"near-indexer"
Expand Down

0 comments on commit b192d98

Please sign in to comment.