Skip to content

Commit

Permalink
[release] 20231101
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Oct 31, 2023
1 parent 4fdbf35 commit 056d28d
Show file tree
Hide file tree
Showing 22 changed files with 20 additions and 48 deletions.
Empty file removed .yarn/versions/04b4a836.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/234ea531.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/2b49ee2c.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/3fc8a53f.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/442db2ac.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/514e0446.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/609c9215.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/729708d0.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/79581ac3.yml

This file was deleted.

Empty file removed .yarn/versions/862b1830.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/91c7e208.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/9502455e.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/aedfefc9.yml

This file was deleted.

Empty file removed .yarn/versions/b5582ede.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/c0efa143.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/ed8a5e5e.yml

This file was deleted.

5 changes: 4 additions & 1 deletion packages/common-cosmos/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.2.0] - 2023-11-01
### Added
- Update `@subql/common` and relevant changes to support endBlock feature (#195)

Expand Down Expand Up @@ -105,7 +107,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.1.1...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.2.0...HEAD
[3.2.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.1.1...common-cosmos/3.2.0
[3.1.1]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.1.0...common-cosmos/3.1.1
[3.1.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.0.3...common-cosmos/3.1.0
[3.0.3]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.0.2...common-cosmos/3.0.3
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.1.2-0",
"version": "3.2.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -45,6 +45,5 @@
"ejs": "3.1.7",
"lodash": "4.17.21",
"rimraf": "^3.0.2"
},
"stableVersion": "3.1.1"
}
}
6 changes: 5 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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.2.0] - 2023-11-01
### Changed
- Update `@subql/node-core` with fixes and support for endBlock feature (#195)

### Fixed
- Missing dependencies for testing command (#194)
- Events getting processed multiple times (#194)
Expand Down Expand Up @@ -300,7 +303,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.1.1...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.2.0...HEAD
[3.1.2]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.1.1...node-cosmos/3.2.0
[3.1.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.1.0...node-cosmos/3.1.1
[3.1.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.0.3...node-cosmos/3.1.0
[3.0.3]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.0.2...node-cosmos/3.0.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.1.2-1",
"version": "3.2.0",
"description": "",
"author": "SubQuery Pte Ltd",
"license": "GPL-3.0",
Expand Down Expand Up @@ -62,6 +62,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.1.2-0"
]
}
6 changes: 5 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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.2.0] - 2023-11-01
### Changed
- Import `@subql/types-core` global into global so its no longer needed to update tsconfig in projects (#195)

### Added
- JSDoc to field explaining definition (#194)

Expand Down Expand Up @@ -89,7 +92,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-cosmos/3.1.0...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.2.0...HEAD
[3.2.0]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.1.0...types-cosmos/3.2.0
[3.1.0]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.0.3...types-cosmos/3.1.0
[3.0.3]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.0.2...types-cosmos/3.0.3
[3.0.2]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.0.1...types-cosmos/3.0.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-cosmos",
"version": "3.1.1-1",
"version": "3.2.0",
"description": "",
"homepage": "https://github.com/subquery/subql-cosmos",
"repository": "github:subquery/subql-cosmos",
Expand All @@ -20,6 +20,5 @@
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@subql/types-core": "^0.3.0"
},
"stableVersion": "3.1.1-0"
}
}

0 comments on commit 056d28d

Please sign in to comment.