Skip to content

Commit

Permalink
react: updates package
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellmiranda committed Sep 4, 2023
1 parent fc62b23 commit 07f4b2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @wolves-league-ui/react

## 1.1.0

### Minor Changes

- - Removes `button` variant `tertiary`
- Adds `button` variants `highlight` and `link`
- Adds `button` sizes `sm`, `md`, `lg` and `icon`
- Adds `asChild` prop with RadixUI `Slot`
- Minor visual changes
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolves-league-ui/react",
"version": "1.0.0",
"version": "1.1.0",
"main": "./dist/index.js",
"module": "dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 07f4b2d

Please sign in to comment.