Skip to content

Commit 79740cb

Browse files
Upcoming Release Changes (#1979)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e7d506f commit 79740cb

File tree

3 files changed

+25
-20
lines changed

3 files changed

+25
-20
lines changed

.changeset/tidy-hotels-wave.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/components/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @theguild/components
22

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+
327
## 9.0.0
428

529
### Major Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theguild/components",
3-
"version": "9.0.0",
3+
"version": "9.1.0",
44
"repository": {
55
"url": "https://github.com/the-guild-org/docs",
66
"directory": "packages/components"

0 commit comments

Comments
 (0)