@selfcommunity/react-ui 0.11.0-alpha.94 → 0.11.0-alpha.95
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/lib/cjs/components/CategoryHeader/CategoryHeader.d.ts +6 -0
- package/lib/cjs/components/CategoryHeader/CategoryHeader.js +6 -3
- package/lib/esm/components/CategoryHeader/CategoryHeader.d.ts +6 -0
- package/lib/esm/components/CategoryHeader/CategoryHeader.js +6 -3
- package/lib/umd/react-ui.js +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-ui",
|
|
3
|
-
"version": "0.11.0-alpha.
|
|
3
|
+
"version": "0.11.0-alpha.95",
|
|
4
4
|
"description": "React UI Components to integrate a Community created with SelfCommunity Platform.",
|
|
5
5
|
"author": "SelfCommunity <https://www.selfcommunity.com>",
|
|
6
6
|
"homepage": "https://www.selfcommunity.com",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@selfcommunity/api-services": "^0.7.0-alpha.4",
|
|
103
103
|
"@selfcommunity/react-core": "^0.7.0-alpha.14",
|
|
104
104
|
"@selfcommunity/react-i18n": "^0.8.0-alpha.21",
|
|
105
|
-
"@selfcommunity/react-theme-default": "^0.5.0-alpha.
|
|
105
|
+
"@selfcommunity/react-theme-default": "^0.5.0-alpha.18",
|
|
106
106
|
"@selfcommunity/types": "^0.8.0-alpha.6",
|
|
107
107
|
"@selfcommunity/utils": "^0.2.64-alpha.2",
|
|
108
108
|
"@stripe/react-stripe-js": "^3.1.1",
|
|
@@ -204,5 +204,5 @@
|
|
|
204
204
|
"engines": {
|
|
205
205
|
"node": ">=20.x"
|
|
206
206
|
},
|
|
207
|
-
"gitHead": "
|
|
207
|
+
"gitHead": "4b2cef23001fec273395cc6542ef51fa0ea1429f"
|
|
208
208
|
}
|