Skip to content

Commit 95987ce

Browse files
committed
Bump version
1 parent 4620a73 commit 95987ce

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ You can read about the browser support for that on [caniuse.com](https://caniuse
6767
Since version 2.x.x, ReactStickyHeadroom is written in TypeScript.
6868
Support for FlowJS types were dropped in version 2.0.0.
6969

70+
Since version 3.x.x, ReactStickyHeadroom uses @emotion/styled instead of styled-components.
71+
7072
ReactStickyHeadroom is a client-side library and hence does not support Server Side Rendering (SSR) a priori.
7173
For NextJS you can find more information on how to embed this library [here](https://nextjs.org/docs/advanced-features/dynamic-import#with-no-ssr).
7274

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@integreat-app/react-sticky-headroom",
3-
"version": "2.2.2",
3+
"version": "3.0.0",
44
"engines": {
55
"node": ">=18",
66
"npm": ">=10"

0 commit comments

Comments
 (0)