Skip to content

Commit a5b53cd

Browse files
Upcoming Release Changes (#2100)
1 parent c3e7e0d commit a5b53cd

6 files changed

Lines changed: 18 additions & 13 deletions

File tree

.changeset/clean-carrots-knock.md

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

.changeset/lovely-feet-float.md

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

packages/components/CHANGELOG.md

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

3+
## 9.12.0
4+
5+
### Minor Changes
6+
7+
- [`3f9d0dd`](https://github.com/the-guild-org/docs/commit/3f9d0dd466cf1f7d8e619a43c876928fd63890c2)
8+
Thanks [@hasparus](https://github.com/hasparus)! - Extract Tabs component from Nextra
9+
310
## 9.11.3
411

512
### Patch 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.11.3",
3+
"version": "9.12.0",
44
"repository": {
55
"url": "https://github.com/the-guild-org/docs",
66
"directory": "packages/components"

packages/remark-mermaid/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @theguild/remark-mermaid
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#2105](https://github.com/the-guild-org/docs/pull/2105)
8+
[`c3e7e0d`](https://github.com/the-guild-org/docs/commit/c3e7e0d6d15f6e7fc1e9c3a8c0ea4f3594564cdf)
9+
Thanks [@jungwoo3490](https://github.com/jungwoo3490)! - Restrict Mermaid's MutationObserver to
10+
theme attributes to prevent diagrams disappearing
11+
312
## 0.3.0
413

514
### Minor Changes
@@ -117,7 +126,6 @@
117126
- [#1097](https://github.com/the-guild-org/docs/pull/1097)
118127
[`ef33af3`](https://github.com/the-guild-org/docs/commit/ef33af3e62ccf2431f165527d6acb5b92be095a0)
119128
Thanks [@B2o5T](https://github.com/B2o5T)! - dependencies updates:
120-
121129
- Updated dependency [`mermaid@^10.2.2` ↗︎](https://www.npmjs.com/package/mermaid/v/10.2.2) (from
122130
`10.2.1`, in `dependencies`)
123131
- Updated dependency

packages/remark-mermaid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theguild/remark-mermaid",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"description": "Remark plugin for replacing ```mermaid code blocks with react `<Mermaid />` component",
66
"repository": {

0 commit comments

Comments
 (0)