Skip to content

Commit

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


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

##
[5.9.0](ui-components-v5.8.0...ui-components-v5.9.0)
(2024-03-17)


### Features

* **Button:** adding prop variant to support different styles
([#424](#424))
([49eaf4f](49eaf4f))
</details>

<details><summary>ui-styles: 1.5.0</summary>

##
[1.5.0](ui-styles-v1.4.1...ui-styles-v1.5.0)
(2024-03-17)


### Features

* **Button:** adding prop variant to support different styles
([#424](#424))
([49eaf4f](49eaf4f))
</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 <aversini@users.noreply.github.com>
  • Loading branch information
aversini and aversini authored Mar 17, 2024
1 parent 49eaf4f commit 32b75a7
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.1",
"packages/ui-components": "5.8.0",
"packages/ui-components": "5.9.0",
"packages/ui-hooks": "2.2.0",
"packages/ui-system": "1.2.0",
"packages/ui-private": "1.4.0",
"packages/ui-icons": "1.2.1",
"packages/ui-styles": "1.4.1",
"packages/ui-styles": "1.5.0",
"packages/ui-form": "1.1.1"
}
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.9.0](https://github.com/aversini/ui-components/compare/ui-components-v5.8.0...ui-components-v5.9.0) (2024-03-17)


### Features

* **Button:** adding prop variant to support different styles ([#424](https://github.com/aversini/ui-components/issues/424)) ([49eaf4f](https://github.com/aversini/ui-components/commit/49eaf4f6ca7c267a210d0ab1ef377366605e1e4c))

## [5.8.0](https://github.com/aversini/ui-components/compare/ui-components-v5.7.2...ui-components-v5.8.0) (2024-03-15)


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.8.0",
"version": "5.9.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 @@ -218,5 +218,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.9.0": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 42677,
"fileSizeGzip": 6781,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 28232,
"fileSizeGzip": 8229,
"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-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/aversini/ui-components/compare/ui-styles-v1.4.1...ui-styles-v1.5.0) (2024-03-17)


### Features

* **Button:** adding prop variant to support different styles ([#424](https://github.com/aversini/ui-components/issues/424)) ([49eaf4f](https://github.com/aversini/ui-components/commit/49eaf4f6ca7c267a210d0ab1ef377366605e1e4c))

## [1.4.1](https://github.com/aversini/ui-components/compare/ui-styles-v1.4.0...ui-styles-v1.4.1) (2024-03-16)


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

0 comments on commit 32b75a7

Please sign in to comment.