Skip to content

Commit

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


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

##
[5.18.2](ui-components-v5.18.1...ui-components-v5.18.2)
(2024-04-26)


### Bug Fixes

* ensure Button receives focus even in Safari
([#533](#533))
([7af6083](7af6083))


### Performance Improvements

* refactor Panel to lazy load heavy imports
([#535](#535))
([840113b](840113b))
</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 26, 2024
1 parent 840113b commit a1f4eae
Show file tree
Hide file tree
Showing 4 changed files with 720 additions and 684 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.1",
"packages/ui-components": "5.18.2",
"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.18.2](https://github.com/aversini/ui-components/compare/ui-components-v5.18.1...ui-components-v5.18.2) (2024-04-26)


### Bug Fixes

* ensure Button receives focus even in Safari ([#533](https://github.com/aversini/ui-components/issues/533)) ([7af6083](https://github.com/aversini/ui-components/commit/7af6083da983fbf847f23bc0f4acb92212847c3a))


### Performance Improvements

* refactor Panel to lazy load heavy imports ([#535](https://github.com/aversini/ui-components/issues/535)) ([840113b](https://github.com/aversini/ui-components/commit/840113be1cde02e5aadf2a70fed3556dea1826d2))

## [5.18.1](https://github.com/aversini/ui-components/compare/ui-components-v5.18.0...ui-components-v5.18.1) (2024-04-17)


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.1",
"version": "5.18.2",
"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"
]
}
Loading

0 comments on commit a1f4eae

Please sign in to comment.