Skip to content

Commit 63fd36a

Browse files
chore(main): release 2.0.0
1 parent ce87420 commit 63fd36a

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/WebFiori/vuetifyCore/compare/v1.4.2...v2.0.0) (2025-10-10)
4+
5+
6+
### Bug Fixes
7+
8+
* Namespaces Issue ([936b952](https://github.com/WebFiori/vuetifyCore/commit/936b952f7e6e878d98a0218e6ad00f969e5d7693))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* Changed Meta Data ([342aaa8](https://github.com/WebFiori/vuetifyCore/commit/342aaa8b8c1e80bfc4c3898b0e4cb3dba6f1b417))
14+
* Merge pull request [#7](https://github.com/WebFiori/vuetifyCore/issues/7) from WebFiori/dev ([ce87420](https://github.com/WebFiori/vuetifyCore/commit/ce874202596b2d28f5f5437d5ee1823b7e9026c9))

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"issues": "https://github.com/WebFiori/vuetifyCore/issues",
77
"source": "https://github.com/WebFiori/vuetifyCore"
88
},
9-
"authors": [
9+
"authors": [
1010
{
1111
"name": "Ibrahim BinAlshikh",
1212
"email": "ibrahim@webfiori.com"
1313
}
1414
],
1515
"require": {
16-
"webfiori/framework":"dev-main"
16+
"webfiori/framework": "dev-main"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^10",
@@ -35,7 +35,7 @@
3535
"Vue"
3636
],
3737
"license": "MIT",
38-
"scripts":{
38+
"scripts": {
3939
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
4040
"test10": "vendor/bin/phpunit -c tests/phpunit10.xml",
4141
"fix-cs": "vendor/bin/php-cs-fixer fix --config=php_cs.php.dist"

0 commit comments

Comments
 (0)