Skip to content

Commit 8d914f7

Browse files
committed
Docs: added changelog
1 parent 4b3b99f commit 8d914f7

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Changelog
2+
3+
# v2.0.0 [2024-07-31]
4+
5+
## Patch with Breaking Changes
6+
7+
### Fixes
8+
- Styling conflicts with other design systems by scoping the Tailwind base styles
9+
10+
### Breaking Changes
11+
- 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.
12+
13+
---
14+
15+
# v1.0.0 [2024-06-18]
16+
17+
## Initial Stable Release

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build:types": "bunx tsc --project ./tsconfig.declaration.json && tsc-alias --project ./tsconfig.declaration.json && cd dist && ls -d */ | grep -Ev 'actions|types' | xargs rm -rf && cp ./index.d.ts ./index.slim.d.ts",
2929
"bump-version": "bunx --bun automatic-versioning --disable-auto-sync --recursive $(if [ \"$TAG\" != \"latest\" ]; then echo --prerelease; fi) --prerelease-branch=development --prerelease-tag=$TAG --name=@mezh-hq/react-seat-toolkit --ignore-prefixes=ci",
3030
"format": "bunx prettier --write --cache \"**/*.{js,jsx,ts,tsx,md,css,yml}\"",
31-
"lint": "bun run --bun eslint . --ext js,jsx,ts,tsx,mdx --ignore-path .gitignore --fix --cache --report-unused-disable-directives",
31+
"lint": "bun run --bun eslint . --ext js,jsx,ts,tsx --ignore-path .gitignore --fix --cache --report-unused-disable-directives",
3232
"storybook": "NODE_ENV=storybook storybook dev -p 6006",
3333
"build-storybook": "storybook build",
3434
"postbuild": "bun build:types && bun build:css",
@@ -128,6 +128,5 @@
128128
},
129129
"patchedDependencies": {
130130
131-
},
132-
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
131+
}
133132
}

0 commit comments

Comments
 (0)