Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Sep 24, 2024
1 parent 2300b7c commit 2f59cc7
Show file tree
Hide file tree
Showing 45 changed files with 394 additions and 44 deletions.
44 changes: 22 additions & 22 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"packages/ui-anchor": "1.1.3",
"packages/ui-bubble": "1.0.3",
"packages/ui-button": "1.1.3",
"packages/ui-card": "1.0.3",
"packages/ui-components": "5.31.4",
"packages/ui-anchor": "1.1.4",
"packages/ui-bubble": "1.0.4",
"packages/ui-button": "1.1.4",
"packages/ui-card": "1.0.4",
"packages/ui-components": "5.31.5",
"packages/ui-fingerprint": "1.0.1",
"packages/ui-footer": "1.0.3",
"packages/ui-form": "1.6.3",
"packages/ui-header": "1.0.3",
"packages/ui-footer": "1.0.4",
"packages/ui-form": "1.6.4",
"packages/ui-header": "1.0.4",
"packages/ui-hooks": "4.1.3",
"packages/ui-icons": "1.12.4",
"packages/ui-main": "1.0.3",
"packages/ui-menu": "1.0.3",
"packages/ui-panel": "1.0.3",
"packages/ui-pill": "1.0.3",
"packages/ui-private": "1.4.12",
"packages/ui-spinner": "1.0.3",
"packages/ui-styles": "1.10.0",
"packages/ui-system": "1.4.13",
"packages/ui-table": "1.0.3",
"packages/ui-textarea": "1.0.2",
"packages/ui-textinput": "1.0.2",
"packages/ui-toggle": "1.0.2",
"packages/ui-truncate": "1.0.0"
"packages/ui-icons": "1.12.5",
"packages/ui-main": "1.0.4",
"packages/ui-menu": "1.0.4",
"packages/ui-panel": "1.0.4",
"packages/ui-pill": "1.0.4",
"packages/ui-private": "1.4.13",
"packages/ui-spinner": "1.0.4",
"packages/ui-styles": "1.10.1",
"packages/ui-system": "1.4.14",
"packages/ui-table": "1.0.4",
"packages/ui-textarea": "1.0.3",
"packages/ui-textinput": "1.0.3",
"packages/ui-toggle": "1.0.3",
"packages/ui-truncate": "1.0.1"
}
16 changes: 16 additions & 0 deletions packages/ui-anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.1.4](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.1.3...ui-anchor-v1.1.4) (2024-09-24)


### Bug Fixes

