diff --git a/packages/sui-react-initial-props/CHANGELOG.md b/packages/sui-react-initial-props/CHANGELOG.md index c94d40a3e..146f6bd17 100644 --- a/packages/sui-react-initial-props/CHANGELOG.md +++ b/packages/sui-react-initial-props/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +# 2.22.0 (2024-02-07) + + + # 2.21.0 (2022-03-28) @@ -282,7 +286,4 @@ * **sui-react-initial-props:** add some useful params and improve readability ([1e0d658](https://github.com/SUI-Components/sui/commit/1e0d65802084337a04c426435914aca99b9378a6)) * **sui-react-initial-props:** create sui-react-initial-props first version ([1201321](https://github.com/SUI-Components/sui/commit/1201321e4a1969ef32a7dfa3bbd71dbcfc657123)) -* **sui-react-initial-props:** redefine the HoC and add missing dependency ([8ec10d7](https://github.com/SUI-Components/sui/commit/8ec10d701dede89bc89af86559141ddca6f0053b)) - - - +* **sui-react-initial-props:** redefine the HoC and add missing dependency ([8ec10d7](https://github.com/SUI-Components/sui/commit/8ec10d701dede89bc89af86559141ddca6f0053b)) \ No newline at end of file diff --git a/packages/sui-react-initial-props/package.json b/packages/sui-react-initial-props/package.json index eaeb937be..785c3ad14 100644 --- a/packages/sui-react-initial-props/package.json +++ b/packages/sui-react-initial-props/package.json @@ -1,6 +1,6 @@ { "name": "@s-ui/react-initial-props", - "version": "2.21.0", + "version": "2.22.0", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Provide a way to get initial props for async pages",