Skip to content

Commit f610c4e

Browse files
authored
Fix flexipop based components
Publish fix
2 parents e843051 + 3713599 commit f610c4e

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

package-lock.json

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

packages/create-overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flexilla/create-overlay",
33
"private": false,
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"type": "module",
66
"description": "[DEPRECATED] Flexipop wrapper for Flexilla Overlay components (tooltip, popover, dropdown). This package is now directly included in the flexipop library.",
77
"publishConfig": {

packages/dropdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flexilla/dropdown",
33
"private": false,
4-
"version": "2.1.3",
4+
"version": "2.2.0",
55
"type": "module",
66
"description": "Utilities package for flexilla library",
77
"publishConfig": {

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.2.0",
4+
"version": "2.2.1",
55
"type": "module",
66
"description": "A set of unstyled interactive components for building interactive, and customizable user interfaces. Open-Source",
77
"publishConfig": {
@@ -47,12 +47,12 @@
4747
"@flexilla/collapse": "^2.1.4",
4848
"@flexilla/custom-range": "^2.0.11",
4949
"@flexilla/dismissible": "^2.0.11",
50-
"@flexilla/dropdown": "^2.1.3",
50+
"@flexilla/dropdown": "^2.2.0",
5151
"@flexilla/modal": "^2.2.0",
5252
"@flexilla/offcanvas": "^2.0.14",
5353
"@flexilla/popover": "^0.0.2",
5454
"@flexilla/tabs": "^2.2.0",
55-
"@flexilla/tooltip": "^2.2.0"
55+
"@flexilla/tooltip": "^2.3.0"
5656
},
5757
"devDependencies": {
5858
"typescript": "^5.8.3",

packages/popover/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flexilla/popover",
33
"private": false,
4-
"version": "0.2.3",
4+
"version": "0.3.0",
55
"type": "module",
66
"description": "A lightweight and customizable Popover component for displaying additional information on hover over elements in web applications.",
77
"publishConfig": {

packages/tooltip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flexilla/tooltip",
33
"private": false,
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"type": "module",
66
"description": "A lightweight and customizable tooltip component for displaying additional information on hover over elements in web applications.",
77
"publishConfig": {

0 commit comments

Comments
 (0)