@virtuoso.dev/message-list
Advanced tools
Comparing version 1.8.0-alpha.18 to 1.8.0-alpha.19
@@ -0,1 +1,8 @@ | ||
# [1.8.0-alpha.19](https://github.com/virtuoso-dev/message-list/compare/v1.8.0-alpha.18...v1.8.0-alpha.19) (2024-06-17) | ||
### Bug Fixes | ||
* don't test for none ([e1a8a48](https://github.com/virtuoso-dev/message-list/commit/e1a8a486a927524eda0dccbf6249a6876c5ef3bc)) | ||
# [1.8.0-alpha.18](https://github.com/virtuoso-dev/message-list/compare/v1.8.0-alpha.17...v1.8.0-alpha.18) (2024-06-17) | ||
@@ -2,0 +9,0 @@ |
@@ -901,3 +901,3 @@ import { jsxs as Pt, jsx as y, Fragment as Gn } from "react/jsx-runtime"; | ||
I(de), | ||
v(([o, s]) => (o === "up" || o === "none") && s) | ||
v(([o, s]) => o === "up" && s) | ||
); | ||
@@ -1564,3 +1564,3 @@ e.link( | ||
now: /* @__PURE__ */ new Date(), | ||
packageTimestamp: 1718640676796 | ||
packageTimestamp: 1718641551061 | ||
}); | ||
@@ -1567,0 +1567,0 @@ return /* @__PURE__ */ y(Wn.Provider, { value: n, children: t }); |
@@ -23,3 +23,3 @@ { | ||
}, | ||
"version": "1.8.0-alpha.18", | ||
"version": "1.8.0-alpha.19", | ||
"type": "module", | ||
@@ -26,0 +26,0 @@ "module": "dist/index.js", |
84367