From e8fe7e9f5ad48c925cc50537f361d2f65ef6eca0 Mon Sep 17 00:00:00 2001 From: TableCheck Inc Date: Thu, 6 Jan 2022 06:59:49 +0000 Subject: [PATCH] Bump independent versions [skip ci] - @tablecheck/tablekit-password-field@2.0.5 --- packages/password-field/CHANGELOG.md | 17 ++++++++--------- packages/password-field/package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/packages/password-field/CHANGELOG.md b/packages/password-field/CHANGELOG.md index 6891395f1..3cdbf8d1e 100644 --- a/packages/password-field/CHANGELOG.md +++ b/packages/password-field/CHANGELOG.md @@ -1,19 +1,18 @@ -# v2.0.5 (Thu Jan 06 2022) +# Change Log -#### 🐛 Bug Fix +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- fix(tablekit-password-field): wrong invalid appearance [#77](https://github.com/tablecheck/tablekit/pull/77) ([@gazpachu](https://github.com/gazpachu)) +## [2.0.5](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-password-field@2.0.4...@tablecheck/tablekit-password-field@2.0.5) (2022-01-06) -#### Authors: 1 -- Joan Mira ([@gazpachu](https://github.com/gazpachu)) +### Bug Fixes + +* **tablekit-password-field:** wrong invalid appearance ([93136e5](https://github.com/tablecheck/tablekit/commit/93136e50eb5f3c325957bb6741b063abad2e1931)), closes [#78](https://github.com/tablecheck/tablekit/issues/78) + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.0.4](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-password-field@2.0.3...@tablecheck/tablekit-password-field@2.0.4) (2021-12-02) diff --git a/packages/password-field/package.json b/packages/password-field/package.json index 5fef77264..433fa800b 100644 --- a/packages/password-field/package.json +++ b/packages/password-field/package.json @@ -7,7 +7,7 @@ "bugs": { "url": "https://github.com/tablecheck/tablekit/issues" }, - "version": "2.0.4", + "version": "2.0.5", "main": "lib/es5/index.js", "module": "lib/esm/index.js", "types": "lib/esm/index.d.ts",