Skip to content

Commit 526233a

Browse files
committed
bump version
1 parent 3284b76 commit 526233a

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"packages/*"
55
],
66
"scripts": {
7+
"help": "yarn run",
8+
79
"test": "yarn workspace @netfoundry/docusaurus-theme test",
810

911
"theme:build": "yarn workspace @netfoundry/docusaurus-theme build",
@@ -15,6 +17,7 @@
1517
"test-site:clear": "yarn workspace test-site clear",
1618
"test-site:fresh": "yarn test-site:clear && yarn test-site",
1719

20+
"unified:install": "yarn --cwd unified-doc install",
1821
"unified": "yarn --cwd unified-doc start",
1922
"unified:build": "yarn --cwd unified-doc build",
2023
"unified:clear": "yarn --cwd unified-doc clear",

unified-doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@docusaurus/theme-mermaid": "^3.10.1",
5656
"@hotjar/browser": "^1.0.9",
5757
"@mdx-js/react": "^3.0.0",
58-
"@netfoundry/docusaurus-theme": "^0.15.1",
58+
"@netfoundry/docusaurus-theme": "^0.15.2",
5959
"@scalar/docusaurus": "^0.8.13",
6060
"algoliasearch": "^5.36.0",
6161
"asciinema-player": "^3.10.1",

unified-doc/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2622,10 +2622,10 @@
26222622
"@emnapi/runtime" "^1.5.0"
26232623
"@tybys/wasm-util" "^0.10.1"
26242624

2625-
"@netfoundry/docusaurus-theme@^0.15.1":
2626-
version "0.15.1"
2627-
resolved "https://registry.yarnpkg.com/@netfoundry/docusaurus-theme/-/docusaurus-theme-0.15.1.tgz#57b06ac64f7979bcf223c713e158cdcabd9af7c8"
2628-
integrity sha512-9YhQzbJnhz6StIULNRWbwxYnY0etk9aO2ikf82KliVTufiDFato3zm/+KQ7kf9YXT86m763RqW3DOcrnlTkkZQ==
2625+
"@netfoundry/docusaurus-theme@^0.15.2":
2626+
version "0.15.2"
2627+
resolved "https://registry.yarnpkg.com/@netfoundry/docusaurus-theme/-/docusaurus-theme-0.15.2.tgz#f350ff57897d9dec528e6198ca89815b551879c7"
2628+
integrity sha512-J9cKCvU57lhTx74Zu3IKZEleTRL2+op61JylCghyAi20wuSfJl3liqmHTzeFNj1MAKT0uVYL+OaAJoi6RYL1/Q==
26292629
dependencies:
26302630
"@docsearch/react" "^3"
26312631
algoliasearch "^5"

0 commit comments

Comments
 (0)