ublo-lib 1.47.0 → 1.47.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -96,7 +96,7 @@ export default function PeriodPicker({ className = undefined, setClosed = undefi
96
96
  React.useEffect(() => {
97
97
  const stored = window.sessionStorage.getItem(WEEK_STORAGE);
98
98
  selectWeek(stored !== null ? Number(stored) : null, true);
99
- }, [selectWeek, path, lang]);
99
+ }, [selectWeek, path, lang, stay]);
100
100
  React.useEffect(() => {
101
101
  if (selected !== null && selected !== undefined) {
102
102
  const stored = window.sessionStorage.getItem(WEEK_STORAGE);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.47.0",
3
+ "version": "1.47.1",
4
4
  "peerDependencies": {
5
5
  "classnames": "^2.5.1",
6
6
  "dt-design-system": "^3.12.0",