Skip to content

Commit

Permalink
[release] 20240502 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored May 2, 2024
1 parent 82369d8 commit dc09ab0
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 @@ -11,21 +11,8 @@ concurrency:
cancel-in-progress: false

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-algorand'"
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 @@ -31,7 +31,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/45d8cbe8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-algorand"
- "@subql/types-algorand"
3 changes: 3 additions & 0 deletions .yarn/versions/4a4e8a28.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-algorand"
- "@subql/node-algorand"
3 changes: 3 additions & 0 deletions .yarn/versions/8094eac0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-algorand"
- "@subql/types-algorand"
5 changes: 4 additions & 1 deletion packages/common-algorand/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.4.0] - 2024-05-02
### Changed
- Update dependencies and apply changes to match (#115)

Expand Down Expand Up @@ -84,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed `assetId` on transaction filter being validated as a string. (#9)

## [1.0.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.3.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.4.0...HEAD
[3.4.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.3.0...common-algorand/3.4.0
[3.3.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.2.2...common-algorand/3.3.0
[3.2.2]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.2.1...common-algorand/3.2.2
[3.2.1]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.2.0...common-algorand/3.2.1
Expand Down
5 changes: 2 additions & 3 deletions packages/common-algorand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-algorand",
"version": "3.3.1-1",
"version": "3.4.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -33,6 +33,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12",
"@types/semver": "^7"
},
"stableVersion": "3.3.1-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 (#115)

Expand Down Expand Up @@ -237,7 +239,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Synced latest changes from main repo. (#10)

## [1.6.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.10.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.0...HEAD
[3.11.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.10.0...node-algorand/3.11.0
[3.10.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.1...node-algorand/3.10.0
[3.9.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.0...node-algorand/3.9.1
[3.9.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.8.1...node-algorand/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-algorand",
"version": "3.10.1-2",
"version": "3.11.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -53,6 +53,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.10.1-1"
]
}
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 (#115)

Expand Down Expand Up @@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.2.1] - 2022-08-04

## [1.2.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.3.0...HEAD
[3.3.0]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.2.0...types-algorand/3.3.0
[3.2.0]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.1.2...types-algorand/3.2.0
[3.1.2]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.1.1...types-algorand/3.1.2
[3.1.1]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.1.0...types-algorand/3.1.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-algorand",
"version": "3.2.1-0",
"version": "3.3.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql-algorand",
Expand All @@ -25,6 +25,5 @@
},
"dependencies": {
"@subql/types-core": "^0.7.0"
},
"stableVersion": "3.2.0"
}
}

0 comments on commit dc09ab0

Please sign in to comment.