Skip to content

Commit

Permalink
[release] 20240410
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Apr 10, 2024
1 parent b3666b3 commit b8bf398
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
5 changes: 4 additions & 1 deletion packages/common-concordium/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-04-10
### Changed
- Update types imports from types-concordium

Expand Down Expand Up @@ -49,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump release version

## [3.1.0] - null
[Unreleased]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.4.2...HEAD
[Unreleased]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.5.0...HEAD
[3.5.0]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.4.2...common-concordium/3.5.0
[3.4.2]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.4.1...common-concordium/3.4.2
[3.4.1]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.4.0...common-concordium/3.4.1
[3.4.0]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.3.2...common-concordium/3.4.0
Expand Down
5 changes: 2 additions & 3 deletions packages/common-concordium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-concordium",
"version": "3.4.3-1",
"version": "3.5.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -28,6 +28,5 @@
"devDependencies": {
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "3.4.3-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.10.0] - 2024-04-10
### Changed
- Update `@subql/node-core` to latest major version with support for multiple dicitonary endpoints and various bug fixes (#35)

Expand Down Expand Up @@ -94,7 +96,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump release version

## [3.1.0] - null
[Unreleased]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.9.1...HEAD
[Unreleased]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.10.0...HEAD
[3.10.0]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.9.1...node-concordium/3.10.0
[3.9.1]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.9.0...node-concordium/3.9.1
[3.9.0]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.8.1...node-concordium/3.9.0
[3.8.1]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.8.0...node-concordium/3.8.1
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-concordium",
"version": "3.9.2-1",
"version": "3.10.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -62,6 +62,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.9.2-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-04-10
### Changed
- Improve naming of types and be consistent with other SDKs (#35)

Expand Down Expand Up @@ -41,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump release version

## [3.2.0] - null
[Unreleased]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.4.4...HEAD
[Unreleased]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.5.0...HEAD
[3.5.0]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.4.4...types-concordium/3.5.0
[3.4.4]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.4.3...types-concordium/3.4.4
[3.4.3]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.4.2...types-concordium/3.4.3
[3.4.2]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.4.1...types-concordium/3.4.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-concordium",
"version": "3.4.5-1",
"version": "3.5.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -19,6 +19,5 @@
"files": [
"src/global.d.ts",
"/dist"
],
"stableVersion": "3.4.5-0"
]
}

0 comments on commit b8bf398

Please sign in to comment.