From 6aeffe290f4b9dbe049e460d39342f00c615484a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:52:56 +0000 Subject: [PATCH] chore(main): release 2.15.0 (#240) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 804ad24..b458df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.15.0](https://github.com/leviat-tech/concrete/compare/v2.14.0...v2.15.0) (2023-12-07) + + +### Features + +* add slot before label ([#241](https://github.com/leviat-tech/concrete/issues/241)) ([74fc469](https://github.com/leviat-tech/concrete/commit/74fc4691e9a0c0e60850d7dbded8b14d2e905aed)) + + +### Bug Fixes + +* AutoComplete Options List z order ([a05ad91](https://github.com/leviat-tech/concrete/commit/a05ad91ed34ca8b56b47c23e0a5835809c9024a0)) + ## [2.14.0](https://github.com/leviat-tech/concrete/compare/v2.13.1...v2.14.0) (2023-11-16) diff --git a/package-lock.json b/package-lock.json index efe5b74..86a72c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@crhio/concrete", - "version": "2.14.0", + "version": "2.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@crhio/concrete", - "version": "2.14.0", + "version": "2.15.0", "dependencies": { "@crhio/leviat-tailwind-configuration": "^1.0.0", "@headlessui/tailwindcss": "^0.1.0", diff --git a/package.json b/package.json index b814133..cd3b2c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@crhio/concrete", - "version": "2.14.0", + "version": "2.15.0", "main": "src/index.js", "scripts": { "dev": "vite",