Skip to content

Commit

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


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

##
[1.5.0](ui-form-v1.4.0...ui-form-v1.5.0)
(2024-09-18)


### Features

* **TextInput:** extracting TextInput as a standalone package
([#674](#674))
([34c0cf3](34c0cf3))


### Dependencies

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

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

## 1.0.0 (2024-09-18)


### Features

* **TextInput:** extracting TextInput as a standalone package
([#674](#674))
([34c0cf3](34c0cf3))
</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 18, 2024
1 parent d6f67d6 commit ab004db
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 8 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.1",
"packages/ui-fingerprint": "1.0.1",
"packages/ui-footer": "1.0.1",
"packages/ui-form": "1.4.0",
"packages/ui-form": "1.5.0",
"packages/ui-header": "1.0.1",
"packages/ui-hooks": "4.1.3",
"packages/ui-icons": "1.12.2",
Expand All @@ -19,6 +19,6 @@
"packages/ui-styles": "1.9.8",
"packages/ui-system": "1.4.11",
"packages/ui-table": "1.0.1",
"packages/ui-textinput": "0.0.0",
"packages/ui-textinput": "1.0.0",
"packages/ui-toggle": "1.0.0"
}
14 changes: 14 additions & 0 deletions packages/ui-form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Changelog

## [1.5.0](https://github.com/versini-org/ui-components/compare/ui-form-v1.4.0...ui-form-v1.5.0) (2024-09-18)


### Features

* **TextInput:** extracting TextInput as a standalone package ([#674](https://github.com/versini-org/ui-components/issues/674)) ([34c0cf3](https://github.com/versini-org/ui-components/commit/34c0cf3254dc18a88bcab992a066c53e59f80e3f))


### Dependencies

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

## [1.4.0](https://github.com/versini-org/ui-components/compare/ui-form-v1.3.17...ui-form-v1.4.0) (2024-09-18)


Expand Down
10 changes: 7 additions & 3 deletions 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.4.0",
"version": "1.5.0",
"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 @@ -51,5 +53,7 @@
"@versini/ui-private": "workspace:../ui-private",
"clsx": "2.1.1"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}
14 changes: 14 additions & 0 deletions packages/ui-form/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,5 +334,19 @@
"limit": "67 KB",
"passed": true
}
},
"1.5.0": {
"../bundlesize/dist/form/assets/index.js": {
"fileSize": 21791,
"fileSizeGzip": 5543,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/form/assets/vendor.js": {
"fileSize": 142129,
"fileSizeGzip": 45524,
"limit": "67 KB",
"passed": true
}
}
}
8 changes: 8 additions & 0 deletions packages/ui-textinput/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-09-18)


### Features

* **TextInput:** extracting TextInput as a standalone package ([#674](https://github.com/versini-org/ui-components/issues/674)) ([34c0cf3](https://github.com/versini-org/ui-components/commit/34c0cf3254dc18a88bcab992a066c53e59f80e3f))
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": "0.0.0",
"version": "1.0.0",
"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 @@ -47,5 +49,7 @@
"clsx": "2.1.1",
"tailwindcss": "3.4.12"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}

0 comments on commit ab004db

Please sign in to comment.