Skip to content

Commit

Permalink
fix(docs-page): bumps docs-mdx for code-block fix (#504)
Browse files Browse the repository at this point in the history
* fix(docs-page): bumps docs-mdx to fix manual code-block copy issue

* fix(docs-page): pin to platform-docs-mdx pre-release

* chore: bump to latest pre-release

* chore: bump to stable release of docs-mdx
  • Loading branch information
zchsh committed Feb 23, 2022
1 parent 7a7bd18 commit 25d353c
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-beers-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hashicorp/react-docs-page': patch
---

Bumps platform-docs-mdx to fix a manual copy issue in code-block
59 changes: 55 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/docs-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Kevin Wang"
],
"dependencies": {
"@hashicorp/platform-docs-mdx": "^0.1.3",
"@hashicorp/platform-docs-mdx": "^0.1.4",
"@hashicorp/platform-markdown-utils": "^0.2.0",
"@hashicorp/react-alert": "^6.0.2",
"@hashicorp/react-content": "^8.2.1",
Expand Down

1 comment on commit 25d353c

@vercel
Copy link

@vercel vercel bot commented on 25d353c Feb 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.