Skip to content

Commit

Permalink
chore: release main (#899)
Browse files Browse the repository at this point in the history
🚀 Automated Release
---


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

##
[5.34.8](ui-components-v5.34.7...ui-components-v5.34.8)
(2025-01-07)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @versini/ui-menu bumped to 3.1.0
</details>

<details><summary>ui-menu: 3.1.0</summary>

##
[3.1.0](ui-menu-v3.0.3...ui-menu-v3.1.0)
(2025-01-07)


### Features

* **Menu:** adding "selected" prop
([#898](#898))
([27ceaf6](27ceaf6))
</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 Jan 7, 2025
1 parent 27ceaf6 commit cbb9571
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/ui-bubble": "3.1.1",
"packages/ui-button": "4.0.4",
"packages/ui-card": "3.0.1",
"packages/ui-components": "5.34.7",
"packages/ui-components": "5.34.8",
"packages/ui-fingerprint": "1.1.0",
"packages/ui-footer": "3.0.1",
"packages/ui-form": "1.10.1",
Expand All @@ -12,7 +12,7 @@
"packages/ui-icons": "4.2.1",
"packages/ui-liveregion": "1.3.1",
"packages/ui-main": "3.0.1",
"packages/ui-menu": "3.0.3",
"packages/ui-menu": "3.1.0",
"packages/ui-modal": "1.2.1",
"packages/ui-panel": "1.3.4",
"packages/ui-pill": "3.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Changelog

## [5.34.8](https://github.com/versini-org/ui-components/compare/ui-components-v5.34.7...ui-components-v5.34.8) (2025-01-07)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-menu bumped to 3.1.0

## [5.34.7](https://github.com/versini-org/ui-components/compare/ui-components-v5.34.6...ui-components-v5.34.7) (2025-01-07)


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.34.7",
"version": "5.34.8",
"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 @@ -2338,5 +2338,25 @@
"limit": "80 KB",
"passed": true
}
},
"5.34.8": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 47494,
"fileSizeGzip": 7036,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 78652,
"fileSizeGzip": 12142,
"limit": "12 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 246674,
"fileSizeGzip": 80613,
"limit": "80 KB",
"passed": true
}
}
}
7 changes: 7 additions & 0 deletions packages/ui-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.0](https://github.com/versini-org/ui-components/compare/ui-menu-v3.0.3...ui-menu-v3.1.0) (2025-01-07)


### Features

* **Menu:** adding "selected" prop ([#898](https://github.com/versini-org/ui-components/issues/898)) ([27ceaf6](https://github.com/versini-org/ui-components/commit/27ceaf64f75179fd856018dd5fd0ae241a648144))

## [3.0.3](https://github.com/versini-org/ui-components/compare/ui-menu-v3.0.2...ui-menu-v3.0.3) (2025-01-07)


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

0 comments on commit cbb9571

Please sign in to comment.