Skip to content

Commit

Permalink
[release] 20220804
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Aug 4, 2022
1 parent 1b07735 commit 64099ef
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
7 changes: 5 additions & 2 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.5.0] - 2022-08-04
### Added
- Support for Algorand projects
- Support for Algorand projects (#1228)

### Fixed
- Removing `.github` directory from starter templates (#1223)

## [1.4.0] - 2022-07-27
### Added
Expand Down
5 changes: 2 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "1.4.1-1",
"version": "1.5.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -84,6 +84,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "1.4.1-0"
}
}
4 changes: 4 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.2.1] - 2022-08-04
### Fixed
- Export `EventTypeRecord` (#1225)

## [1.2.0] - 2022-07-27
### Changed
- Update `SubstrateBlockFilter` with new `modulo` filter. (#1196)
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",
"version": "1.2.1-0",
"version": "1.2.1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -21,6 +21,5 @@
"devDependencies": {
"@polkadot/api": "^8",
"@types/app-module-path": "^2.2.0"
},
"stableVersion": "1.2.0"
}
}
4 changes: 4 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.4.0] - 2022-08-04
### Added
- Support for Algorand projects (#1228)

## [1.3.0] - 2022-07-27
### Changed
- Update dependencies with `@subql/common`
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/validator",
"version": "1.3.1-0",
"version": "1.4.0",
"description": "to validate subquery project",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down

0 comments on commit 64099ef

Please sign in to comment.