Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Jun 5, 2024
1 parent 813a887 commit 633b1c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 7.10.1 - 6/5/24
- [chore] export css from package

# 7.10.0 - 5/31/24
- [improvement] Update lib to generate doc #222
- [improvement] Updates theme for Tooltip, List, Dialog #221
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reablocks",
"version": "7.10.0",
"version": "7.10.1",
"description": "Component library for React",
"scripts": {
"build": "npm run build:js && npm run build:styles && npm run rewrite:stories && npm run build:docs && npm run build:typedoc",
Expand Down Expand Up @@ -30,6 +30,7 @@
"require": "./dist/index.umd.cjs",
"types": "./dist/index.d.ts"
},
"./index.css": "./dist/index.css",
"./typedoc.json": "./dist/typedoc.json",
"./stories/*": "./dist/stories/*",
"./blocks/*": "./dist/blocks/*"
Expand Down

0 comments on commit 633b1c9

Please sign in to comment.