Skip to content

Commit

Permalink
[release] 20240502 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored May 2, 2024
1 parent bafc308 commit 962cbe4
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 26 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,8 @@ concurrency:


jobs:
pre-ci:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: 'Block Concurrent Executions'
uses: softprops/turnstyle@v1
with:
poll-interval-seconds: 10
env:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}


Bump-Prerelease-Publish:
name: Bump-Prerelease-Publish
needs: pre-ci
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]') && !startsWith(github.event.head_commit.message, '[release]') && github.repository == 'subquery/subql-near'"
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
then
echo "commit-message=${{ github.event.head_commit.message }}" >> "$GITHUB_OUTPUT"
else
echo "commit-message=$(git log -1 --pretty=%B)" >> "$GITHUB_OUTPUT"
echo "commit-message=\"$(git log -1 --pretty=%B | head -n 1)\"" >> "$GITHUB_OUTPUT"
fi
Build-Publish:
Expand Down
3 changes: 3 additions & 0 deletions .yarn/versions/4a1c543f.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 .yarn/versions/4d8b25f2.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/ad36970d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-near"
- "@subql/types-near"
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]

## [3.5.0] - 2024-05-02
### Changed
- Update dependencies and apply changes to match (#109)

Expand Down Expand Up @@ -80,7 +82,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.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/3.5.0...HEAD
[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
[3.3.1]: https://github.com/subquery/subql-near/compare/common-near/3.3.0...common-near/3.3.1
[3.3.0]: https://github.com/subquery/subql-near/compare/common-near/3.2.0...common-near/3.3.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.4.1-0",
"version": "3.5.0",
"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.4.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]

## [3.11.0] - 2024-05-02
### Changed
- Update dependencies and apply changes to match (#109)

Expand Down Expand Up @@ -226,7 +228,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.10.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/3.11.0...HEAD
[3.11.0]: https://github.com/subquery/subql-near/compare/node-near/3.10.0...node-near/3.11.0
[3.10.0]: https://github.com/subquery/subql-near/compare/node-near/3.9.1...node-near/3.10.0
[3.9.1]: https://github.com/subquery/subql-near/compare/node-near/3.9.0...node-near/3.9.1
[3.9.0]: https://github.com/subquery/subql-near/compare/node-near/3.8.1...node-near/3.9.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.10.1-3",
"version": "3.11.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -49,6 +49,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.10.1-2"
]
}
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.3.0] - 2024-05-02
### Changed
- Update dependencies and apply changes to match (#109)

Expand Down Expand Up @@ -69,7 +71,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.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/3.3.0...HEAD
[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
[3.1.3]: https://github.com/subquery/subql-near/compare/types-near/3.1.2...types-near/3.1.3
[3.1.2]: https://github.com/subquery/subql-near/compare/types-near/3.1.1...types-near/3.1.2
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.2.1-0",
"version": "3.3.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.2.0"
}
}

0 comments on commit 962cbe4

Please sign in to comment.