Skip to content

Commit

Permalink
chore: release main (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Jan 7, 2025
1 parent eae93a7 commit 0769d7e
Show file tree
Hide file tree
Showing 51 changed files with 444 additions and 86 deletions.
48 changes: 24 additions & 24 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"packages/ui-anchor": "1.4.3",
"packages/ui-bubble": "3.1.0",
"packages/ui-button": "4.0.3",
"packages/ui-card": "3.0.0",
"packages/ui-components": "5.34.6",
"packages/ui-anchor": "1.4.4",
"packages/ui-bubble": "3.1.1",
"packages/ui-button": "4.0.4",
"packages/ui-card": "3.0.1",
"packages/ui-components": "5.34.7",
"packages/ui-fingerprint": "1.1.0",
"packages/ui-footer": "3.0.0",
"packages/ui-form": "1.10.0",
"packages/ui-header": "3.0.0",
"packages/ui-footer": "3.0.1",
"packages/ui-form": "1.10.1",
"packages/ui-header": "3.0.1",
"packages/ui-hooks": "4.3.0",
"packages/ui-icons": "4.2.0",
"packages/ui-liveregion": "1.3.0",
"packages/ui-main": "3.0.0",
"packages/ui-menu": "3.0.2",
"packages/ui-modal": "1.2.0",
"packages/ui-panel": "1.3.3",
"packages/ui-pill": "3.0.0",
"packages/ui-spinner": "3.0.0",
"packages/ui-icons": "4.2.1",
"packages/ui-liveregion": "1.3.1",
"packages/ui-main": "3.0.1",
"packages/ui-menu": "3.0.3",
"packages/ui-modal": "1.2.1",
"packages/ui-panel": "1.3.4",
"packages/ui-pill": "3.0.1",
"packages/ui-spinner": "3.0.1",
"packages/ui-styles": "3.1.0",
"packages/ui-svgicon": "4.0.0",
"packages/ui-system": "3.0.0",
"packages/ui-table": "3.0.4",
"packages/ui-textarea": "3.0.0",
"packages/ui-textinput": "3.0.0",
"packages/ui-toggle": "3.0.0",
"packages/ui-togglegroup": "3.0.0",
"packages/ui-truncate": "3.0.3",
"packages/ui-svgicon": "4.0.1",
"packages/ui-system": "3.0.1",
"packages/ui-table": "3.0.5",
"packages/ui-textarea": "3.0.1",
"packages/ui-textinput": "3.0.1",
"packages/ui-toggle": "3.0.1",
"packages/ui-togglegroup": "3.0.1",
"packages/ui-truncate": "3.0.4",
"packages/ui-types": "4.0.0"
}
9 changes: 9 additions & 0 deletions packages/ui-anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.4.4](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.4.3...ui-anchor-v1.4.4) (2025-01-07)


### Dependencies

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

## [1.4.3](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.4.2...ui-anchor-v1.4.3) (2025-01-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-anchor",
"version": "1.4.3",
"version": "1.4.4",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
15 changes: 15 additions & 0 deletions packages/ui-bubble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.1.1](https://github.com/versini-org/ui-components/compare/ui-bubble-v3.1.0...ui-bubble-v3.1.1) (2025-01-07)


### Bug Fixes

* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-button bumped to 4.0.4
* @versini/ui-icons bumped to 4.2.1

## [3.1.0](https://github.com/versini-org/ui-components/compare/ui-bubble-v3.0.4...ui-bubble-v3.1.0) (2025-01-07)


Expand Down
10 changes: 7 additions & 3 deletions packages/ui-bubble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-bubble",
"version": "3.1.0",
"version": "3.1.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 @@ -45,5 +47,7 @@
"clsx": "2.1.1",
"tailwindcss": "3.4.17"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}
16 changes: 16 additions & 0 deletions packages/ui-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [4.0.4](https://github.com/versini-org/ui-components/compare/ui-button-v4.0.3...ui-button-v4.0.4) (2025-01-07)


### Bug Fixes

* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-icons bumped to 4.2.1
* devDependencies
* @versini/ui-svgicon bumped to 4.0.1

## [4.0.3](https://github.com/versini-org/ui-components/compare/ui-button-v4.0.2...ui-button-v4.0.3) (2025-01-04)


Expand Down
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": "4.0.3",
"version": "4.0.4",
"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.17"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}
7 changes: 7 additions & 0 deletions packages/ui-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-card-v3.0.0...ui-card-v3.0.1) (2025-01-07)


