Skip to content

Commit

Permalink
release 20231212 (#91)
Browse files Browse the repository at this point in the history
* [release] 20231212

* add common-near to release
  • Loading branch information
bz888 authored Dec 12, 2023
1 parent 445cf5c commit 158f5e4
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 11 deletions.
Empty file removed .yarn/versions/c5c3e440.yml
Empty file.
7 changes: 6 additions & 1 deletion packages/common-near/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.1] - 2023-12-12
### Changed
- Update `@subql/types-near` (#90)

## [3.1.0] - 2023-11-01
### Added
- Update `@subql/common` and relevant changes to support endBlock feature (#74)
Expand Down Expand Up @@ -58,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add transaction receipts handlers and filters (#13)

## [1.0.0] - 2023-01-26
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/3.1.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/3.1.1...HEAD
[3.1.1]: https://github.com/subquery/subql-near/compare/common-near/3.1.0...common-near/3.1.1
[3.1.0]: https://github.com/subquery/subql-near/compare/common-near/3.0.1...common-near/3.1.0
[3.0.1]: https://github.com/subquery/subql-near/compare/common-near/3.0.0...common-near/3.0.1
[3.0.0]: https://github.com/subquery/subql-near/compare/commonm-near/2.4.1...commonm-near/3.0.0
Expand Down
5 changes: 2 additions & 3 deletions packages/common-near/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-near",
"version": "3.1.1-0",
"version": "3.1.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -27,6 +27,5 @@
"@types/bn.js": "4.11.6",
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "3.1.0"
}
}
7 changes: 6 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.6] - 2023-12-12
### Changed
- Update `@subql/types-near` (#90)

## [3.4.5] - 2023-11-30
### Fixed
- Sync with `node-core` 7.0.2
Expand Down Expand Up @@ -181,7 +185,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `toJson` method to function args (#9)

## 1.18.0 - 2023-01-26
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/3.4.5...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/3.4.6...HEAD
[3.4.6]: https://github.com/subquery/subql-near/compare/node-near/3.4.5...node-near/3.4.6
[3.4.5]: https://github.com/subquery/subql-near/compare/node-near/3.4.4...node-near/3.4.5
[3.4.4]: https://github.com/subquery/subql-near/compare/node-near/3.4.3...node-near/3.4.4
[3.4.3]: https://github.com/subquery/subql-near/compare/node-near/3.4.2...node-near/3.4.3
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-near",
"version": "3.4.5",
"version": "3.4.6",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down
7 changes: 5 additions & 2 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed

## [3.1.2] - 2023-12-12
### Fixed
- Updated `SignedDelegateAction` types in accordance to near-docs (#90)

## [3.1.1] - 2023-11-30
Expand Down Expand Up @@ -57,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Args type for funciton calls (#9)

## [1.0.0] - 2023-01-26
[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/3.1.1...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/3.1.2...HEAD
[3.1.2]: https://github.com/subquery/subql-near/compare/types-near/3.1.1...types-near/3.1.2
[3.1.1]: https://github.com/subquery/subql-near/compare/types-near/3.1.0...types-near/3.1.1
[3.1.0]: https://github.com/subquery/subql-near/compare/types-near/3.0.1...types-near/3.1.0
[3.0.1]: https://github.com/subquery/subql-near/compare/types-near/3.0.0...types-near/3.0.1
Expand Down
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-near",
"version": "3.1.2-0",
"version": "3.1.2",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -23,6 +23,5 @@
},
"devDependencies": {
"@types/app-module-path": "^2.2.0"
},
"stableVersion": "3.1.1"
}
}

0 comments on commit 158f5e4

Please sign in to comment.