diff --git a/.changeset/great-mirrors-complain.md b/.changeset/great-mirrors-complain.md deleted file mode 100644 index 435ec5ac4..000000000 --- a/.changeset/great-mirrors-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theguild/components": patch ---- - -Update GraphQLConfCard to link to YT diff --git a/.changeset/grumpy-starfishes-crash.md b/.changeset/grumpy-starfishes-crash.md deleted file mode 100644 index f04dd2102..000000000 --- a/.changeset/grumpy-starfishes-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theguild/components': patch ---- - -Generalize bidirectional navmenu links to all products diff --git a/.changeset/lovely-poems-change.md b/.changeset/lovely-poems-change.md deleted file mode 100644 index e041a463c..000000000 --- a/.changeset/lovely-poems-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theguild/components": patch ---- - -Unset Nextra's _subpixel-antialiased diff --git a/.changeset/real-balloons-play.md b/.changeset/real-balloons-play.md deleted file mode 100644 index 3375cc69b..000000000 --- a/.changeset/real-balloons-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theguild/components": patch ---- - -Export `cn` function from @theguild/components diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 8a9a61957..3df8b3a99 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,26 @@ # @theguild/components +## 7.0.2 + +### Patch Changes + +- [#1736](https://github.com/the-guild-org/docs/pull/1736) + [`c366f3f`](https://github.com/the-guild-org/docs/commit/c366f3f2490fd77cd13da4c62047652f830a5776) + Thanks [@hasparus](https://github.com/hasparus)! - Update GraphQLConfCard to link to YT + +- [#1734](https://github.com/the-guild-org/docs/pull/1734) + [`592b8d3`](https://github.com/the-guild-org/docs/commit/592b8d3c401c194a43a178b63c04749168967ae8) + Thanks [@hasparus](https://github.com/hasparus)! - Generalize bidirectional navmenu links to all + products + +- [#1739](https://github.com/the-guild-org/docs/pull/1739) + [`61612ad`](https://github.com/the-guild-org/docs/commit/61612ad45dd1c7f7cf63778052ad9fe1305cc980) + Thanks [@hasparus](https://github.com/hasparus)! - Unset Nextra's \_subpixel-antialiased + +- [#1733](https://github.com/the-guild-org/docs/pull/1733) + [`237a0ba`](https://github.com/the-guild-org/docs/commit/237a0ba8d6619b3ed394cdf1d9d830672699f48d) + Thanks [@hasparus](https://github.com/hasparus)! - Export `cn` function from @theguild/components + ## 7.0.1 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 2adf04024..02ae96517 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/components", - "version": "7.0.1", + "version": "7.0.2", "repository": { "url": "https://github.com/the-guild-org/docs", "directory": "packages/components"