From 1cd1cd62efaf14dff2d47164116fe58543873021 Mon Sep 17 00:00:00 2001 From: VChet <17050347+VChet@users.noreply.github.com> Date: Thu, 11 Feb 2021 23:23:21 +0500 Subject: [PATCH] chore(release): 4.2.1 --- CHANGELOG.md | 8 ++++++++ client/package.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee44ad..97088c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.2.1](https://github.com/VChet/StyleBase/compare/v4.2.0...v4.2.1) (2021-02-11) + + +### Bug Fixes + +* **add style:** add custom fields description ([dd6992a](https://github.com/VChet/StyleBase/commit/dd6992a8dfe011bbc7201be5be39293e29a961e0)) +* **style grid:** throttle scroll, do not show skeleton on loaded cards ([2c08316](https://github.com/VChet/StyleBase/commit/2c08316eb5ec079f5edd5d47f57d9c40e47dbe82)) + ## [4.2.0](https://github.com/VChet/StyleBase/compare/v4.1.1...v4.2.0) (2021-02-01) diff --git a/client/package.json b/client/package.json index c82933a..2ea8e8a 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "stylebase-frontend", - "version": "4.2.0", + "version": "4.2.1", "author": "VChet", "contributors": [ "rudnovd" diff --git a/package.json b/package.json index c4320f2..c8e6aa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylebase", - "version": "4.2.0", + "version": "4.2.1", "repository": { "type": "git", "url": "git+https://github.com/VChet/StyleBase.git"