Skip to content

Commit

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


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

##
[5.12.0](ui-components-v5.11.1...ui-components-v5.12.0)
(2024-04-06)


### Features

* **Card:** adding prop "compact"
([#463](#463))
([1f65900](1f65900))
</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 Apr 6, 2024
1 parent 1f65900 commit ef63ccb
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.2",
"packages/ui-components": "5.11.1",
"packages/ui-components": "5.12.0",
"packages/ui-hooks": "2.2.0",
"packages/ui-system": "1.2.1",
"packages/ui-private": "1.4.1",
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.12.0](https://github.com/aversini/ui-components/compare/ui-components-v5.11.1...ui-components-v5.12.0) (2024-04-06)


### Features

* **Card:** adding prop "compact" ([#463](https://github.com/aversini/ui-components/issues/463)) ([1f65900](https://github.com/aversini/ui-components/commit/1f659002660c24ae69bcf88f9179fb6af4ebac44))

## [5.11.1](https://github.com/aversini/ui-components/compare/ui-components-v5.11.0...ui-components-v5.11.1) (2024-04-06)


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.11.1",
"version": "5.12.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 @@ -338,5 +338,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.12.0": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 46295,
"fileSizeGzip": 7077,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 29476,
"fileSizeGzip": 8475,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 199813,
"fileSizeGzip": 66629,
"limit": "67 KB",
"passed": true
}
}
}

0 comments on commit ef63ccb

Please sign in to comment.