Skip to content

Commit

Permalink
chore(ui): Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 5, 2023
1 parent b14d4f1 commit b60ba5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quasar",
"version": "2.11.10",
"version": "2.12.0",
"description": "Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time",
"main": "dist/quasar.cjs.prod.js",
"module": "dist/quasar.esm.prod.js",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/drawer/QDrawer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"type": "Boolean",
"desc": "Disables animation of the drawer when toggling mini mode",
"category": "behavior",
"addedIn": "v2.11.11"
"addedIn": "v2.12.0"
},

"dark": {
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/intersection/QIntersection.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

"hidden": {
"desc": "Slot for content to render when component is not on screen; Example: a text that the user can search for with the browser's search function",
"addedIn": "v2.11.11"
"addedIn": "v2.12.0"
}
},

Expand Down

0 comments on commit b60ba5e

Please sign in to comment.