Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed May 8, 2024
1 parent e3a1a49 commit 57e8aae
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 7.5.2 - 5/8/24
- [chore] add storybook stories to dist
- [chore] migrate @reaviz/ctrl-keys to ctrl-keys 1.0.2

# 7.5.1 - 5/1/24
- [fix] onBlur call for Input component #164

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reablocks",
"version": "7.5.1",
"version": "7.5.2",
"description": "Component library for React",
"scripts": {
"build": "npm run build:js && npm run build:styles && npm run rewrite",
Expand Down Expand Up @@ -56,7 +56,7 @@
"homepage": "https://github.com/reaviz/reablocks#readme",
"dependencies": {
"@marko19907/string-to-color": "^1.0.0",
"@reaviz/ctrl-keys": "^1.0.0",
"ctrl-keys": "^1.0.2",
"@reaviz/react-use-fuzzy": "^1.0.3",
"body-scroll-lock-upgrade": "^1.1.0",
"chroma-js": "^2.4.2",
Expand Down

0 comments on commit 57e8aae

Please sign in to comment.