Skip to content

Commit

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


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

##
[5.15.0](ui-components-v5.14.5...ui-components-v5.15.0)
(2024-04-15)


### Features

* **ButtonIcon:** adding support for prop "align"
([#498](#498))
([3a96dbe](3a96dbe))
</details>

<details><summary>ui-icons: 1.6.0</summary>

##
[1.6.0](ui-icons-v1.5.0...ui-icons-v1.6.0)
(2024-04-15)


### Features

* adding IconSort
([#500](#500))
([9f8b17b](9f8b17b))
</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 15, 2024
1 parent 9f8b17b commit d982767
Show file tree
Hide file tree
Showing 6 changed files with 38 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.2",
"packages/ui-components": "5.14.5",
"packages/ui-components": "5.15.0",
"packages/ui-hooks": "2.2.0",
"packages/ui-system": "1.3.0",
"packages/ui-private": "1.4.2",
"packages/ui-icons": "1.5.0",
"packages/ui-icons": "1.6.0",
"packages/ui-styles": "1.8.2",
"packages/ui-form": "1.3.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.15.0](https://github.com/aversini/ui-components/compare/ui-components-v5.14.5...ui-components-v5.15.0) (2024-04-15)


### Features

* **ButtonIcon:** adding support for prop "align" ([#498](https://github.com/aversini/ui-components/issues/498)) ([3a96dbe](https://github.com/aversini/ui-components/commit/3a96dbea52b48db73921618dd479091c038984c8))

## [5.14.5](https://github.com/aversini/ui-components/compare/ui-components-v5.14.4...ui-components-v5.14.5) (2024-04-14)


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.14.5",
"version": "5.15.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 @@ -518,5 +518,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.15.0": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 47386,
"fileSizeGzip": 7221,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 31121,
"fileSizeGzip": 8801,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 200133,
"fileSizeGzip": 66728,
"limit": "67 KB",
"passed": true
}
}
}
7 changes: 7 additions & 0 deletions packages/ui-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.0](https://github.com/aversini/ui-components/compare/ui-icons-v1.5.0...ui-icons-v1.6.0) (2024-04-15)


### Features

* adding IconSort ([#500](https://github.com/aversini/ui-components/issues/500)) ([9f8b17b](https://github.com/aversini/ui-components/commit/9f8b17bbcfe63183717079fc374699547f3f6c25))

## [1.5.0](https://github.com/aversini/ui-components/compare/ui-icons-v1.4.0...ui-icons-v1.5.0) (2024-04-07)


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

0 comments on commit d982767

Please sign in to comment.