Skip to content

Commit

Permalink
*: adds CHANGELOG.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellmiranda committed Sep 13, 2023
1 parent fa93072 commit 98efe4a
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @wolves-league-ui/eslint-config

## 1.0.1

- Updates packages
21 changes: 21 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 98efe4a

Please sign in to comment.