From f51f20075b6fb0c64da38914f1b79f44537eb15d Mon Sep 17 00:00:00 2001 From: Kostya Zgara Date: Mon, 12 Jun 2023 20:44:19 +0300 Subject: [PATCH] chore: release v0.1.0-alpha.12 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/cursor-pagination/CHANGELOG.md | 11 +++++++++++ packages/cursor-pagination/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a6ea138..f7ef8d6f 100644 --- a/CHANGELOG.md +++ b/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.12](https://github.com/seedium/knexion/compare/v0.1.0-alpha.11...v0.1.0-alpha.12) (2023-06-12) + + +### Bug Fixes + +* **cursor-pagination:** remove casting to integer sort field ([7df1978](https://github.com/seedium/knexion/commit/7df1978a3d8170fbcd137f84097cf68ab372ebc2)) + + + + + # [0.1.0-alpha.11](https://github.com/seedium/knexion/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2023-06-10) diff --git a/lerna.json b/lerna.json index 973a5e49..a02a0df7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.1.0-alpha.11", + "version": "0.1.0-alpha.12", "changelogPreset": "angular", "command": { "version": { diff --git a/packages/cursor-pagination/CHANGELOG.md b/packages/cursor-pagination/CHANGELOG.md index 041e29ea..9a957d94 100644 --- a/packages/cursor-pagination/CHANGELOG.md +++ b/packages/cursor-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.12](https://github.com/seedium/knexion/compare/v0.1.0-alpha.11...v0.1.0-alpha.12) (2023-06-12) + + +### Bug Fixes + +* **cursor-pagination:** remove casting to integer sort field ([7df1978](https://github.com/seedium/knexion/commit/7df1978a3d8170fbcd137f84097cf68ab372ebc2)) + + + + + # [0.1.0-alpha.11](https://github.com/seedium/knexion/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2023-06-10) diff --git a/packages/cursor-pagination/package.json b/packages/cursor-pagination/package.json index 90407be3..20c48cdd 100644 --- a/packages/cursor-pagination/package.json +++ b/packages/cursor-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@knexion/cursor-pagination", - "version": "0.1.0-alpha.11", + "version": "0.1.0-alpha.12", "description": "> TODO: description", "author": "Seedium ", "homepage": "https://github.com/seedium/knexion/tree/main/packages/cursor-pagination#readme",