From 8c68cf256cfb065f313cb676b63275d721b53d83 Mon Sep 17 00:00:00 2001 From: Kostya Zgara Date: Thu, 27 Oct 2022 10:11:21 +0300 Subject: [PATCH] chore: release v0.1.0-alpha.0 --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 16 ++++++++++++++++ packages/core/package.json | 2 +- packages/filter/CHANGELOG.md | 11 +++++++++++ packages/filter/package.json | 2 +- packages/knexion-test-utils/CHANGELOG.md | 11 +++++++++++ packages/knexion-test-utils/package.json | 2 +- packages/page-pagination/CHANGELOG.md | 11 +++++++++++ packages/page-pagination/package.json | 2 +- packages/soft-delete/CHANGELOG.md | 11 +++++++++++ packages/soft-delete/package.json | 2 +- packages/sort/CHANGELOG.md | 11 +++++++++++ packages/sort/package.json | 2 +- packages/transform/CHANGELOG.md | 11 +++++++++++ packages/transform/package.json | 2 +- 16 files changed, 106 insertions(+), 8 deletions(-) create mode 100644 packages/filter/CHANGELOG.md create mode 100644 packages/soft-delete/CHANGELOG.md create mode 100644 packages/sort/CHANGELOG.md create mode 100644 packages/transform/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f3442e..0d121a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.0](https://github.com/seedium/knexion/compare/v0.0.1-alpha.3...v0.1.0-alpha.0) (2022-10-27) + + +### Bug Fixes + +* **core:** fix retrieve default return type ([642e24e](https://github.com/seedium/knexion/commit/642e24eb48b57864b182525c779f51b7657917f0)) + + +### Features + +* add interceptors ([5e05cda](https://github.com/seedium/knexion/commit/5e05cda674a606a75ec2df3e5a596989fb3abc01)) + + + + + ## [0.0.1-alpha.3](https://github.com/seedium/knexion/compare/v0.0.1-alpha.2...v0.0.1-alpha.3) (2022-10-26) **Note:** Version bump only for package knexion diff --git a/lerna.json b/lerna.json index 6fe93ecb..5b9bdd7a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.0.1-alpha.3", + "version": "0.1.0-alpha.0", "changelogPreset": "angular", "command": { "version": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 36d53594..474dbaca 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.0](https://github.com/seedium/knexion/compare/v0.0.1-alpha.3...v0.1.0-alpha.0) (2022-10-27) + + +### Bug Fixes + +* **core:** fix retrieve default return type ([642e24e](https://github.com/seedium/knexion/commit/642e24eb48b57864b182525c779f51b7657917f0)) + + +### Features + +* add interceptors ([5e05cda](https://github.com/seedium/knexion/commit/5e05cda674a606a75ec2df3e5a596989fb3abc01)) + + + + + ## [0.0.1-alpha.3](https://github.com/seedium/knexion/compare/v0.0.1-alpha.2...v0.0.1-alpha.3) (2022-10-26) **Note:** Version bump only for package @knexion/core diff --git a/packages/core/package.json b/packages/core/package.json index f8880758..8ebafae4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@knexion/core", - "version": "0.0.1-alpha.3", + "version": "0.1.0-alpha.0", "description": "> TODO: description", "author": "Seedium ", "homepage": "https://github.com/seedium/knexion/tree/main/packages/core#readme", diff --git a/packages/filter/CHANGELOG.md b/packages/filter/CHANGELOG.md new file mode 100644 index 00000000..1db53713 --- /dev/null +++ b/packages/filter/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.1.0-alpha.0](https://github.com/seedium/knexion/compare/v0.0.1-alpha.3...v0.1.0-alpha.0) (2022-10-27) + + +### Features + +* add interceptors ([5e05cda](https://github.com/seedium/knexion/commit/5e05cda674a606a75ec2df3e5a596989fb3abc01)) diff --git a/packages/filter/package.json b/packages/filter/package.json index a1ead104..00fe59c2 100644 --- a/packages/filter/package.json +++ b/packages/filter/package.json @@ -1,6 +1,6 @@ { "name": "@knexion/filter", - "version": "0.0.1-alpha.3", + "version": "0.1.0-alpha.0", "description": "> TODO: description", "author": "Seedium ", "homepage": "https://github.com/seedium/knexion/tree/main/packages/filter#readme", diff --git a/packages/knexion-test-utils/CHANGELOG.md b/packages/knexion-test-utils/CHANGELOG.md index bdd4ecae..2b2b51d0 100644 --- a/packages/knexion-test-utils/CHANGELOG.md +++ b/packages/knexion-test-utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.0](https://github.com/seedium/knexion/compare/v0.0.1-alpha.3...v0.1.0-alpha.0) (2022-10-27) + + +### Features + +* add interceptors ([5e05cda](https://github.com/seedium/knexion/commit/5e05cda674a606a75ec2df3e5a596989fb3abc01)) + + + + + ## [0.0.1-alpha.3](https://github.com/seedium/knexion/compare/v0.0.1-alpha.2...v0.0.1-alpha.3) (2022-10-26) **Note:** Version bump only for package knexion-test-utils diff --git a/packages/knexion-test-utils/package.json b/packages/knexion-test-utils/package.json index 7c532925..fbd3c979 100644 --- a/packages/knexion-test-utils/package.json +++ b/packages/knexion-test-utils/package.json @@ -1,6 +1,6 @@ { "name": "knexion-test-utils", - "version": "0.0.1-alpha.3", + "version": "0.1.0-alpha.0", "description": "> TODO: description", "private": true, "author": "Kostya Zgara ", diff --git a/packages/page-pagination/CHANGELOG.md b/packages/page-pagination/CHANGELOG.md index 66b911e2..e1b742ba 100644 --- a/packages/page-pagination/CHANGELOG.md +++ b/packages/page-pagination/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.0](https://github.com/seedium/knexion/compare/v0.0.1-alpha.3...v0.1.0-alpha.0) (2022-10-27) + + +### Features + +* add interceptors ([5e05cda](https://github.com/seedium/knexion/commit/5e05cda674a606a75ec2df3e5a596989fb3abc01)) + + + + + ## [0.0.1-alpha.3](https://github.com/seedium/knexion/compare/v0.0.1-alpha.2...v0.0.1-alpha.3) (2022-10-26) **Note:** Version bump only for package @knexion/page-pagination diff --git a/packages/page-pagination/package.json b/packages/page-pagination/package.json index aebe8242..0839c647 100644 --- a/packages/page-pagination/package.json +++ b/packages/page-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@knexion/page-pagination", - "version": "0.0.1-alpha.3", + "version": "0.1.0-alpha.0", "description": "> TODO: description", "author": "Seedium ", "homepage": "https://github.com/seedium/knexion/tree/main/packages/page-pagination#readme", diff --git a/packages/soft-delete/CHANGELOG.md b/packages/soft-delete/CHANGELOG.md new file mode 100644 index 00000000..1db53713 --- /dev/null +++ b/packages/soft-delete/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.1.0-alpha.0](https://github.com/seedium/knexion/compare/v0.0.1-alpha.3...v0.1.0-alpha.0) (2022-10-27) + + +### Features + +* add interceptors ([5e05cda](https://github.com/seedium/knexion/commit/5e05cda674a606a75ec2df3e5a596989fb3abc01)) diff --git a/packages/soft-delete/package.json b/packages/soft-delete/package.json index 7b120734..d68421b9 100644 --- a/packages/soft-delete/package.json +++ b/packages/soft-delete/package.json @@ -1,6 +1,6 @@ { "name": "@knexion/soft-delete", - "version": "0.0.1-alpha.3", + "version": "0.1.0-alpha.0", "description": "> TODO: description", "author": "Seedium ", "homepage": "https://github.com/seedium/knexion/tree/main/packages/soft-delete#readme", diff --git a/packages/sort/CHANGELOG.md b/packages/sort/CHANGELOG.md new file mode 100644 index 00000000..1db53713 --- /dev/null +++ b/packages/sort/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.1.0-alpha.0](https://github.com/seedium/knexion/compare/v0.0.1-alpha.3...v0.1.0-alpha.0) (2022-10-27) + + +### Features + +* add interceptors ([5e05cda](https://github.com/seedium/knexion/commit/5e05cda674a606a75ec2df3e5a596989fb3abc01)) diff --git a/packages/sort/package.json b/packages/sort/package.json index c7959d45..bf99bc43 100644 --- a/packages/sort/package.json +++ b/packages/sort/package.json @@ -1,6 +1,6 @@ { "name": "@knexion/sort", - "version": "0.0.1-alpha.3", + "version": "0.1.0-alpha.0", "description": "> TODO: description", "author": "Seedium ", "homepage": "https://github.com/seedium/knexion/tree/main/packages/sort#readme", diff --git a/packages/transform/CHANGELOG.md b/packages/transform/CHANGELOG.md new file mode 100644 index 00000000..1db53713 --- /dev/null +++ b/packages/transform/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.1.0-alpha.0](https://github.com/seedium/knexion/compare/v0.0.1-alpha.3...v0.1.0-alpha.0) (2022-10-27) + + +### Features + +* add interceptors ([5e05cda](https://github.com/seedium/knexion/commit/5e05cda674a606a75ec2df3e5a596989fb3abc01)) diff --git a/packages/transform/package.json b/packages/transform/package.json index 7392927f..10aee266 100644 --- a/packages/transform/package.json +++ b/packages/transform/package.json @@ -1,6 +1,6 @@ { "name": "@knexion/transform", - "version": "0.0.1-alpha.3", + "version": "0.1.0-alpha.0", "description": "> TODO: description", "author": "Seedium ", "homepage": "https://github.com/seedium/knexion/tree/main/packages/transform#readme",