Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 3, 2025
1 parent b68a7dc commit db0b43c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
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"
}
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Changelog

## [1.0.0](https://github.com/fluid-project/hearth-components/compare/v0.1.0...v1.0.0) (2025-03-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))
* support for Laravel 12 ([4501ff4](https://github.com/fluid-project/hearth-components/commit/4501ff4d00a5c2271d84dc3afe22b7e049dc72c8))


### 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:** lock file maintenance ([#16](https://github.com/fluid-project/hearth-components/issues/16)) ([ca680ba](https://github.com/fluid-project/hearth-components/commit/ca680ba997764f6a626fbb33411ed202578825cd))
* **deps:** lock file maintenance ([#19](https://github.com/fluid-project/hearth-components/issues/19)) ([45311ad](https://github.com/fluid-project/hearth-components/commit/45311ad43c3d75f9c42b86f6c23d725d928e3e56))
* **deps:** support Testbench 9.x and 10.x ([#28](https://github.com/fluid-project/hearth-components/issues/28)) ([cee7218](https://github.com/fluid-project/hearth-components/commit/cee72183d438615ed64c57b1526ed2c93d7a65d5))
* **deps:** update aglipanci/laravel-pint-action action to v2.5 ([#23](https://github.com/fluid-project/hearth-components/issues/23)) ([83649ce](https://github.com/fluid-project/hearth-components/commit/83649ce84faeee7c0cd385904d906b900187f0e5))
* **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 commitlint monorepo to v19.7.1 ([#18](https://github.com/fluid-project/hearth-components/issues/18)) ([1923991](https://github.com/fluid-project/hearth-components/commit/1923991456f37c15f1b730d60a84187e7b9dd81a))
* **deps:** update dependency esbuild to v0.25.0 [security] ([#24](https://github.com/fluid-project/hearth-components/issues/24)) ([3b7d2cd](https://github.com/fluid-project/hearth-components/commit/3b7d2cd0f831ae84405c0c05dcacff0d77f0aacc))
* **deps:** update dependency lightningcss-cli to v1.29.1 ([#22](https://github.com/fluid-project/hearth-components/issues/22)) ([b0b5408](https://github.com/fluid-project/hearth-components/commit/b0b5408fc75de9c93aed77c91c196b6b7021d971))
* **deps:** update dependency lint-staged to v15.4.3 ([#17](https://github.com/fluid-project/hearth-components/issues/17)) ([26732c0](https://github.com/fluid-project/hearth-components/commit/26732c0fca29ecafd673a3352c959bf18e9fa24f))
* **deps:** update dependency npm-run-all2 to v7.0.2 ([#20](https://github.com/fluid-project/hearth-components/issues/20)) ([f77301d](https://github.com/fluid-project/hearth-components/commit/f77301d4e7e5b19d80baca33adcb27f568d3c6ed))
* **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))
* **release:** remove npm version ([#29](https://github.com/fluid-project/hearth-components/issues/29)) ([b68a7dc](https://github.com/fluid-project/hearth-components/commit/b68a7dcff2531b69df882403674a534e58e1383e))
* 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))

0 comments on commit db0b43c

Please sign in to comment.