From 7a79bc4c067da6cfdd4ce9823217ae408bd6e084 Mon Sep 17 00:00:00 2001 From: Daniel Sil Date: Mon, 20 Nov 2023 09:52:59 +0100 Subject: [PATCH] chore: fix changelog for 11.0.0 --- docs/src/data/log.md | 2 +- packages/orbit-components/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/data/log.md b/docs/src/data/log.md index e3769475aa..64dfae7de9 100644 --- a/docs/src/data/log.md +++ b/docs/src/data/log.md @@ -44,7 +44,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline The `readOnly` prop was passed directly to the native HTML select element as an attribute, which is not supported. -> The attribute is not supported or relevant to or input types that ... +> The attribute is not supported or relevant to select or input types that ... https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly * **Separator:** 'color' prop now accepts Tailwind classname instead of a token,