From e09b4076856ddd79a44908ff21e07dcac2880f40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:01:00 +0000 Subject: [PATCH] chore(main): release 4.0.0 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3eb98f..48428d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.0](https://github.com/WebFiori/ui/compare/v3.0.0...v4.0.0) (2025-10-07) + + +### Miscellaneous Chores + +* Merge pull request [#49](https://github.com/WebFiori/ui/issues/49) from WebFiori/dev ([a833f98](https://github.com/WebFiori/ui/commit/a833f98e9d1e9c725282879de5f66e228993a765)) + ## [3.0.0](https://github.com/WebFiori/ui/compare/v2.6.4...v3.0.0) (2025-08-27) diff --git a/composer.json b/composer.json index 813499d..112e6ef 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "webfiori/ui", "description": "A library that provides basic utilities for creating HTML documents.", "type": "library", - "version": "3.0.0", + "version": "4.0.0", "require": { "php": ">=8.1", "webfiori/collections": "2.0.x"