@plitzi/plitzi-sdk 0.30.19 → 0.31.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @plitzi/plitzi-sdk
2
2
 
3
+ ## 0.31.0
4
+
5
+ ### Minor Changes
6
+
7
+ - v0.31.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @plitzi/sdk-auth@0.31.0
13
+ - @plitzi/sdk-collections@0.31.0
14
+ - @plitzi/sdk-dev-tools@0.31.0
15
+ - @plitzi/sdk-elements@0.31.0
16
+ - @plitzi/sdk-event-bridge@0.31.0
17
+ - @plitzi/sdk-interactions@0.31.0
18
+ - @plitzi/sdk-navigation@0.31.0
19
+ - @plitzi/sdk-plugins@0.31.0
20
+ - @plitzi/sdk-schema@0.31.0
21
+ - @plitzi/sdk-shared@0.31.0
22
+ - @plitzi/sdk-state@0.31.0
23
+ - @plitzi/sdk-store@0.31.0
24
+ - @plitzi/sdk-style@0.31.0
25
+ - @plitzi/sdk-variables@0.31.0
26
+
3
27
  ## 0.30.19
4
28
 
5
29
  ### Patch Changes
@@ -775,7 +775,7 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
775
775
  exports.useTransition = function() {
776
776
  return resolveDispatcher().useTransition();
777
777
  };
778
- exports.version = "19.2.5";
778
+ exports.version = "19.2.6";
779
779
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
780
780
  })();
781
781
  }));
@@ -1159,7 +1159,7 @@ var require_react_dom_development = /* @__PURE__ */ __commonJSMin(((exports) =>
1159
1159
  exports.useFormStatus = function() {
1160
1160
  return resolveDispatcher().useHostTransitionStatus();
1161
1161
  };
1162
- exports.version = "19.2.5";
1162
+ exports.version = "19.2.6";
1163
1163
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
1164
1164
  })();
1165
1165
  }));
@@ -15463,7 +15463,7 @@ var require_react_dom_client_development = /* @__PURE__ */ __commonJSMin(((expor
15463
15463
  };
15464
15464
  (function() {
15465
15465
  var isomorphicReactPackageVersion = React.version;
15466
- if ("19.2.5" !== isomorphicReactPackageVersion) throw Error("Incompatible React versions: The \"react\" and \"react-dom\" packages must have the exact same version. Instead got:\n - react: " + (isomorphicReactPackageVersion + "\n - react-dom: 19.2.5\nLearn more: https://react.dev/warnings/version-mismatch"));
15466
+ if ("19.2.6" !== isomorphicReactPackageVersion) throw Error("Incompatible React versions: The \"react\" and \"react-dom\" packages must have the exact same version. Instead got:\n - react: " + (isomorphicReactPackageVersion + "\n - react-dom: 19.2.6\nLearn more: https://react.dev/warnings/version-mismatch"));
15467
15467
  })();
15468
15468
  "function" === typeof Map && null != Map.prototype && "function" === typeof Map.prototype.forEach && "function" === typeof Set && null != Set.prototype && "function" === typeof Set.prototype.clear && "function" === typeof Set.prototype.forEach || console.error("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://react.dev/link/react-polyfills");
15469
15469
  ReactDOMSharedInternals.findDOMNode = function(componentOrElement) {
@@ -15481,10 +15481,10 @@ var require_react_dom_client_development = /* @__PURE__ */ __commonJSMin(((expor
15481
15481
  if (!(function() {
15482
15482
  var internals = {
15483
15483
  bundleType: 1,
15484
- version: "19.2.5",
15484
+ version: "19.2.6",
15485
15485
  rendererPackageName: "react-dom",
15486
15486
  currentDispatcherRef: ReactSharedInternals,
15487
- reconcilerVersion: "19.2.5"
15487
+ reconcilerVersion: "19.2.6"
15488
15488
  };
15489
15489
  internals.overrideHookState = overrideHookState;
15490
15490
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -15538,7 +15538,7 @@ var require_react_dom_client_development = /* @__PURE__ */ __commonJSMin(((expor
15538
15538
  listenToAllSupportedEvents(container);
15539
15539
  return new ReactDOMHydrationRoot(initialChildren);
15540
15540
  };
15541
- exports.version = "19.2.5";
15541
+ exports.version = "19.2.6";
15542
15542
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
15543
15543
  })();
15544
15544
  }));
Binary file