Skip to content

Commit

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


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

##
[5.11.0](ui-components-v5.10.2...ui-components-v5.11.0)
(2024-04-01)


### Features

* **ui-components:** Adding support for compact Table
([#455](#455))
([22d058a](22d058a))
</details>

<details><summary>ui-form: 1.2.0</summary>

##
[1.2.0](ui-form-v1.1.1...ui-form-v1.2.0)
(2024-04-01)


### Features

* **ui-form:** adding support for labelHidden prop
([#457](#457))
([cb58eac](cb58eac))
</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 1, 2024
1 parent cb58eac commit d00ce82
Show file tree
Hide file tree
Showing 7 changed files with 52 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,10 +1,10 @@
{
"packages/eslint-plugin-client": "1.0.1",
"packages/ui-components": "5.10.2",
"packages/ui-components": "5.11.0",
"packages/ui-hooks": "2.2.0",
"packages/ui-system": "1.2.1",
"packages/ui-private": "1.4.0",
"packages/ui-icons": "1.4.0",
"packages/ui-styles": "1.6.1",
"packages/ui-form": "1.1.1"
"packages/ui-form": "1.2.0"
}
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.11.0](https://github.com/aversini/ui-components/compare/ui-components-v5.10.2...ui-components-v5.11.0) (2024-04-01)


### Features

* **ui-components:** Adding support for compact Table ([#455](https://github.com/aversini/ui-components/issues/455)) ([22d058a](https://github.com/aversini/ui-components/commit/22d058a21874343671693c4a33c07a8d24817da5))

## [5.10.2](https://github.com/aversini/ui-components/compare/ui-components-v5.10.1...ui-components-v5.10.2) (2024-03-30)


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.10.2",
"version": "5.11.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 @@ -298,5 +298,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.11.0": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 46295,
"fileSizeGzip": 7077,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 29438,
"fileSizeGzip": 8452,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 199813,
"fileSizeGzip": 66629,
"limit": "67 KB",
"passed": true
}
}
}
7 changes: 7 additions & 0 deletions packages/ui-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/aversini/ui-components/compare/ui-form-v1.1.1...ui-form-v1.2.0) (2024-04-01)


### Features

* **ui-form:** adding support for labelHidden prop ([#457](https://github.com/aversini/ui-components/issues/457)) ([cb58eac](https://github.com/aversini/ui-components/commit/cb58eace8967372697b7e0456598afd780b886ae))

## [1.1.1](https://github.com/aversini/ui-components/compare/ui-form-v1.1.0...ui-form-v1.1.1) (2024-03-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-form",
"version": "1.1.1",
"version": "1.2.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
14 changes: 14 additions & 0 deletions packages/ui-form/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,19 @@
"limit": "67 KB",
"passed": true
}
},
"1.2.0": {
"../bundlesize/dist/form/assets/index.js": {
"fileSize": 15707,
"fileSizeGzip": 4843,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/form/assets/vendor.js": {
"fileSize": 142166,
"fileSizeGzip": 45561,
"limit": "67 KB",
"passed": true
}
}
}

0 comments on commit d00ce82

Please sign in to comment.