From 8aa6d6ec43d22081803f8dbc92635f467554dd6f Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Mon, 13 Nov 2023 10:43:11 +1300 Subject: [PATCH] [release] 20231113 (#2159) --- .yarn/versions/636bb6ed.yml | 4 ++++ packages/cli/CHANGELOG.md | 21 +++++++++++++-------- packages/cli/package.json | 2 +- packages/node-core/CHANGELOG.md | 1 + packages/node/CHANGELOG.md | 1 + packages/utils/CHANGELOG.md | 1 + 6 files changed, 21 insertions(+), 9 deletions(-) create mode 100644 .yarn/versions/636bb6ed.yml diff --git a/.yarn/versions/636bb6ed.yml b/.yarn/versions/636bb6ed.yml new file mode 100644 index 0000000000..d269cae13d --- /dev/null +++ b/.yarn/versions/636bb6ed.yml @@ -0,0 +1,4 @@ +undecided: + - "@subql/node" + - "@subql/node-core" + - "@subql/utils" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 44f465919e..44510b6c00 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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) @@ -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 @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index d81a36e767..f7f373751b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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" diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index d681276ce3..f9bca0cef4 100644 --- a/packages/node-core/CHANGELOG.md +++ b/packages/node-core/CHANGELOG.md @@ -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) diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 68666c968e..1c2e9dc7f2 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -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) diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 63f32a8533..2755503892 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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