Skip to content

Commit

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


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

##
[1.6.12](ui-form-v1.6.11...ui-form-v1.6.12)
(2024-09-30)


### Dependencies

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

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

##
[1.2.0](ui-textinput-v1.1.6...ui-textinput-v1.2.0)
(2024-09-30)


### Features

* **TextInput:** adding new prop: rightElementClassName
([#710](#710))
([0374ebe](0374ebe))
</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 30, 2024
1 parent 0374ebe commit 9cced95
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packages/ui-components": "5.31.12",
"packages/ui-fingerprint": "1.0.1",
"packages/ui-footer": "1.0.8",
"packages/ui-form": "1.6.11",
"packages/ui-form": "1.6.12",
"packages/ui-header": "1.0.8",
"packages/ui-hooks": "4.2.1",
"packages/ui-icons": "1.13.1",
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.6",
"packages/ui-textinput": "1.2.0",
"packages/ui-toggle": "1.0.7",
"packages/ui-truncate": "1.0.7"
}
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.12](https://github.com/versini-org/ui-components/compare/ui-form-v1.6.11...ui-form-v1.6.12) (2024-09-30)


### Dependencies

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

## [1.6.11](https://github.com/versini-org/ui-components/compare/ui-form-v1.6.10...ui-form-v1.6.11) (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.11",
"version": "1.6.12",
"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 @@ -516,5 +516,19 @@
"limit": "67 KB",
"passed": true
}
},
"1.6.12": {
"../bundlesize/dist/form/assets/index.js": {
"fileSize": 22781,
"fileSizeGzip": 5813,
"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-textinput/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/versini-org/ui-components/compare/ui-textinput-v1.1.6...ui-textinput-v1.2.0) (2024-09-30)


### Features

* **TextInput:** adding new prop: rightElementClassName ([#710](https://github.com/versini-org/ui-components/issues/710)) ([0374ebe](https://github.com/versini-org/ui-components/commit/0374ebe7bc477f949f3d652a78ee27a30299453f))

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


Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "1.2.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down

0 comments on commit 9cced95

Please sign in to comment.