Skip to content

Commit

Permalink
chore: release main (#540)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


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

##
[5.19.1](ui-components-v5.19.0...ui-components-v5.19.1)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</details>

<details><summary>ui-hooks: 2.2.1</summary>

##
[2.2.1](ui-hooks-v2.2.0...ui-hooks-v2.2.1)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</details>

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

##
[1.4.1](ui-system-v1.4.0...ui-system-v1.4.1)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</details>

<details><summary>ui-private: 1.4.3</summary>

##
[1.4.3](ui-private-v1.4.2...ui-private-v1.4.3)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</details>

<details><summary>ui-icons: 1.8.1</summary>

##
[1.8.1](ui-icons-v1.8.0...ui-icons-v1.8.1)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</details>

<details><summary>ui-styles: 1.9.1</summary>

##
[1.9.1](ui-styles-v1.9.0...ui-styles-v1.9.1)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</details>

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

##
[1.3.3](ui-form-v1.3.2...ui-form-v1.3.3)
(2024-04-28)


### Bug Fixes

* bump non-breaking dependencies
([#539](#539))
([2826c44](2826c44))
</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 Apr 28, 2024
1 parent 2826c44 commit 228d768
Show file tree
Hide file tree
Showing 18 changed files with 153 additions and 26 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/ui-components": "5.19.0",
"packages/ui-hooks": "2.2.0",
"packages/ui-system": "1.4.0",
"packages/ui-private": "1.4.2",
"packages/ui-icons": "1.8.0",
"packages/ui-styles": "1.9.0",
"packages/ui-form": "1.3.2"
"packages/ui-components": "5.19.1",
"packages/ui-hooks": "2.2.1",
"packages/ui-system": "1.4.1",
"packages/ui-private": "1.4.3",
"packages/ui-icons": "1.8.1",
"packages/ui-styles": "1.9.1",
"packages/ui-form": "1.3.3"
}
7 changes: 7 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.19.1](https://github.com/aversini/ui-components/compare/ui-components-v5.19.0...ui-components-v5.19.1) (2024-04-28)


### Bug Fixes

* bump non-breaking dependencies ([#539](https://github.com/aversini/ui-components/issues/539)) ([2826c44](https://github.com/aversini/ui-components/commit/2826c44c5a55bf45b97072a1865964c30d05a302))

## [5.19.0](https://github.com/aversini/ui-components/compare/ui-components-v5.18.2...ui-components-v5.19.0) (2024-04-28)


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.19.0",
"version": "5.19.1",
"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.3"
},
"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 @@ -718,5 +718,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.19.1": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 49171,
"fileSizeGzip": 7529,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 35406,
"fileSizeGzip": 9991,
"limit": "10 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 200108,
"fileSizeGzip": 66716,
"limit": "67 KB",
"passed": true
}
}
}
7 changes: 7 additions & 0 deletions packages/ui-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.3](https://github.com/aversini/ui-components/compare/ui-form-v1.3.2...ui-form-v1.3.3) (2024-04-28)


### Bug Fixes

* bump non-breaking dependencies ([#539](https://github.com/aversini/ui-components/issues/539)) ([2826c44](https://github.com/aversini/ui-components/commit/2826c44c5a55bf45b97072a1865964c30d05a302))

## [1.3.2](https://github.com/aversini/ui-components/compare/ui-form-v1.3.1...ui-form-v1.3.2) (2024-04-23)


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.2",
"version": "1.3.3",
"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 @@ -110,5 +110,19 @@
"limit": "67 KB",
"passed": true
}
},
"1.3.3": {
"../bundlesize/dist/form/assets/index.js": {
"fileSize": 16994,
"fileSizeGzip": 4954,
"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-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.1](https://github.com/aversini/ui-components/compare/ui-hooks-v2.2.0...ui-hooks-v2.2.1) (2024-04-28)


### Bug Fixes

* bump non-breaking dependencies ([#539](https://github.com/aversini/ui-components/issues/539)) ([2826c44](https://github.com/aversini/ui-components/commit/2826c44c5a55bf45b97072a1865964c30d05a302))

## [2.2.0](https://github.com/aversini/ui-components/compare/ui-hooks-v2.1.1...ui-hooks-v2.2.0) (2024-01-12)


Expand Down
6 changes: 4 additions & 2 deletions packages/ui-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-hooks",
"version": "2.2.0",
"version": "2.2.1",
"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
7 changes: 7 additions & 0 deletions packages/ui-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.8.1](https://github.com/aversini/ui-components/compare/ui-icons-v1.8.0...ui-icons-v1.8.1) (2024-04-28)


### Bug Fixes

* bump non-breaking dependencies ([#539](https://github.com/aversini/ui-components/issues/539)) ([2826c44](https://github.com/aversini/ui-components/commit/2826c44c5a55bf45b97072a1865964c30d05a302))

## [1.8.0](https://github.com/aversini/ui-components/compare/ui-icons-v1.7.0...ui-icons-v1.8.0) (2024-04-17)


Expand Down
10 changes: 7 additions & 3 deletions packages/ui-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-icons",
"version": "1.8.0",
"version": "1.8.1",
"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:icons": "node lib/buildIcons.js",
Expand Down Expand Up @@ -42,5 +44,7 @@
"dependencies": {
"@versini/ui-private": "workspace:../ui-private"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}
7 changes: 7 additions & 0 deletions packages/ui-private/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.3](https://github.com/aversini/ui-components/compare/ui-private-v1.4.2...ui-private-v1.4.3) (2024-04-28)


### Bug Fixes

* bump non-breaking dependencies ([#539](https://github.com/aversini/ui-components/issues/539)) ([2826c44](https://github.com/aversini/ui-components/commit/2826c44c5a55bf45b97072a1865964c30d05a302))

## [1.4.2](https://github.com/aversini/ui-components/compare/ui-private-v1.4.1...ui-private-v1.4.2) (2024-04-13)


Expand Down
10 changes: 7 additions & 3 deletions packages/ui-private/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-private",
"version": "1.4.2",
"version": "1.4.3",
"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 @@
"@versini/ui-hooks": "workspace:../ui-hooks",
"clsx": "2.1.1"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}
7 changes: 7 additions & 0 deletions packages/ui-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.9.1](https://github.com/aversini/ui-components/compare/ui-styles-v1.9.0...ui-styles-v1.9.1) (2024-04-28)


### Bug Fixes

* bump non-breaking dependencies ([#539](https://github.com/aversini/ui-components/issues/539)) ([2826c44](https://github.com/aversini/ui-components/commit/2826c44c5a55bf45b97072a1865964c30d05a302))

## [1.9.0](https://github.com/aversini/ui-components/compare/ui-styles-v1.8.4...ui-styles-v1.9.0) (2024-04-23)


Expand Down
6 changes: 4 additions & 2 deletions packages/ui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-styles",
"version": "1.9.0",
"version": "1.9.1",
"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
7 changes: 7 additions & 0 deletions packages/ui-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.1](https://github.com/aversini/ui-components/compare/ui-system-v1.4.0...ui-system-v1.4.1) (2024-04-28)


### Bug Fixes

* bump non-breaking dependencies ([#539](https://github.com/aversini/ui-components/issues/539)) ([2826c44](https://github.com/aversini/ui-components/commit/2826c44c5a55bf45b97072a1865964c30d05a302))

## [1.4.0](https://github.com/aversini/ui-components/compare/ui-system-v1.3.0...ui-system-v1.4.0) (2024-04-23)


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.0",
"version": "1.4.1",
"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.3"
},
"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 @@ -158,5 +158,25 @@
"limit": "46 KB",
"passed": true
}
},
"1.4.1": {
"../bundlesize/dist/system/assets/style.css": {
"fileSize": 51741,
"fileSizeGzip": 7844,
"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 228d768

Please sign in to comment.