Skip to content

Commit

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


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

##
[5.31.12](ui-components-v5.31.11...ui-components-v5.31.12)
(2024-09-28)


### Dependencies

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

<details><summary>ui-form: 1.6.11</summary>

##
[1.6.11](ui-form-v1.6.10...ui-form-v1.6.11)
(2024-09-28)


### Dependencies

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

<details><summary>ui-menu: 1.0.11</summary>

##
[1.0.11](ui-menu-v1.0.10...ui-menu-v1.0.11)
(2024-09-28)


### Bug Fixes

* removing remaining redundant dev dependencies
([#707](#707))
([9a344ae](9a344ae))
</details>

<details><summary>ui-textinput: 1.1.6</summary>

##
[1.1.6](ui-textinput-v1.1.5...ui-textinput-v1.1.6)
(2024-09-28)


### Bug Fixes

* removing remaining redundant dev dependencies
([#707](#707))
([9a344ae](9a344ae))
</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 Sep 28, 2024
1 parent 9a344ae commit 3bbac69
Show file tree
Hide file tree
Showing 11 changed files with 80 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"packages/ui-bubble": "1.0.10",
"packages/ui-button": "1.1.10",
"packages/ui-card": "1.0.8",
"packages/ui-components": "5.31.11",
"packages/ui-components": "5.31.12",
"packages/ui-fingerprint": "1.0.1",
"packages/ui-footer": "1.0.8",
"packages/ui-form": "1.6.10",
"packages/ui-form": "1.6.11",
"packages/ui-header": "1.0.8",
"packages/ui-hooks": "4.2.1",
"packages/ui-icons": "1.13.1",
"packages/ui-main": "1.0.8",
"packages/ui-menu": "1.0.10",
"packages/ui-menu": "1.0.11",
"packages/ui-panel": "1.0.10",
"packages/ui-pill": "1.0.8",
"packages/ui-private": "1.4.17",
Expand All @@ -20,7 +20,7 @@
"packages/ui-system": "1.4.19",
"packages/ui-table": "1.0.10",
"packages/ui-textarea": "1.0.7",
"packages/ui-textinput": "1.1.5",
"packages/ui-textinput": "1.1.6",
"packages/ui-toggle": "1.0.7",
"packages/ui-truncate": "1.0.7"
}
9 changes: 9 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Changelog

## [5.31.12](https://github.com/versini-org/ui-components/compare/ui-components-v5.31.11...ui-components-v5.31.12) (2024-09-28)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-menu bumped to 1.0.11

## [5.31.11](https://github.com/versini-org/ui-components/compare/ui-components-v5.31.10...ui-components-v5.31.11) (2024-09-28)


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.11",
"version": "5.31.12",
"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 @@ -1438,5 +1438,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.31.12": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 49320,
"fileSizeGzip": 7517,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 76026,
"fileSizeGzip": 11173,
"limit": "12 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 203902,
"fileSizeGzip": 67724,
"limit": "67 KB",
"passed": true
}
}
}
9 changes: 9 additions & 0 deletions packages/ui-form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Changelog

## [1.6.11](https://github.com/versini-org/ui-components/compare/ui-form-v1.6.10...ui-form-v1.6.11) (2024-09-28)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-textinput bumped to 1.1.6

## [1.6.10](https://github.com/versini-org/ui-components/compare/ui-form-v1.6.9...ui-form-v1.6.10) (2024-09-28)


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.10",
"version": "1.6.11",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
14 changes: 14 additions & 0 deletions packages/ui-form/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,5 +502,19 @@
"limit": "67 KB",
"passed": true
}
},
"1.6.11": {
"../bundlesize/dist/form/assets/index.js": {
"fileSize": 22699,
"fileSizeGzip": 5801,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/form/assets/vendor.js": {
"fileSize": 142129,
"fileSizeGzip": 45524,
"limit": "67 KB",
"passed": true
}
}
}
7 changes: 7 additions & 0 deletions packages/ui-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.11](https://github.com/versini-org/ui-components/compare/ui-menu-v1.0.10...ui-menu-v1.0.11) (2024-09-28)


### Bug Fixes

* removing remaining redundant dev dependencies ([#707](https://github.com/versini-org/ui-components/issues/707)) ([9a344ae](https://github.com/versini-org/ui-components/commit/9a344ae949186817d92ee36d4d659ab5c2986af4))

## [1.0.10](https://github.com/versini-org/ui-components/compare/ui-menu-v1.0.9...ui-menu-v1.0.10) (2024-09-28)


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

## [1.1.6](https://github.com/versini-org/ui-components/compare/ui-textinput-v1.1.5...ui-textinput-v1.1.6) (2024-09-28)


### Bug Fixes

* removing remaining redundant dev dependencies ([#707](https://github.com/versini-org/ui-components/issues/707)) ([9a344ae](https://github.com/versini-org/ui-components/commit/9a344ae949186817d92ee36d4d659ab5c2986af4))

## [1.1.5](https://github.com/versini-org/ui-components/compare/ui-textinput-v1.1.4...ui-textinput-v1.1.5) (2024-09-28)


Expand Down
10 changes: 7 additions & 3 deletions packages/ui-textinput/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-textinput",
"version": "1.1.5",
"version": "1.1.6",
"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 @@ -42,5 +44,7 @@
"clsx": "2.1.1",
"tailwindcss": "3.4.13"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}

0 comments on commit 3bbac69

Please sign in to comment.