@theguild/components 8.1.0-alpha-20241216151723-0dbcd41d417efd15131be19074afa1a01d3c1bac → 8.1.0-alpha-20241216152606-bf0d4b7cbf0b43a9c913d8e0199438cfa4454764
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/index.js +0 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -25,7 +25,6 @@ export * from "./heading";
|
|
|
25
25
|
export * from "./info-card";
|
|
26
26
|
export * from "./stud";
|
|
27
27
|
export * from "./explore-main-product-cards";
|
|
28
|
-
export * from "./product-card";
|
|
29
28
|
export * from "./text-link";
|
|
30
29
|
export * from "./contact-us";
|
|
31
30
|
import { Giscus } from "./giscus";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theguild/components",
|
|
3
|
-
"version": "8.1.0-alpha-
|
|
3
|
+
"version": "8.1.0-alpha-20241216152606-bf0d4b7cbf0b43a9c913d8e0199438cfa4454764",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/the-guild-org/docs",
|
|
6
6
|
"directory": "packages/components"
|