Skip to content

Commit

Permalink
[release] 20231027 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
guplersaxanoid authored Oct 27, 2023
1 parent 1d8658e commit 5926635
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 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.1.3] - 2023-10-27
### Fixed
- change `@subql/common/dist` imports to `@subql/common` (#6)

Expand All @@ -17,7 +19,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.1.2...HEAD
[Unreleased]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.1.3...HEAD
[3.1.3]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.1.2...common-concordium/3.1.3
[3.1.2]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.1.1...common-concordium/3.1.2
[3.1.1]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.1.0...common-concordium/3.1.1
[3.1.0]: https://github.com/subquery/subql-stellar/tag/v3.1.0
2 changes: 1 addition & 1 deletion 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.1.3-0",
"version": "3.1.3",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
11 changes: 8 additions & 3 deletions 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.1.3] - 2023-10-27
### Changed
- Bump `@subql/common-concordium` version

## [3.1.2] - 2023-10-27
### Changed
- Bump `@subql/types-concordium` version
Expand All @@ -15,7 +19,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.1.2...HEAD
[3.1.2]: https://github.com/subquery/subql=concordium/compare/node-concordium/3.1.1...node-concordium/3.1.2
[3.1.1]: https://github.com/subquery/subql=concordium/compare/node-concordium/3.1.0...node-concordium/3.1.1
[Unreleased]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.1.3...HEAD
[3.1.3]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.1.2...node-concordium/3.1.3
[3.1.2]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.1.1...node-concordium/3.1.2
[3.1.1]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.1.0...node-concordium/3.1.1
[3.1.0]: https://github.com/subquery/subql-stellar/tag/v3.1.0
4 changes: 2 additions & 2 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.1.2",
"version": "3.1.3",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -11,7 +11,7 @@
"start": "nest start",
"start:dev": "nodemon",
"start:prod": "node dist/main",
"changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql=concordium\" --release-prefix=\"node-concordium/\""
"changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql-concordium\" --release-prefix=\"node-concordium/\""
},
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down

0 comments on commit 5926635

Please sign in to comment.