Skip to content

Commit

Permalink
chore(main): release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
1 parent 0732e76 commit eec8f87
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.1.0"
".": "4.2.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [4.2.0](https://github.com/fluid-project/hearth-components/compare/v4.1.0...v4.2.0) (2024-11-25)


### Features

* add JS, CSS and build tools ([b6f3fc6](https://github.com/fluid-project/hearth-components/commit/b6f3fc619486573b73a67e5402fa05c8fded4dd5))
* configure translations ([9ebd24d](https://github.com/fluid-project/hearth-components/commit/9ebd24d0a02a14a8a0eb413d63aa1c0f0d8b40e7))
* migrate components from fluid-project/hearth ([a7cde97](https://github.com/fluid-project/hearth-components/commit/a7cde979b1409e3fe81c983163f1b7efec2c7459))


### Bug Fixes

* remove unused paths from PHPStan config ([6d2781f](https://github.com/fluid-project/hearth-components/commit/6d2781ff90e72737fe248bf4b839d922fa0c414e))


### Miscellaneous Chores

* add CSS, JS and JSON linting ([cb85a38](https://github.com/fluid-project/hearth-components/commit/cb85a38ba72db3c87a7dcb2560da2c9786325dc8))
* add Pint to lint-staged ([a725e64](https://github.com/fluid-project/hearth-components/commit/a725e6410453f686dd68c5e55b418284259fc586))
* adjust editor configuration ([80c96ec](https://github.com/fluid-project/hearth-components/commit/80c96ec4b83e255478fd3996ab2bec16af883ecc))
* **docs:** add contributing and security ([ea3af59](https://github.com/fluid-project/hearth-components/commit/ea3af59be7bd0f875b40787de693e49f1806522f))
* **docs:** update readme ([28621de](https://github.com/fluid-project/hearth-components/commit/28621de460d6270809cf4112b0cd7465632ca077))
15 changes: 12 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "fluid-project/hearth-components",
"description": "Robust components for the Laravel Framework.",
"keywords": ["hearth", "laravel", "blade", "components"],
"keywords": [
"hearth",
"laravel",
"blade",
"components"
],
"homepage": "https://github.com/fluid-project/hearth-components",
"license": "BSD-3-Clause",
"authors": [
Expand Down Expand Up @@ -39,7 +44,9 @@
"psr-4": {
"HearthComponents\\": "src/"
},
"files": ["src/helpers.php"]
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
Expand Down Expand Up @@ -74,7 +81,9 @@
},
"extra": {
"laravel": {
"providers": ["HearthComponents\\HearthComponentsServiceProvider"],
"providers": [
"HearthComponents\\HearthComponentsServiceProvider"
],
"aliases": {
"HearthComponents": "HearthComponents\\Facades\\HearthComponents"
}
Expand Down

0 comments on commit eec8f87

Please sign in to comment.