Skip to content

Commit

Permalink
chore: preparing next release
Browse files Browse the repository at this point in the history
  • Loading branch information
morellodev committed Jan 22, 2023
1 parent b477c0a commit 4613ea4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# react-awesome-reveal

## 4.2.0

### Minor Changes

- Refactored code to be more functional
- Emotion's `css` prop is not used anymore by the animated components – they now all use inline styling. This should improve runtime perfs due to less Emotion work

### Patch Changes

- Disable animations if user has a reduced motion setting applied system-wide
- Removed `css` prop from the Reveal component
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-awesome-reveal",
"description": "React components to add reveal animations using the Intersection Observer API and CSS Animations.",
"version": "4.1.0",
"version": "4.2.0",
"license": "MIT",
"source": "src/index.ts",
"types": "dist/index.d.ts",
Expand Down

1 comment on commit 4613ea4

@vercel
Copy link

@vercel vercel bot commented on 4613ea4 Jan 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.