From a4f6e5251cb48b0b6a5f4cec8acd75eade7e9b5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 10:23:40 +0000 Subject: [PATCH] chore(master): release 1.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..e03d8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## 1.0.0 (2024-02-10) + + +### Features + +* add example livewire component ([4078ae0](https://github.com/DataLinx/eclipse-skeleton/commit/4078ae0110f1d6c58c1dd18ff12030d2f92d2cf8)) + + +### Bug Fixes + +* add public/build to VCS ([978162f](https://github.com/DataLinx/eclipse-skeleton/commit/978162fb8d5fbed93cd68c5abd55ff6769626f68)) +* fix detection of package development instance ([0b3301c](https://github.com/DataLinx/eclipse-skeleton/commit/0b3301cbb17c93f0991f668a30b3f8f972de6a22)) +* rebuild assets ([769ed1f](https://github.com/DataLinx/eclipse-skeleton/commit/769ed1fea4694cd809c5d35dd784d8ad139c3034)) +* update compiled asset files ([d46b4d6](https://github.com/DataLinx/eclipse-skeleton/commit/d46b4d6772e269f3d409b29ecdc70f1fb81555c7)) +* update skeleton files to support module development ([2d3a56d](https://github.com/DataLinx/eclipse-skeleton/commit/2d3a56d1bda1bb9fb36db88857dbcbf4b6a8c9e1)) +* update vendor name for core package ([038b3bd](https://github.com/DataLinx/eclipse-skeleton/commit/038b3bd293db50296cdf11936954d2aeb9abb290)) +* upgrade to PHP 8.2, Laravel 10 ([fc3f612](https://github.com/DataLinx/eclipse-skeleton/commit/fc3f6122567c28e804dc7805314bfc649759d794))