Skip to content

Commit

Permalink
release v7.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiTsybulskyi committed Jun 12, 2024
1 parent b7dc64b commit 1185cf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 7.13.2 - 6/12/24
- [fix] Add missing null check #229

# 7.13.1 - 6/12/24
- [fix] Add supporting virtual element via FloatingUI #228

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reablocks",
"version": "7.13.1",
"version": "7.13.2",
"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

0 comments on commit 1185cf8

Please sign in to comment.