We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ae19f commit 29968e8Copy full SHA for 29968e8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog for osjs-gui
2
3
+## 4.0.33 - 2020-04-13
4
+
5
+* Correct overflow in Tabs (#28) (#29)
6
7
## 4.0.31 - 2020-03-01
8
9
* Updated README.md
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/gui",
- "version": "4.0.32",
+ "version": "4.0.33",
"description": "OS.js GUI",
"module": "dist/esm.js",
"main": "dist/main.js",
0 commit comments