Skip to content

Commit

Permalink
chore: release main (#862)
Browse files Browse the repository at this point in the history
🚀 Automated Release
---


<details><summary>ui-anchor: 1.3.0</summary>

##
[1.3.0](ui-anchor-v1.2.15...ui-anchor-v1.3.0)
(2024-12-31)


### Features

* **Button:** variable padding based on the size - take 2
([#861](#861))
([241f4dd](241f4dd))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @versini/ui-button bumped to 3.2.0
</details>

<details><summary>ui-bubble: 2.0.11</summary>

##
[2.0.11](ui-bubble-v2.0.10...ui-bubble-v2.0.11)
(2024-12-31)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @versini/ui-button bumped to 3.2.0
</details>

<details><summary>ui-button: 3.2.0</summary>

##
[3.2.0](ui-button-v3.1.0...ui-button-v3.2.0)
(2024-12-31)


### Features

* **Button:** variable padding based on the size - take 2
([#861](#861))
([241f4dd](241f4dd))
</details>

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

##
[5.33.18](ui-components-v5.33.17...ui-components-v5.33.18)
(2024-12-31)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @versini/ui-anchor bumped to 1.3.0
    * @versini/ui-button bumped to 3.2.0
    * @versini/ui-bubble bumped to 2.0.11
    * @versini/ui-panel bumped to 1.2.13
    * @versini/ui-table bumped to 2.0.8
</details>

<details><summary>ui-panel: 1.2.13</summary>

##
[1.2.13](ui-panel-v1.2.12...ui-panel-v1.2.13)
(2024-12-31)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @versini/ui-button bumped to 3.2.0
</details>

<details><summary>ui-table: 2.0.8</summary>

##
[2.0.8](ui-table-v2.0.7...ui-table-v2.0.8)
(2024-12-31)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @versini/ui-button bumped to 3.2.0
</details>

<details><summary>ui-truncate: 2.0.8</summary>

##
[2.0.8](ui-truncate-v2.0.7...ui-truncate-v2.0.8)
(2024-12-31)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @versini/ui-button bumped to 3.2.0
</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 <aversini@users.noreply.github.com>
  • Loading branch information
aversini and aversini authored Dec 31, 2024
1 parent 241f4dd commit 50cdcea
Show file tree
Hide file tree
Showing 16 changed files with 104 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/ui-anchor": "1.2.15",
"packages/ui-bubble": "2.0.10",
"packages/ui-button": "3.1.0",
"packages/ui-anchor": "1.3.0",
"packages/ui-bubble": "2.0.11",
"packages/ui-button": "3.2.0",
"packages/ui-card": "2.0.5",
"packages/ui-components": "5.33.17",
"packages/ui-components": "5.33.18",
"packages/ui-fingerprint": "1.1.0",
"packages/ui-footer": "2.0.5",
"packages/ui-form": "1.9.8",
Expand All @@ -14,17 +14,17 @@
"packages/ui-main": "2.0.5",
"packages/ui-menu": "2.0.6",
"packages/ui-modal": "1.1.7",
"packages/ui-panel": "1.2.12",
"packages/ui-panel": "1.2.13",
"packages/ui-pill": "2.0.5",
"packages/ui-spinner": "2.0.5",
"packages/ui-styles": "2.0.0",
"packages/ui-svgicon": "3.0.2",
"packages/ui-system": "2.0.6",
"packages/ui-table": "2.0.7",
"packages/ui-table": "2.0.8",
"packages/ui-textarea": "2.0.5",
"packages/ui-textinput": "2.0.5",
"packages/ui-toggle": "2.0.5",
"packages/ui-togglegroup": "2.0.5",
"packages/ui-truncate": "2.0.7",
"packages/ui-truncate": "2.0.8",
"packages/ui-types": "3.0.2"
}
14 changes: 14 additions & 0 deletions packages/ui-anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.3.0](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.2.15...ui-anchor-v1.3.0) (2024-12-31)


### Features

* **Button:** variable padding based on the size - take 2 ([#861](https://github.com/versini-org/ui-components/issues/861)) ([241f4dd](https://github.com/versini-org/ui-components/commit/241f4ddec7046c28ef7f00dbf7570be011fd20f3))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-button bumped to 3.2.0

## [1.2.15](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.2.14...ui-anchor-v1.2.15) (2024-12-31)


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

## [2.0.11](https://github.com/versini-org/ui-components/compare/ui-bubble-v2.0.10...ui-bubble-v2.0.11) (2024-12-31)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-button bumped to 3.2.0

## [2.0.10](https://github.com/versini-org/ui-components/compare/ui-bubble-v2.0.9...ui-bubble-v2.0.10) (2024-12-31)


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

## [3.2.0](https://github.com/versini-org/ui-components/compare/ui-button-v3.1.0...ui-button-v3.2.0) (2024-12-31)


### Features

* **Button:** variable padding based on the size - take 2 ([#861](https://github.com/versini-org/ui-components/issues/861)) ([241f4dd](https://github.com/versini-org/ui-components/commit/241f4ddec7046c28ef7f00dbf7570be011fd20f3))

## [3.1.0](https://github.com/versini-org/ui-components/compare/ui-button-v3.0.2...ui-button-v3.1.0) (2024-12-31)


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": "3.1.0",
"version": "3.2.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
13 changes: 13 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Changelog

## [5.33.18](https://github.com/versini-org/ui-components/compare/ui-components-v5.33.17...ui-components-v5.33.18) (2024-12-31)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-anchor bumped to 1.3.0
* @versini/ui-button bumped to 3.2.0
* @versini/ui-bubble bumped to 2.0.11
* @versini/ui-panel bumped to 1.2.13
* @versini/ui-table bumped to 2.0.8

## [5.33.17](https://github.com/versini-org/ui-components/compare/ui-components-v5.33.16...ui-components-v5.33.17) (2024-12-31)


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.33.17",
"version": "5.33.18",
"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 @@ -2098,5 +2098,25 @@
"limit": "80 KB",
"passed": true
}
},
"5.33.18": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 49309,
"fileSizeGzip": 7015,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 81117,
"fileSizeGzip": 11682,
"limit": "12 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 246674,
"fileSizeGzip": 80613,
"limit": "80 KB",
"passed": true
}
}
}
9 changes: 9 additions & 0 deletions packages/ui-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.13](https://github.com/versini-org/ui-components/compare/ui-panel-v1.2.12...ui-panel-v1.2.13) (2024-12-31)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-button bumped to 3.2.0

## [1.2.12](https://github.com/versini-org/ui-components/compare/ui-panel-v1.2.11...ui-panel-v1.2.12) (2024-12-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-panel",
"version": "1.2.12",
"version": "1.2.13",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/ui-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.8](https://github.com/versini-org/ui-components/compare/ui-table-v2.0.7...ui-table-v2.0.8) (2024-12-31)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-button bumped to 3.2.0

## [2.0.7](https://github.com/versini-org/ui-components/compare/ui-table-v2.0.6...ui-table-v2.0.7) (2024-12-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-table",
"version": "2.0.7",
"version": "2.0.8",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/ui-truncate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.8](https://github.com/versini-org/ui-components/compare/ui-truncate-v2.0.7...ui-truncate-v2.0.8) (2024-12-31)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-button bumped to 3.2.0

## [2.0.7](https://github.com/versini-org/ui-components/compare/ui-truncate-v2.0.6...ui-truncate-v2.0.7) (2024-12-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-truncate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-truncate",
"version": "2.0.7",
"version": "2.0.8",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down

0 comments on commit 50cdcea

Please sign in to comment.