Skip to content

Commit

Permalink
v30.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elysiagabe committed Nov 1, 2023
1 parent 8801ba7 commit ce7d04a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

# v30.1.0

- [Components] Add optional `disableHover` to Tooltip component.

# v30.0.0

- Remove all references to 'Avant Garde'/avantgarde font
Expand All @@ -10,12 +14,15 @@
- Update to use explicit ESM and CJS exports

# v28.1.1
- Added spironolactone glyph ([#1847](https://github.com/curology/radiance-ui/pull/1847))

- Added spironolactone glyph ([#1847](https://github.com/curology/radiance-ui/pull/1847))

# v28.1.0

- [Components] Update Chip element to have additional level: info.

# v28.0.1

- [Dependencies] Fix invalid peer-dependency constraints

# v28.0.0
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radiance-ui",
"version": "30.0.0",
"version": "30.1.0",
"description": "Curology's React based component library",
"main": "lib/index.cjs",
"module": "lib/index.js",
Expand Down Expand Up @@ -219,5 +219,9 @@
"sideEffects": false,
"browserslist": [
"> 0.005% in my stats and not safari < 10 and not ios_saf < 10 and not Android < 5 and not ie > 1"
]
],
"volta": {
"node": "16.20.0",
"yarn": "1.22.19"
}
}

0 comments on commit ce7d04a

Please sign in to comment.