Skip to content

Commit 206c520

Browse files
chore(main): release 2.0.0
1 parent 1eacbab commit 206c520

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

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

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)