From 56916009795d9cf47f1982d86f7948ea52df37c1 Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Sun, 7 Nov 2021 19:05:51 +0300 Subject: [PATCH] chore(release): 1.16.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d7b94b9e8..ccea7379b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.16.2](https://github.com/saadeghi/daisyui/compare/v1.16.1...v1.16.2) (2021-11-07) + + +### Bug Fixes + +* [#292](https://github.com/saadeghi/daisyui/issues/292) - `select` caret overlap ([4e5d5c1](https://github.com/saadeghi/daisyui/commit/4e5d5c1c417fba6be6ead7986d7168fc5e958e38)) + ### [1.16.1](https://github.com/saadeghi/daisyui/compare/v1.16.0...v1.16.1) (2021-11-01) diff --git a/package.json b/package.json index 0c1f9bd8078..8a380cf1bd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "1.16.1", + "version": "1.16.2", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT",