Skip to content

Commit

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


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

##
[5.20.0](ui-components-v5.19.6...ui-components-v5.20.0)
(2024-07-06)


### Features

* **Card:** adding support for darker mode and noBorder options
([#576](#576))
([40c03e9](40c03e9))
</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 Jul 6, 2024
1 parent 40c03e9 commit a582bd5
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,5 +1,5 @@
{
"packages/ui-components": "5.19.6",
"packages/ui-components": "5.20.0",
"packages/ui-hooks": "4.0.1",
"packages/ui-system": "1.4.2",
"packages/ui-private": "1.4.6",
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.20.0](https://github.com/aversini/ui-components/compare/ui-components-v5.19.6...ui-components-v5.20.0) (2024-07-06)


### Features

* **Card:** adding support for darker mode and noBorder options ([#576](https://github.com/aversini/ui-components/issues/576)) ([40c03e9](https://github.com/aversini/ui-components/commit/40c03e9a79213d212023e6ec38fdfae8cef298c6))

## [5.19.6](https://github.com/aversini/ui-components/compare/ui-components-v5.19.5...ui-components-v5.19.6) (2024-07-05)


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.19.6",
"version": "5.20.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 @@ -838,5 +838,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.20.0": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 49237,
"fileSizeGzip": 7536,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 35515,
"fileSizeGzip": 10032,
"limit": "10 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 202795,
"fileSizeGzip": 67064,
"limit": "67 KB",
"passed": true
}
}
}

0 comments on commit a582bd5

Please sign in to comment.