Skip to content

Commit

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


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

##
[5.17.0](ui-components-v5.16.1...ui-components-v5.17.0)
(2024-04-16)


### Features

* **Table:** better sort indicator when a column is sorted
([#507](#507))
([e52ca48](e52ca48))
</details>

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

##
[1.7.0](ui-icons-v1.6.0...ui-icons-v1.7.0)
(2024-04-16)


### Features

* refactoring all icons to use the size- Tailwind shortcut
([#505](#505))
([ebac848](ebac848))
</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 16, 2024
1 parent e52ca48 commit 90529e8
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.16.1",
"packages/ui-components": "5.17.0",
"packages/ui-hooks": "2.2.0",
"packages/ui-system": "1.3.0",
"packages/ui-private": "1.4.2",
"packages/ui-icons": "1.6.0",
"packages/ui-icons": "1.7.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.17.0](https://github.com/aversini/ui-components/compare/ui-components-v5.16.1...ui-components-v5.17.0) (2024-04-16)


### Features

* **Table:** better sort indicator when a column is sorted ([#507](https://github.com/aversini/ui-components/issues/507)) ([e52ca48](https://github.com/aversini/ui-components/commit/e52ca48ff81ff84da926248df7d539b73bf2ea3e))

## [5.16.1](https://github.com/aversini/ui-components/compare/ui-components-v5.16.0...ui-components-v5.16.1) (2024-04-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.16.1",
"version": "5.17.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 @@ -578,5 +578,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.17.0": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 48610,
"fileSizeGzip": 7398,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 34035,
"fileSizeGzip": 9432,
"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.7.0](https://github.com/aversini/ui-components/compare/ui-icons-v1.6.0...ui-icons-v1.7.0) (2024-04-16)


### Features

* refactoring all icons to use the size- Tailwind shortcut ([#505](https://github.com/aversini/ui-components/issues/505)) ([ebac848](https://github.com/aversini/ui-components/commit/ebac848cf929ddf395bacb35913177489f4d1040))

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


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.6.0",
"version": "1.7.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down

0 comments on commit 90529e8

Please sign in to comment.