Skip to content

Commit

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


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

##
[5.19.0](ui-components-v5.18.2...ui-components-v5.19.0)
(2024-04-28)


### Features

* refactor Menu to extract trigger prop
([#536](#536))
([1818315](1818315))


### Bug Fixes

* **Menu:** return focus to trigger on close
([#538](#538))
([9d229b0](9d229b0))
</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 28, 2024
1 parent 9d229b0 commit 2986d12
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/ui-components": "5.18.2",
"packages/ui-components": "5.19.0",
"packages/ui-hooks": "2.2.0",
"packages/ui-system": "1.4.0",
"packages/ui-private": "1.4.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [5.19.0](https://github.com/aversini/ui-components/compare/ui-components-v5.18.2...ui-components-v5.19.0) (2024-04-28)


### Features

* refactor Menu to extract trigger prop ([#536](https://github.com/aversini/ui-components/issues/536)) ([1818315](https://github.com/aversini/ui-components/commit/181831560f8a8e2562b14fd438d98b065338d4a4))


### Bug Fixes

* **Menu:** return focus to trigger on close ([#538](https://github.com/aversini/ui-components/issues/538)) ([9d229b0](https://github.com/aversini/ui-components/commit/9d229b05b1872a5661b73db6493b316380006b4e))

## [5.18.2](https://github.com/aversini/ui-components/compare/ui-components-v5.18.1...ui-components-v5.18.2) (2024-04-26)


Expand Down
10 changes: 7 additions & 3 deletions 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.18.2",
"version": "5.19.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand All @@ -14,7 +14,9 @@
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build:check": "tsc",
"build:js": "vite build",
Expand Down Expand Up @@ -54,5 +56,7 @@
"clsx": "2.1.1",
"tailwindcss": "3.4.3"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}
20 changes: 20 additions & 0 deletions packages/ui-components/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,5 +698,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.19.0": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 49171,
"fileSizeGzip": 7530,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 35406,
"fileSizeGzip": 9991,
"limit": "10 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 200145,
"fileSizeGzip": 66752,
"limit": "67 KB",
"passed": true
}
}
}

0 comments on commit 2986d12

Please sign in to comment.