Skip to content

Commit

Permalink
Merge pull request #17 from subquery/release-20231114
Browse files Browse the repository at this point in the history
[release] 20231114
  • Loading branch information
stwiname authored Nov 14, 2023
2 parents da7a812 + 553ce2f commit f7a6caa
Show file tree
Hide file tree
Showing 6 changed files with 19 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.3.0] - 2023-11-14
### Removed
- `options` field on datasources as they were not used anywhere (#16)

Expand All @@ -25,7 +27,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.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.3.0...HEAD
[3.3.0]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.2.0...common-concordium/3.3.0
[3.2.0]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.1.3...common-concordium/3.2.0
[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
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.2.1-1",
"version": "3.3.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.2.1-0"
}
}
9 changes: 6 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ 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.1] - 2023-11-14
### Added
- Improved filtering of account and contract addresses as well as bigints (#19)

## [3.4.0] - 2023-11-13
### Changed
- Updates to match changes in `@subql/node-core` (#15)
- Updates to match changes in
- Dictionary service to use dictionary registry
- Use yargs from node core

Expand Down Expand Up @@ -38,11 +40,12 @@ 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.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.4.1...HEAD
[3.4.1]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.4.0...node-concordium/3.4.1
[3.4.0]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.3.0...node-concordium/3.4.0
[3.3.0]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.2.0...node-concordium/3.3.0
[3.2.0]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.1.3...node-concordium/3.2.0
[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
[3.1.0]: https://github.com/subquery/subql-concordium/tag/v3.1.0
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-concordium",
"version": "3.4.1-0",
"version": "3.4.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down
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.4.0] - 2023-11-14
### Removed
- `options` field on datasources as they were not used anywhere (#16)

Expand All @@ -21,7 +23,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.3.0...HEAD
[Unreleased]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.4.0...HEAD
[3.4.0]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.3.0...types-concordium/3.4.0
[3.3.0]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.2.2...types-concordium/3.3.0
[3.2.2]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.2.1...types-concordium/3.2.2
[3.2.1]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.2.0...types-concordium/3.2.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-concordium",
"version": "3.3.1-1",
"version": "3.4.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.3.1-0"
]
}

0 comments on commit f7a6caa

Please sign in to comment.