2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

fix(#237): ensure types definitions presence in published packages (#238)

* fix(#237): Ensure types definitions presence in published packages

* Add changeset

---------

Co-authored-by: Romain d'Aversa <romain.daversa@cloud-solutions.fr>
This commit is contained in:
Romain
2024-07-04 13:16:57 +02:00
committed by GitHub
parent 9d3859b31e
commit 7f931eee9a
9 changed files with 28 additions and 8 deletions
+12
View File
@@ -0,0 +1,12 @@
---
"@bbob/core": patch
"@bbob/html": patch
"@bbob/preset-html5": patch
"@bbob/preset-react": patch
"@bbob/preset-vue": patch
"@bbob/react": patch
"@bbob/vue2": patch
"@bbob/vue3": patch
---
fix(#237): Ensure types definitions presence in published packages
+2 -1
View File
@@ -81,6 +81,7 @@
"dist",
"lib",
"src",
"es"
"es",
"types"
]
}
+2 -1
View File
@@ -70,6 +70,7 @@
"dist",
"lib",
"src",
"es"
"es",
"types"
]
}
+2 -1
View File
@@ -73,6 +73,7 @@
"dist",
"lib",
"src",
"es"
"es",
"types"
]
}
+2 -1
View File
@@ -68,6 +68,7 @@
"dist",
"lib",
"src",
"es"
"es",
"types"
]
}
+2 -1
View File
@@ -68,6 +68,7 @@
"dist",
"lib",
"src",
"es"
"es",
"types"
]
}
+2 -1
View File
@@ -82,6 +82,7 @@
"dist",
"lib",
"src",
"es"
"es",
"types"
]
}
+2 -1
View File
@@ -80,6 +80,7 @@
"dist",
"lib",
"src",
"es"
"es",
"types"
]
}
+2 -1
View File
@@ -84,6 +84,7 @@
"dist",
"lib",
"src",
"es"
"es",
"types"
]
}