From f75fa8bc69a07eb272990c4012bfdd4daabff44e Mon Sep 17 00:00:00 2001 From: Akalanka Perera Date: Wed, 31 Jul 2024 08:35:54 +0530 Subject: [PATCH] Docs: added changelog --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 3 +-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0d02352 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +Changelog + +# v2.0.0 [2024-07-31] + +## Patch with Breaking Changes + +### Fixes +- Styling conflicts with other design systems by scoping the Tailwind base styles + +### Breaking Changes +- Wraps the toolkit with a div with the class name "stk-core" to enable scoping of the toolkit styles. An additional property is added to the style prop under `core` to allow customization of the core div. + +--- + +# v1.0.0 [2024-06-18] + +## Initial Stable Release \ No newline at end of file diff --git a/package.json b/package.json index e5901f4..0d1fccc 100644 --- a/package.json +++ b/package.json @@ -128,6 +128,5 @@ }, "patchedDependencies": { "use-sync-external-store@1.2.0": "patches/use-sync-external-store@1.2.0.patch" - }, - "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" + } }