File tree Expand file tree Collapse file tree 3 files changed +25
-20
lines changed Expand file tree Collapse file tree 3 files changed +25
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @theguild/components
2
2
3
+ ## 9.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #1977 ] ( https://github.com/the-guild-org/docs/pull/1977 )
8
+ [ ` e7d506f ` ] ( https://github.com/the-guild-org/docs/commit/e7d506f5f4d037b0df8cc09a0b35088304d2129f )
9
+ Thanks [ @hasparus ] ( https://github.com/hasparus ) ! - Add hiveMdxComponents for use in
10
+ Hive-rebranding themed websites
11
+
12
+ ## Usage
13
+
14
+ ``` js file=mdx-components.js
15
+ import { WebsiteSpecificComponent } from ' ./components/WebsiteSpecificComponent'
16
+
17
+ export { useHiveMDXComponents } from ' @theguild/components/server'
18
+
19
+ export const useMDXComponents = components => {
20
+ return useHiveMDXComponents ({
21
+ ... components,
22
+ WebsiteSpecificComponent
23
+ })
24
+ }
25
+ ```
26
+
3
27
## 9.0.0
4
28
5
29
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @theguild/components" ,
3
- "version" : " 9.0 .0" ,
3
+ "version" : " 9.1 .0" ,
4
4
"repository" : {
5
5
"url" : " https://github.com/the-guild-org/docs" ,
6
6
"directory" : " packages/components"
You can’t perform that action at this time.
0 commit comments