Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Apr 16, 2024
1 parent e52ca48 commit 406820c
Show file tree
Hide file tree
Showing 5 changed files with 18 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
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 406820c

Please sign in to comment.