Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down