Skip to content

Commit

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


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

##
[5.26.0](ui-components-v5.25.0...ui-components-v5.26.0)
(2024-09-17)


### Features

* **Header:** extracting Header as a standalone package
([#657](#657))
([df9d2d9](df9d2d9))


### Dependencies

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

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

## 1.0.0 (2024-09-17)


### Features

* **Header:** extracting Header as a standalone package
([#657](#657))
([df9d2d9](df9d2d9))
</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 17, 2024
1 parent df9d2d9 commit 15f6b86
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/ui-components": "5.25.0",
"packages/ui-components": "5.26.0",
"packages/ui-hooks": "4.1.3",
"packages/ui-system": "1.4.10",
"packages/ui-private": "1.4.9",
Expand All @@ -12,5 +12,5 @@
"packages/ui-bubble": "1.0.0",
"packages/ui-card": "1.0.0",
"packages/ui-footer": "1.0.0",
"packages/ui-header": "0.0.0"
"packages/ui-header": "1.0.0"
}
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.26.0](https://github.com/versini-org/ui-components/compare/ui-components-v5.25.0...ui-components-v5.26.0) (2024-09-17)


### Features

* **Header:** extracting Header as a standalone package ([#657](https://github.com/versini-org/ui-components/issues/657)) ([df9d2d9](https://github.com/versini-org/ui-components/commit/df9d2d9b52123e80929f46952078cf45ca52073f))


### Dependencies

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

## [5.25.0](https://github.com/versini-org/ui-components/compare/ui-components-v5.24.1...ui-components-v5.25.0) (2024-09-17)


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.25.0",
"version": "5.26.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 @@ -57,5 +59,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 @@ -1098,5 +1098,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.26.0": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 36782,
"fileSizeGzip": 6173,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 56583,
"fileSizeGzip": 11145,
"limit": "12 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 202712,
"fileSizeGzip": 67201,
"limit": "67 KB",
"passed": true
}
}
}
8 changes: 8 additions & 0 deletions packages/ui-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-09-17)


### Features

* **Header:** extracting Header as a standalone package ([#657](https://github.com/versini-org/ui-components/issues/657)) ([df9d2d9](https://github.com/versini-org/ui-components/commit/df9d2d9b52123e80929f46952078cf45ca52073f))
10 changes: 7 additions & 3 deletions packages/ui-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-header",
"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 @@ -44,5 +46,7 @@
"clsx": "2.1.1",
"tailwindcss": "3.4.11"
},
"sideEffects": ["**/*.css"]
"sideEffects": [
"**/*.css"
]
}

0 comments on commit 15f6b86

Please sign in to comment.