Skip to content

Commit a69a2ce

Browse files
authored
Merge pull request #48 from WebFiori/release-please--branches--main
chore(main): release 3.0.0
2 parents 9ec23a7 + d6036c8 commit a69a2ce

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/WebFiori/ui/compare/v2.6.4...v3.0.0) (2025-08-27)
4+
5+
6+
### Bug Fixes
7+
8+
* Namespaces ([a97438b](https://github.com/WebFiori/ui/commit/a97438be75f9f88b3fddabcebdee69199cd7fee8))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* Update Readme.md ([45c376b](https://github.com/WebFiori/ui/commit/45c376b55cf5a387a83fd7d425cfc50e045e030b))
14+
* Updated ReadMe ([9ec23a7](https://github.com/WebFiori/ui/commit/9ec23a7089381c4003719e5b353acd5bfccd6b89))
15+
316
## [2.6.4](https://github.com/WebFiori/ui/compare/v2.6.3...v2.6.4) (2024-12-24)
417

518

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webfiori/ui",
33
"description": "A library that provides basic utilities for creating HTML documents.",
44
"type": "library",
5-
"version": "2.6.4",
5+
"version": "3.0.0",
66
"require": {
77
"php": ">=8.1",
88
"webfiori/collections": "2.0.x"
@@ -23,7 +23,7 @@
2323
"phpunit/phpunit": "^10",
2424
"friendsofphp/php-cs-fixer": "^3.86"
2525
},
26-
"scripts":{
26+
"scripts": {
2727
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
2828
"test10": "vendor/bin/phpunit -c tests/phpunit10.xml",
2929
"fix-cs": "vendor/bin/php-cs-fixer fix --config=php_cs.php.dist"

0 commit comments

Comments
 (0)