From 98efe4addc9bfcdf19e11a1e46dafff466841078 Mon Sep 17 00:00:00 2001 From: "Daniel L. Miranda" Date: Wed, 13 Sep 2023 06:36:35 -0300 Subject: [PATCH] *: adds `CHANGELOG.md` files --- packages/docs/CHANGELOG.md | 21 +++++++++++++++++++++ packages/eslint-config/CHANGELOG.md | 5 +++++ packages/react/CHANGELOG.md | 21 +++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 packages/eslint-config/CHANGELOG.md diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 966063e..22901eb 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,26 @@ # @wolves-league-ui/docs +## 1.2.0 + +### `Dialog` + + - Adds `Dialog` component story + +### `Tooltip` + + - Adds controls to the story + - Adds an icon instead of a button to test the `Tooltip` + +### `Button` + + - Adds `tertiary` variant story + - Changes `href` prop from `link` variant to `onClick` + +### Others +- Updates packages + ## 1.1.0 + ### `Tooltip` + - Adds `Tooltip` component story diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md new file mode 100644 index 0000000..ad8352b --- /dev/null +++ b/packages/eslint-config/CHANGELOG.md @@ -0,0 +1,5 @@ +# @wolves-league-ui/eslint-config + +## 1.0.1 + +- Updates packages diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index aa6c236..cda042d 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,7 +1,28 @@ # @wolves-league-ui/react +## 2.1.0 + +### `Dialog` + + - Adds `Dialog` component + +### `Tooltip` + + - Adds `displayName` prop + - Improves styling + +### `Button` + + - Adds `tertiary` variant + - Improves styling + +### Others + - Updates packages + ## 2.0.0 + ### `Tooltip` + - Adds `Tooltip` component ## 1.1.1