diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f3def716..88e807ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/client": "5.12.0", - "packages/component": "5.4.15" + "packages/client": "5.13.0", + "packages/component": "5.5.0" } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 826010e8..15b93dd1 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.13.0](https://github.com/versini-org/sassysaint-ui/compare/client-v5.12.0...client-v5.13.0) (2024-12-31) + + +### Features + +* moving "new chat" button inline with the prompt area ([#724](https://github.com/versini-org/sassysaint-ui/issues/724)) ([4aa75fd](https://github.com/versini-org/sassysaint-ui/commit/4aa75fd4e4c3432add2d43938dbef1abdf8df3c3)) + ## [5.12.0](https://github.com/versini-org/sassysaint-ui/compare/client-v5.11.4...client-v5.12.0) (2024-12-31) diff --git a/packages/client/package.json b/packages/client/package.json index d3876c3f..4b619bc7 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@sassysaint/client", - "version": "5.12.0", + "version": "5.13.0", "license": "MIT", "author": "Arno Versini", "type": "module", diff --git a/packages/client/stats/stats.json b/packages/client/stats/stats.json index 4cba115f..684a816f 100644 --- a/packages/client/stats/stats.json +++ b/packages/client/stats/stats.json @@ -5976,5 +5976,49 @@ "limit": "126 kb", "passed": true } + }, + "5.13.0": { + "Initial CSS": { + "fileSize": 73355, + "fileSizeGzip": 10247, + "limit": "11 kb", + "passed": true + }, + "Lazy Message Assistant CSS": { + "fileSize": 28665, + "fileSizeGzip": 7871, + "limit": "9 kb", + "passed": true + }, + "Initial JS + Vendors (React, auth-provider, etc.)": { + "fileSize": 278980, + "fileSizeGzip": 85520, + "limit": "86 kb", + "passed": true + }, + "Lazy App JS": { + "fileSize": 71147, + "fileSizeGzip": 15184, + "limit": "15 kb", + "passed": true + }, + "Lazy Header JS": { + "fileSize": 156930, + "fileSizeGzip": 46417, + "limit": "47 kb", + "passed": true + }, + "Lazy Message Assistant JS": { + "fileSize": 161592, + "fileSizeGzip": 45838, + "limit": "46 kb", + "passed": true + }, + "Lazy Markdown With Extra JS": { + "fileSize": 445974, + "fileSizeGzip": 128837, + "limit": "126 kb", + "passed": true + } } } diff --git a/packages/component/CHANGELOG.md b/packages/component/CHANGELOG.md index f7d50fbb..c504ca57 100644 --- a/packages/component/CHANGELOG.md +++ b/packages/component/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.5.0](https://github.com/versini-org/sassysaint-ui/compare/sassysaint-v5.4.15...sassysaint-v5.5.0) (2024-12-31) + + +### Features + +* moving "new chat" button inline with the prompt area ([#724](https://github.com/versini-org/sassysaint-ui/issues/724)) ([4aa75fd](https://github.com/versini-org/sassysaint-ui/commit/4aa75fd4e4c3432add2d43938dbef1abdf8df3c3)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @sassysaint/client bumped to 5.13.0 + ## [5.4.15](https://github.com/versini-org/sassysaint-ui/compare/sassysaint-v5.4.14...sassysaint-v5.4.15) (2024-12-31) diff --git a/packages/component/package.json b/packages/component/package.json index 5532caa4..6e5d751d 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -1,6 +1,6 @@ { "name": "@versini/sassysaint", - "version": "5.4.15", + "version": "5.5.0", "license": "MIT", "author": "Arno Versini", "publishConfig": {