### Bug Fixes

* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3))

## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-card-v2.0.6...ui-card-v3.0.0) (2025-01-03)


Expand Down
10 changes: 7 additions & 3 deletions packages/ui-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-card",
"version": "3.0.0",
"version": "3.0.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 @@ -44,5 +46,7 @@
"clsx": "2.1.1",
"tailwindcss": "3.4.17"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}
21 changes: 21 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Changelog

## [5.34.7](https://github.com/versini-org/ui-components/compare/ui-components-v5.34.6...ui-components-v5.34.7) (2025-01-07)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-anchor bumped to 1.4.4
* @versini/ui-button bumped to 4.0.4
* @versini/ui-bubble bumped to 3.1.1
* @versini/ui-card bumped to 3.0.1
* @versini/ui-footer bumped to 3.0.1
* @versini/ui-header bumped to 3.0.1
* @versini/ui-icons bumped to 4.2.1
* @versini/ui-main bumped to 3.0.1
* @versini/ui-menu bumped to 3.0.3
* @versini/ui-panel bumped to 1.3.4
* @versini/ui-pill bumped to 3.0.1
* @versini/ui-spinner bumped to 3.0.1
* @versini/ui-table bumped to 3.0.5

## [5.34.6](https://github.com/versini-org/ui-components/compare/ui-components-v5.34.5...ui-components-v5.34.6) (2025-01-07)


Expand Down
2 changes: 1 addition & 1 deletion 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.34.6",
"version": "5.34.7",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
20 changes: 20 additions & 0 deletions packages/ui-components/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -2318,5 +2318,25 @@
"limit": "80 KB",
"passed": true
}
},
"5.34.7": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 47360,
"fileSizeGzip": 7009,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 78511,
"fileSizeGzip": 12110,
"limit": "12 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 246674,
"fileSizeGzip": 80613,
"limit": "80 KB",
"passed": true
}
}
}
7 changes: 7 additions & 0 deletions packages/ui-footer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-footer-v3.0.0...ui-footer-v3.0.1) (2025-01-07)


### Bug Fixes

* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3))

## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-footer-v2.0.6...ui-footer-v3.0.0) (2025-01-03)


Expand Down
10 changes: 7 additions & 3 deletions packages/ui-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-footer",
"version": "3.0.0",
"version": "3.0.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 @@ -42,5 +44,7 @@
"@tailwindcss/typography": "0.5.15",
"tailwindcss": "3.4.17"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}
12 changes: 12 additions & 0 deletions packages/ui-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [1.10.1](https://github.com/versini-org/ui-components/compare/ui-form-v1.10.0...ui-form-v1.10.1) (2025-01-07)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-textarea bumped to 3.0.1
* @versini/ui-textinput bumped to 3.0.1
* @versini/ui-toggle bumped to 3.0.1
* @versini/ui-togglegroup bumped to 3.0.1

## [1.10.0](https://github.com/versini-org/ui-components/compare/ui-form-v1.9.11...ui-form-v1.10.0) (2025-01-03)


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.10.0",
"version": "1.10.1",
"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 @@ -838,5 +838,19 @@
"limit": "57 KB",
"passed": true
}
},
"1.10.1": {
"../bundlesize/dist/form/assets/index.js": {
"fileSize": 34178,
"fileSizeGzip": 9866,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/form/assets/vendor.js": {
"fileSize": 184717,
"fileSizeGzip": 58162,
"limit": "57 KB",
"passed": true
}
}
}
7 changes: 7 additions & 0 deletions packages/ui-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-header-v3.0.0...ui-header-v3.0.1) (2025-01-07)


### Bug Fixes

* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3))

## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-header-v2.1.1...ui-header-v3.0.0) (2025-01-03)


Expand Down
Loading

0 comments on commit 0769d7e

Please sign in to comment.