Skip to content

Commit

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


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

##
[5.23.0](ui-components-v5.22.2...ui-components-v5.23.0)
(2024-09-16)


### Features

* **Bubble:** extracting Bubble as a standalone package
([#646](#646))
([7eb19b7](7eb19b7))
</details>

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

##
[1.3.14](ui-form-v1.3.13...ui-form-v1.3.14)
(2024-09-16)


### Dependencies

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

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

##
[1.4.8](ui-system-v1.4.7...ui-system-v1.4.8)
(2024-09-16)


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @versini/ui-components bumped to 5.23.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 16, 2024
1 parent 7eb19b7 commit 36b6d7d
Show file tree
Hide file tree
Showing 10 changed files with 91 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/ui-components": "5.22.2",
"packages/ui-components": "5.23.0",
"packages/ui-hooks": "4.1.3",
"packages/ui-system": "1.4.7",
"packages/ui-system": "1.4.8",
"packages/ui-private": "1.4.9",
"packages/ui-icons": "1.12.1",
"packages/ui-styles": "1.9.7",
"packages/ui-form": "1.3.13",
"packages/ui-form": "1.3.14",
"packages/ui-fingerprint": "1.0.1",
"packages/ui-button": "1.0.2",
"packages/ui-anchor": "1.0.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Changelog

## [5.23.0](https://github.com/versini-org/ui-components/compare/ui-components-v5.22.2...ui-components-v5.23.0) (2024-09-16)


### Features

* **Bubble:** extracting Bubble as a standalone package ([#646](https://github.com/versini-org/ui-components/issues/646)) ([7eb19b7](https://github.com/versini-org/ui-components/commit/7eb19b791ba2d13c72d2b19bb0a01626f0ee3b97))

## [5.22.2](https://github.com/versini-org/ui-components/compare/ui-components-v5.22.1...ui-components-v5.22.2) (2024-09-16)


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.22.2",
"version": "5.23.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 @@ -54,5 +56,7 @@
"clsx": "2.1.1",
"tailwindcss": "3.4.11"
},
"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 @@ -1018,5 +1018,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.23.0": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 38400,
"fileSizeGzip": 6337,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 54891,
"fileSizeGzip": 10996,
"limit": "12 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 202712,
"fileSizeGzip": 67201,
"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.14](https://github.com/versini-org/ui-components/compare/ui-form-v1.3.13...ui-form-v1.3.14) (2024-09-16)


### Dependencies

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

## [1.3.13](https://github.com/versini-org/ui-components/compare/ui-form-v1.3.12...ui-form-v1.3.13) (2024-09-16)


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.3.13",
"version": "1.3.14",
"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 @@ -264,5 +264,19 @@
"limit": "67 KB",
"passed": true
}
},
"1.3.14": {
"../bundlesize/dist/form/assets/index.js": {
"fileSize": 17769,
"fileSizeGzip": 5317,
"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.8](https://github.com/versini-org/ui-components/compare/ui-system-v1.4.7...ui-system-v1.4.8) (2024-09-16)


### Dependencies

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

## [1.4.7](https://github.com/versini-org/ui-components/compare/ui-system-v1.4.6...ui-system-v1.4.7) (2024-09-16)


Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version": "1.4.8",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
20 changes: 20 additions & 0 deletions packages/ui-system/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,25 @@
"limit": "46 KB",
"passed": true
}
},
"1.4.8": {
"../bundlesize/dist/system/assets/style.css": {
"fileSize": 51950,
"fileSizeGzip": 7861,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/system/assets/index.js": {
"fileSize": 5602,
"fileSizeGzip": 1980,
"limit": "3 KB",
"passed": true
},
"../bundlesize/dist/system/assets/vendor.js": {
"fileSize": 142129,
"fileSizeGzip": 45524,
"limit": "46 KB",
"passed": true
}
}
}

0 comments on commit 36b6d7d

Please sign in to comment.