* bump non-breaking dependencies to latest ([#692](https://github.com/versini-org/ui-components/issues/692)) ([2300b7c](https://github.com/versini-org/ui-components/commit/2300b7c563ce6d5ad704b93ea7cc63ba9b8c6993))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-button bumped to 1.1.4
* devDependencies
* @versini/ui-styles bumped to 1.10.1

## [1.1.3](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.1.2...ui-anchor-v1.1.3) (2024-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-anchor",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
18 changes: 18 additions & 0 deletions packages/ui-bubble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.0.4](https://github.com/versini-org/ui-components/compare/ui-bubble-v1.0.3...ui-bubble-v1.0.4) (2024-09-24)


### Bug Fixes

* bump non-breaking dependencies to latest ([#692](https://github.com/versini-org/ui-components/issues/692)) ([2300b7c](https://github.com/versini-org/ui-components/commit/2300b7c563ce6d5ad704b93ea7cc63ba9b8c6993))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-button bumped to 1.1.4
* @versini/ui-icons bumped to 1.12.5
* @versini/ui-private bumped to 1.4.13
* devDependencies
* @versini/ui-styles bumped to 1.10.1

## [1.0.3](https://github.com/versini-org/ui-components/compare/ui-bubble-v1.0.2...ui-bubble-v1.0.3) (2024-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-bubble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-bubble",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
17 changes: 17 additions & 0 deletions packages/ui-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.1.4](https://github.com/versini-org/ui-components/compare/ui-button-v1.1.3...ui-button-v1.1.4) (2024-09-24)


### Bug Fixes

* bump non-breaking dependencies to latest ([#692](https://github.com/versini-org/ui-components/issues/692)) ([2300b7c](https://github.com/versini-org/ui-components/commit/2300b7c563ce6d5ad704b93ea7cc63ba9b8c6993))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-private bumped to 1.4.13
* devDependencies
* @versini/ui-icons bumped to 1.12.5
* @versini/ui-styles bumped to 1.10.1

## [1.1.3](https://github.com/versini-org/ui-components/compare/ui-button-v1.1.2...ui-button-v1.1.3) (2024-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-button",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
16 changes: 16 additions & 0 deletions packages/ui-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.0.4](https://github.com/versini-org/ui-components/compare/ui-card-v1.0.3...ui-card-v1.0.4) (2024-09-24)


### Bug Fixes

* bump non-breaking dependencies to latest ([#692](https://github.com/versini-org/ui-components/issues/692)) ([2300b7c](https://github.com/versini-org/ui-components/commit/2300b7c563ce6d5ad704b93ea7cc63ba9b8c6993))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-private bumped to 1.4.13
* devDependencies
* @versini/ui-styles bumped to 1.10.1

## [1.0.3](https://github.com/versini-org/ui-components/compare/ui-card-v1.0.2...ui-card-v1.0.3) (2024-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-card",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
24 changes: 24 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Changelog

## [5.31.5](https://github.com/versini-org/ui-components/compare/ui-components-v5.31.4...ui-components-v5.31.5) (2024-09-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-anchor bumped to 1.1.4
* @versini/ui-button bumped to 1.1.4
* @versini/ui-bubble bumped to 1.0.4
* @versini/ui-card bumped to 1.0.4
* @versini/ui-footer bumped to 1.0.4
* @versini/ui-header bumped to 1.0.4
* @versini/ui-icons bumped to 1.12.5
* @versini/ui-main bumped to 1.0.4
* @versini/ui-menu bumped to 1.0.4
* @versini/ui-panel bumped to 1.0.4
* @versini/ui-pill bumped to 1.0.4
* @versini/ui-private bumped to 1.4.13
* @versini/ui-spinner bumped to 1.0.4
* @versini/ui-table bumped to 1.0.4
* devDependencies
* @versini/ui-styles bumped to 1.10.1

## [5.31.4](https://github.com/versini-org/ui-components/compare/ui-components-v5.31.3...ui-components-v5.31.4) (2024-09-21)


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.31.4",
"version": "5.31.5",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
16 changes: 16 additions & 0 deletions packages/ui-footer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.0.4](https://github.com/versini-org/ui-components/compare/ui-footer-v1.0.3...ui-footer-v1.0.4) (2024-09-24)


### Bug Fixes

* bump non-breaking dependencies to latest ([#692](https://github.com/versini-org/ui-components/issues/692)) ([2300b7c](https://github.com/versini-org/ui-components/commit/2300b7c563ce6d5ad704b93ea7cc63ba9b8c6993))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-private bumped to 1.4.13
* devDependencies
* @versini/ui-styles bumped to 1.10.1

## [1.0.3](https://github.com/versini-org/ui-components/compare/ui-footer-v1.0.2...ui-footer-v1.0.3) (2024-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-footer",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
16 changes: 16 additions & 0 deletions packages/ui-form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Changelog

## [1.6.4](https://github.com/versini-org/ui-components/compare/ui-form-v1.6.3...ui-form-v1.6.4) (2024-09-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-textarea bumped to 1.0.3
* @versini/ui-textinput bumped to 1.0.3
* @versini/ui-toggle bumped to 1.0.3
* @versini/ui-private bumped to 1.4.13
* devDependencies
* @versini/ui-button bumped to 1.1.4
* @versini/ui-icons bumped to 1.12.5
* @versini/ui-styles bumped to 1.10.1

## [1.6.3](https://github.com/versini-org/ui-components/compare/ui-form-v1.6.2...ui-form-v1.6.3) (2024-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-form",
"version": "1.6.3",
"version": "1.6.4",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
16 changes: 16 additions & 0 deletions packages/ui-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.0.4](https://github.com/versini-org/ui-components/compare/ui-header-v1.0.3...ui-header-v1.0.4) (2024-09-24)


### Bug Fixes

* bump non-breaking dependencies to latest ([#692](https://github.com/versini-org/ui-components/issues/692)) ([2300b7c](https://github.com/versini-org/ui-components/commit/2300b7c563ce6d5ad704b93ea7cc63ba9b8c6993))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-private bumped to 1.4.13
* devDependencies
* @versini/ui-styles bumped to 1.10.1

## [1.0.3](https://github.com/versini-org/ui-components/compare/ui-header-v1.0.2...ui-header-v1.0.3) (2024-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-header",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/ui-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Changelog

## [1.12.5](https://github.com/versini-org/ui-components/compare/ui-icons-v1.12.4...ui-icons-v1.12.5) (2024-09-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-private bumped to 1.4.13
* devDependencies
* @versini/ui-private bumped to 1.4.13

## [1.12.4](https://github.com/versini-org/ui-components/compare/ui-icons-v1.12.3...ui-icons-v1.12.4) (2024-09-21)


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.12.4",
"version": "1.12.5",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
16 changes: 16 additions & 0 deletions packages/ui-main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.0.4](https://github.com/versini-org/ui-components/compare/ui-main-v1.0.3...ui-main-v1.0.4) (2024-09-24)


### Bug Fixes

* bump non-breaking dependencies to latest ([#692](https://github.com/versini-org/ui-components/issues/692)) ([2300b7c](https://github.com/versini-org/ui-components/commit/2300b7c563ce6d5ad704b93ea7cc63ba9b8c6993))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-private bumped to 1.4.13
* devDependencies
* @versini/ui-styles bumped to 1.10.1

## [1.0.3](https://github.com/versini-org/ui-components/compare/ui-main-v1.0.2...ui-main-v1.0.3) (2024-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-main",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
16 changes: 16 additions & 0 deletions packages/ui-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.0.4](https://github.com/versini-org/ui-components/compare/ui-menu-v1.0.3...ui-menu-v1.0.4) (2024-09-24)


### Bug Fixes

* bump non-breaking dependencies to latest ([#692](https://github.com/versini-org/ui-components/issues/692)) ([2300b7c](https://github.com/versini-org/ui-components/commit/2300b7c563ce6d5ad704b93ea7cc63ba9b8c6993))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @versini/ui-button bumped to 1.1.4
* @versini/ui-icons bumped to 1.12.5
* @versini/ui-styles bumped to 1.10.1

## [1.0.3](https://github.com/versini-org/ui-components/compare/ui-menu-v1.0.2...ui-menu-v1.0.3) (2024-09-21)


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": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
Loading

0 comments on commit 2f59cc7

Please sign in to comment.