Skip to content

Commit

Permalink
[release] 20231012 cosmos (#187)
Browse files Browse the repository at this point in the history
* [release] 20231012

* changelog

* debug as string
  • Loading branch information
jiqiang90 authored Oct 12, 2023
1 parent 315b110 commit 5068eef
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 20 deletions.
3 changes: 0 additions & 3 deletions .yarn/versions/0a0d8c6f.yml

This file was deleted.

8 changes: 5 additions & 3 deletions packages/common-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.2] - 2023-10-12
### Changed
- Version bump with `@subql/common` 3.1.2

## [3.0.1] - 2023-10-05
### Update
### Changed
- Bump `subql/types-cosmos`

## [3.0.0] - 2023-10-04
Expand All @@ -29,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for cosmwasm contract abi to ts `codegen` (#168)

## [2.4.1] - 2023-08-24
### Updated
### Changed
- Updated `telescope` config for codegen optimisation(#166)

## [2.4.0] - 2023-08-24
Expand Down Expand Up @@ -90,7 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix chainTypes not being in deployments

## [0.0.5] - 2022-06-15
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.0.2...HEAD
[3.0.2]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.0.1...common-cosmos/3.0.2
[3.0.1]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.0.0...common-cosmos/3.0.1
[3.0.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/2.5.1...common-cosmos/3.0.0
[2.5.1]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/2.5.0...common-cosmos/2.5.1
Expand Down
5 changes: 2 additions & 3 deletions packages/common-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-cosmos",
"version": "3.0.2-0",
"version": "3.0.2",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -44,6 +44,5 @@
"ejs": "3.1.7",
"lodash": "4.17.21",
"rimraf": "^3.0.2"
},
"stableVersion": "3.0.1"
}
}
7 changes: 4 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.2] - 2023-10-12
### Changed
- debug has changed from a boolean to a string to allow scoping debug log level (#2077)

Expand All @@ -15,9 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed AutoQueue timeout issue.
- Fixed Poi sync could block DB IO and drop connection issue.


## [3.0.1] - 2023-10-05
### Update
### Changed
- Bump `subql/types-cosmos`

## [3.0.0] - 2023-10-04
Expand Down Expand Up @@ -277,7 +277,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.0.2...HEAD
[3.0.2]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.0.1...node-cosmos/3.0.2
[3.0.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.0.0...node-cosmos/3.0.1
[3.0.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.10.3...node-cosmos/3.0.0
[2.10.3]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.10.2...node-cosmos/2.10.3
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-cosmos",
"version": "3.0.2-0",
"version": "3.0.2",
"description": "",
"author": "Naveen Veluswamy",
"license": "GPL-3.0",
Expand Down Expand Up @@ -61,6 +61,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.0.1"
]
}
2 changes: 1 addition & 1 deletion packages/node/src/yargs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const yargsOptions = yargs(hideBin(process.argv))
}),
handler: (argv) => {
initLogger(
argv.debug as boolean,
argv.debug as string,
argv.outputFmt as 'json' | 'colored',
argv.logLevel as string | undefined,
);
Expand Down
7 changes: 6 additions & 1 deletion packages/types/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.0.2] - 2023-10-12
### Changed
- Bump with `@subql/types-core` 0.1.1 (#186)

## [3.0.1] - 2023-10-05
### Fixed
- Fixed RuntimeDatasourceTemplate's generic typing (#182)
Expand Down Expand Up @@ -73,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix chainTypes not being in deployments

## [0.0.5] - 2022-06-15
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types/3.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types/3.0.2...HEAD
[3.0.2]: https://github.com/subquery/subql-cosmos/compare/types/3.0.1...types/3.0.2
[3.0.1]: https://github.com/subquery/subql-cosmos/compare/types/3.0.0...types/3.0.1
[3.0.0]: https://github.com/subquery/subql-cosmos/compare/types/2.2.0...types/3.0.0
[2.2.1]: https://github.com/subquery/subql-cosmos/compare/types/2.2.0...types/2.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-cosmos",
"version": "3.0.2-0",
"version": "3.0.2",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -19,6 +19,5 @@
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@subql/types-core": "^0.1.1"
},
"stableVersion": "3.0.1"
}
}

0 comments on commit 5068eef

Please sign in to comment.