Skip to content

Commit

Permalink
[release] 20231113 (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Nov 12, 2023
1 parent 2e541b2 commit 8aa6d6e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .yarn/versions/636bb6ed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
undecided:
- "@subql/node"
- "@subql/node-core"
- "@subql/utils"
21 changes: 13 additions & 8 deletions packages/cli/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]

## [4.2.1] - 2023-11-13
### Changed
- Update `@subql/utils`

## [4.2.0] - 2023-10-31
### Added
- Support building and publishing Concordium projects (#2078)
Expand Down Expand Up @@ -452,13 +456,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.9.0] - 2021-04-19
### Added
- `@index` annotation is now supported in `graphql.schema` (#255):
- Can be added on any field of any entity except primary or foreign keys
- `@subql/node` will recognise it and create table with additional indexes to speed querying
- Allow query by indexed field via `global.store` (#271)
- `@jsonField` annotation is now supported in `graphql.schema` which allows you to store structured data JSON data in a single database field
- We'll automatically generate coresponding JSON interfaces when querying this data (#275)
- Read more about how you can use this in our [updated docs](https://doc.subquery.network/create/graphql.html#json-type)
- annotation is now supported in
- Can be added on any field of any entity except primary or foreign keys
- `@subql/node` will recognise it and create table with additional indexes to speed querying
- Allow query by indexed field via `global.store` (#271)
- annotation is now supported in
- We'll automatically generate coresponding JSON interfaces when querying this data (#275)
- Read more about how you can use this in our [updated docs](https://doc.subquery.network/create/graphql.html#json-type)

## [0.8.0] - 2021-03-11
### Added
Expand Down Expand Up @@ -497,7 +501,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- support subcommand codegen
- support subcommand init

[Unreleased]: https://github.com/subquery/subql/compare/cli/4.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/4.2.1...HEAD
[4.2.1]: https://github.com/subquery/subql/compare/cli/4.2.0...cli/4.2.1
[4.2.0]: https://github.com/subquery/subql/compare/cli/4.1.0...cli/4.2.0
[4.1.0]: https://github.com/subquery/subql/compare/cli/4.0.5...cli/4.1.0
[4.0.5]: https://github.com/subquery/subql/compare/cli/4.0.4...cli/4.0.5
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.2.0",
"version": "4.2.1",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down
1 change: 1 addition & 0 deletions packages/node-core/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]


## [6.4.0] - 2023-11-10
### Added
- Base yargs config for all SDKs (#2144)
Expand Down
1 change: 1 addition & 0 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.4.0] - 2023-11-10
### Changed
- Update Polkadot/api to 10.10.1 (#2150)
Expand Down
1 change: 1 addition & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
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]

## [2.6.0] - 2023-11-10
Expand Down

0 comments on commit 8aa6d6e

Please sign in to comment.