Skip to content

Commit

Permalink
chore: release main (#438)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>ui-components: 5.10.0</summary>

##
[5.10.0](ui-components-v5.9.0...ui-components-v5.10.0)
(2024-03-19)


### Features

* **Table:** adding TableFooter and better sticky visual clues
([#437](#437))
([33d73c6](33d73c6))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: aversini <[email protected]>
  • Loading branch information
aversini and aversini authored Mar 19, 2024
1 parent 33d73c6 commit e9ccc97
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/eslint-plugin-client": "1.0.1",
"packages/ui-components": "5.9.0",
"packages/ui-components": "5.10.0",
"packages/ui-hooks": "2.2.0",
"packages/ui-system": "1.2.0",
"packages/ui-private": "1.4.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.10.0](https://github.com/aversini/ui-components/compare/ui-components-v5.9.0...ui-components-v5.10.0) (2024-03-19)


### Features

* **Table:** adding TableFooter and better sticky visual clues ([#437](https://github.com/aversini/ui-components/issues/437)) ([33d73c6](https://github.com/aversini/ui-components/commit/33d73c6dde1b414d6b1d01feb605e4ad0e110335))

## [5.9.0](https://github.com/aversini/ui-components/compare/ui-components-v5.8.0...ui-components-v5.9.0) (2024-03-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-components",
"version": "5.9.0",
"version": "5.10.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
20 changes: 20 additions & 0 deletions packages/ui-components/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,5 +238,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.10.0": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 45052,
"fileSizeGzip": 6950,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 29364,
"fileSizeGzip": 8414,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 199813,
"fileSizeGzip": 66629,
"limit": "67 KB",
"passed": true
}
}
}

0 comments on commit e9ccc97

Please sign in to comment.