Skip to content

Commit

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


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

## 1.0.0 (2024-09-15)


### Features

* **Button:** extracting Button and peers as a standalone package
([#635](#635))
([651f857](651f857))
</details>

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

##
[5.22.0](ui-components-v5.21.4...ui-components-v5.22.0)
(2024-09-15)


### Features

* **Button:** extracting Button and peers as a standalone package
([#635](#635))
([651f857](651f857))


### Dependencies

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

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

##
[1.3.11](ui-form-v1.3.10...ui-form-v1.3.11)
(2024-09-15)


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @versini/ui-components bumped to 5.22.0
</details>

<details><summary>ui-system: 1.4.5</summary>

##
[1.4.5](ui-system-v1.4.4...ui-system-v1.4.5)
(2024-09-15)


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @versini/ui-components bumped to 5.22.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 <[email protected]>
  • Loading branch information
aversini and aversini authored Sep 15, 2024
1 parent 651f857 commit 39b8726
Show file tree
Hide file tree
Showing 12 changed files with 126 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/ui-components": "5.21.4",
"packages/ui-components": "5.22.0",
"packages/ui-hooks": "4.1.3",
"packages/ui-system": "1.4.4",
"packages/ui-system": "1.4.5",
"packages/ui-private": "1.4.8",
"packages/ui-icons": "1.12.0",
"packages/ui-styles": "1.9.6",
"packages/ui-form": "1.3.10",
"packages/ui-form": "1.3.11",
"packages/ui-fingerprint": "1.0.1",
"packages/ui-button": "0.0.0"
"packages/ui-button": "1.0.0"
}
8 changes: 8 additions & 0 deletions packages/ui-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-09-15)


### Features

* **Button:** extracting Button and peers as a standalone package ([#635](https://github.com/versini-org/ui-components/issues/635)) ([651f857](https://github.com/versini-org/ui-components/commit/651f85739ba644cfa6d208e9779c8ded178f157b))
10 changes: 7 additions & 3 deletions packages/ui-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-button",
"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 @@ -45,5 +47,7 @@
"clsx": "2.1.1",
"tailwindcss": "3.4.11"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}
14 changes: 14 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Changelog

## [5.22.0](https://github.com/versini-org/ui-components/compare/ui-components-v5.21.4...ui-components-v5.22.0) (2024-09-15)


### Features

* **Button:** extracting Button and peers as a standalone package ([#635](https://github.com/versini-org/ui-components/issues/635)) ([651f857](https://github.com/versini-org/ui-components/commit/651f85739ba644cfa6d208e9779c8ded178f157b))


### Dependencies

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

## [5.21.4](https://github.com/versini-org/ui-components/compare/ui-components-v5.21.3...ui-components-v5.21.4) (2024-09-09)


Expand Down
10 changes: 7 additions & 3 deletions 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.21.4",
"version": "5.22.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 @@ -52,5 +54,7 @@
"clsx": "2.1.1",
"tailwindcss": "3.4.10"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}
20 changes: 20 additions & 0 deletions packages/ui-components/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -958,5 +958,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.22.0": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 43267,
"fileSizeGzip": 7000,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 36220,
"fileSizeGzip": 10113,
"limit": "10 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 202715,
"fileSizeGzip": 67212,
"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.3.11](https://github.com/versini-org/ui-components/compare/ui-form-v1.3.10...ui-form-v1.3.11) (2024-09-15)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @versini/ui-components bumped to 5.22.0

## [1.3.10](https://github.com/versini-org/ui-components/compare/ui-form-v1.3.9...ui-form-v1.3.10) (2024-09-09)


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.3.10",
"version": "1.3.11",
"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 @@ -49,5 +51,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 @@ -222,5 +222,19 @@
"limit": "67 KB",
"passed": true
}
},
"1.3.11": {
"../bundlesize/dist/form/assets/index.js": {
"fileSize": 17769,
"fileSizeGzip": 5316,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/form/assets/vendor.js": {
"fileSize": 142129,
"fileSizeGzip": 45524,
"limit": "67 KB",
"passed": true
}
}
}
9 changes: 9 additions & 0 deletions packages/ui-system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Changelog

## [1.4.5](https://github.com/versini-org/ui-components/compare/ui-system-v1.4.4...ui-system-v1.4.5) (2024-09-15)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @versini/ui-components bumped to 5.22.0

## [1.4.4](https://github.com/aversini/ui-components/compare/ui-system-v1.4.3...ui-system-v1.4.4) (2024-08-25)


Expand Down
10 changes: 7 additions & 3 deletions packages/ui-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-system",
"version": "1.4.4",
"version": "1.4.5",
"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 @@ -50,5 +52,7 @@
"clsx": "2.1.1",
"tailwindcss": "3.4.10"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}
20 changes: 20 additions & 0 deletions packages/ui-system/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,5 +238,25 @@
"limit": "46 KB",
"passed": true
}
},
"1.4.5": {
"../bundlesize/dist/system/assets/style.css": {
"fileSize": 51950,
"fileSizeGzip": 7861,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/system/assets/index.js": {
"fileSize": 5602,
"fileSizeGzip": 1979,
"limit": "3 KB",
"passed": true
},
"../bundlesize/dist/system/assets/vendor.js": {
"fileSize": 142129,
"fileSizeGzip": 45524,
"limit": "46 KB",
"passed": true
}
}
}

0 comments on commit 39b8726

Please sign in to comment.