Skip to content

Commit 7194a51

Browse files
authored
Merge pull request #137 from unoforge/next
Publish
2 parents 36f3e7e + 372c688 commit 7194a51

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/flexilla/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flexilla/flexilla",
33
"private": false,
4-
"version": "2.1.9-alpha.0",
4+
"version": "2.1.9",
55
"type": "module",
66
"description": "A set of unstyled interactive components for building interactive, and customizable user interfaces. Open-Source",
77
"publishConfig": {
@@ -48,8 +48,8 @@
4848
"@flexilla/custom-range": "^2.0.10",
4949
"@flexilla/dismissible": "^2.0.10",
5050
"@flexilla/dropdown": "^2.1.1",
51-
"@flexilla/modal": "^2.0.10",
52-
"@flexilla/offcanvas": "^2.0.11",
51+
"@flexilla/modal": "^2.0.11",
52+
"@flexilla/offcanvas": "^2.0.12",
5353
"@flexilla/popover": "^0.0.2",
5454
"@flexilla/tabs": "^2.0.12",
5555
"@flexilla/tooltip": "^2.1.0"

packages/modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flexilla/modal",
33
"private": false,
4-
"version": "2.0.10",
4+
"version": "2.0.11",
55
"type": "module",
66
"description": "A customizable modal component for creating interactive pop-up dialogs in web applications.",
77
"publishConfig": {

packages/offcanvas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flexilla/offcanvas",
33
"private": false,
4-
"version": "2.0.11",
4+
"version": "2.0.12",
55
"type": "module",
66
"description": "An offcanvas component for creating responsive and off-screen navigation panels in web applications.",
77
"publishConfig": {

0 commit comments

Comments
 (0)