Skip to content

Commit

Permalink
3.10.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey committed Feb 28, 2024
1 parent b3f353e commit bc78dc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ configureDocs({
loc: {ru, en, tr, ...}
})

// The theme must be applied. To do that either wrap your app in ThemeProvider
// The theme must be applied. To do that wrap your app in ThemeProvider
const root = createRoot(document.getElementById('root'));
root.render(
<ThemeProvider theme="light">
Expand Down
4 changes: 2 additions & 2 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React components for drawing Diplodoc documentation",
"author": "YFM Team <[email protected]>",
"license": "MIT",
"version": "3.9.1",
"version": "3.10.0-beta.1",
"repository": {
"type": "git",
"url": "[email protected]:yandex-cloud/docs-components.git"
Expand Down

0 comments on commit bc78dc1

Please sign in to comment.