Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 3, 2024
1 parent f444907 commit 5de2ebc
Show file tree
Hide file tree
Showing 3 changed files with 46 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 @@
{
".": "0.1.0"
".": "1.0.0"
}
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog

## [1.0.0](https://github.com/fluid-project/hearth-components/compare/v0.1.0...v1.0.0) (2024-12-03)


### 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))
* **deps:** lock file maintenance ([#15](https://github.com/fluid-project/hearth-components/issues/15)) ([f444907](https://github.com/fluid-project/hearth-components/commit/f44490787346d22d09726248e7051da9650b6c7c))
* **deps:** update codecov/codecov-action action to v5 ([#3](https://github.com/fluid-project/hearth-components/issues/3)) ([257c602](https://github.com/fluid-project/hearth-components/commit/257c60286280bb4f1ac6ee9c0e73de488abefb98))
* **deps:** update Pest to v3 ([#12](https://github.com/fluid-project/hearth-components/issues/12)) ([e0372e6](https://github.com/fluid-project/hearth-components/commit/e0372e6d0492a1ed47e83b697805b8eab8eb9faa))
* **deps:** update phpstan packages ([#10](https://github.com/fluid-project/hearth-components/issues/10)) ([eae9722](https://github.com/fluid-project/hearth-components/commit/eae9722e71c1d91a24c4596634daa2f9ae4164df))
* **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))
* release 1.0.0 ([#7](https://github.com/fluid-project/hearth-components/issues/7)) ([6481d09](https://github.com/fluid-project/hearth-components/commit/6481d0926f2757a4601ccf45dccc0201cd9ec8bc))
* **release:** fix version ([#6](https://github.com/fluid-project/hearth-components/issues/6)) ([6011a53](https://github.com/fluid-project/hearth-components/commit/6011a53047bba02e79c94e5ab0989a88817612b7))
* remove Ray ([#13](https://github.com/fluid-project/hearth-components/issues/13)) ([8a44f76](https://github.com/fluid-project/hearth-components/commit/8a44f76a69871c9eb193316d1fe22c19fae568b2))
* update bug report template ([a0d64e7](https://github.com/fluid-project/hearth-components/commit/a0d64e7c8e5436e962156324c3b876192d72e072))
* update issue configuration ([b94638d](https://github.com/fluid-project/hearth-components/commit/b94638d940b17a74a5ea941e380cd1cba7716837))
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 @@ -38,7 +43,9 @@
"psr-4": {
"HearthComponents\\": "src/"
},
"files": ["src/helpers.php"]
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
Expand Down Expand Up @@ -73,7 +80,9 @@
},
"extra": {
"laravel": {
"providers": ["HearthComponents\\HearthComponentsServiceProvider"],
"providers": [
"HearthComponents\\HearthComponentsServiceProvider"
],
"aliases": {
"HearthComponents": "HearthComponents\\Facades\\HearthComponents"
}
Expand Down

0 comments on commit 5de2ebc

Please sign in to comment.