Skip to content

Commit

Permalink
[release] 20240830 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Aug 29, 2024
1 parent e2781c7 commit c7ae59c
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/a04b7b78.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-near"
- "@subql/types-near"
3 changes: 3 additions & 0 deletions .yarn/versions/a0e1562f.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-near"
- "@subql/types-near"
3 changes: 3 additions & 0 deletions .yarn/versions/a699c45e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-near"
- "@subql/node-near"
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ plugins:
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.1.1.cjs

changesetIgnorePatterns:
- '.yarn/**/*'
5 changes: 4 additions & 1 deletion packages/common-near/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [4.1.0] - 2024-08-30
### Changed
- Update `@subql/common` (#119)
- Enable strict TS (119)
Expand Down Expand Up @@ -92,7 +94,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/4.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/4.1.0...HEAD
[4.1.0]: https://github.com/subquery/subql-near/compare/common-near/4.0.0...common-near/4.1.0
[4.0.0]: https://github.com/subquery/subql-near/compare/common-near/3.5.0...common-near/4.0.0
[3.5.0]: https://github.com/subquery/subql-near/compare/common-near/3.4.0...common-near/3.5.0
[3.4.0]: https://github.com/subquery/subql-near/compare/common-near/3.3.1...common-near/3.4.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": "4.0.1-0",
"version": "4.1.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -27,6 +27,5 @@
"@types/bn.js": "5.1.5",
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "4.0.0"
}
}
5 changes: 4 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [4.0.0] - 2024-08-30
### Added
- Support for network endpoint config providing the ability to set headers (#119)

Expand Down Expand Up @@ -247,7 +249,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.12.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/4.0.0...HEAD
[4.0.0]: https://github.com/subquery/subql-near/compare/node-near/3.12.0...node-near/4.0.0
[3.12.0]: https://github.com/subquery/subql-near/compare/node-near/3.11.1...node-near/3.12.0
[3.11.1]: https://github.com/subquery/subql-near/compare/node-near/3.11.0...node-near/3.11.1
[3.11.0]: https://github.com/subquery/subql-near/compare/node-near/3.10.0...node-near/3.11.0
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-near",
"version": "3.12.1-0",
"version": "4.0.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -49,6 +49,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.12.0"
]
}
5 changes: 4 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [3.5.0] - 2024-08-30
### Added
- Support for network endpoint config (#119)

Expand Down Expand Up @@ -81,7 +83,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.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/3.5.0...HEAD
[3.5.0]: https://github.com/subquery/subql-near/compare/types-near/3.4.0...types-near/3.5.0
[3.4.0]: https://github.com/subquery/subql-near/compare/types-near/3.3.0...types-near/3.4.0
[3.3.0]: https://github.com/subquery/subql-near/compare/types-near/3.2.0...types-near/3.3.0
[3.2.0]: https://github.com/subquery/subql-near/compare/types-near/3.1.3...types-near/3.2.0
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.4.1-0",
"version": "3.5.0",
"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.4.0"
}
}

0 comments on commit c7ae59c

Please sign in to comment.