diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..651a77f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [2.0.0](https://github.com/WebFiori/vuetifyCore/compare/v1.4.2...v2.0.0) (2025-10-11) + + +### Bug Fixes + +* Namespaces Issue ([936b952](https://github.com/WebFiori/vuetifyCore/commit/936b952f7e6e878d98a0218e6ad00f969e5d7693)) + + +### Miscellaneous Chores + +* Added Test File for Vue v2 ([8fc2cff](https://github.com/WebFiori/vuetifyCore/commit/8fc2cff06eea40e958c22ef7604fd64355cd5ece)) +* Changed Meta Data ([342aaa8](https://github.com/WebFiori/vuetifyCore/commit/342aaa8b8c1e80bfc4c3898b0e4cb3dba6f1b417)) +* Merge pull request [#7](https://github.com/WebFiori/vuetifyCore/issues/7) from WebFiori/dev ([ce87420](https://github.com/WebFiori/vuetifyCore/commit/ce874202596b2d28f5f5437d5ee1823b7e9026c9)) +* Update Vue and Vuetify Versions ([af9ff8f](https://github.com/WebFiori/vuetifyCore/commit/af9ff8f77a35c71252e2946a97e84317f62a355f)) diff --git a/composer.json b/composer.json index a68968d..95b838c 100644 --- a/composer.json +++ b/composer.json @@ -6,14 +6,14 @@ "issues": "https://github.com/WebFiori/vuetifyCore/issues", "source": "https://github.com/WebFiori/vuetifyCore" }, - "authors": [ + "authors": [ { "name": "Ibrahim BinAlshikh", "email": "ibrahim@webfiori.com" } ], "require": { - "webfiori/framework":"dev-main" + "webfiori/framework": "dev-main" }, "require-dev": { "phpunit/phpunit": "^10", @@ -35,7 +35,7 @@ "Vue" ], "license": "MIT", - "scripts":{ + "scripts": { "test": "vendor/bin/phpunit -c tests/phpunit.xml", "test10": "vendor/bin/phpunit -c tests/phpunit10.xml", "fix-cs": "vendor/bin/php-cs-fixer fix --config=php_cs.php.dist"