Skip to content

Commit

Permalink
chore: release main (#725)
Browse files Browse the repository at this point in the history
* chore: release main

* Apply automatic changes

---------

Co-authored-by: aversini <aversini@users.noreply.github.com>
  • Loading branch information
aversini and aversini authored Dec 31, 2024
1 parent 4aa75fd commit ffcb824
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/client": "5.12.0",
"packages/component": "5.4.15"
"packages/client": "5.13.0",
"packages/component": "5.5.0"
}
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sassysaint/client",
"version": "5.12.0",
"version": "5.13.0",
"license": "MIT",
"author": "Arno Versini",
"type": "module",
Expand Down
44 changes: 44 additions & 0 deletions packages/client/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
14 changes: 14 additions & 0 deletions packages/component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/sassysaint",
"version": "5.4.15",
"version": "5.5.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down

0 comments on commit ffcb824

Please sign in to comment.