Skip to content

Commit 998c616

Browse files
authored
Update docs for @reactodia/workspace@0.34.1 (#7)
1 parent 03dd7df commit 998c616

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches: [ "main" ]
1111

1212
env:
13-
reactodia_workspace_ref: 'v0.34.0'
13+
reactodia_workspace_ref: 'v0.34.1'
1414

1515
jobs:
1616
build:

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
reactodia_workspace_ref: 'v0.34.0'
11+
reactodia_workspace_ref: 'v0.34.1'
1212

1313
jobs:
1414
build:

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactodia/reactodia.github.io",
3-
"version": "0.34.0",
3+
"version": "0.34.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -21,7 +21,7 @@
2121
"@easyops-cn/docusaurus-search-local": "^0.51.0",
2222
"@mdx-js/react": "^3.1.0",
2323
"@reactodia/hashmap": "^0.2.1",
24-
"@reactodia/workspace": "^0.34.0",
24+
"@reactodia/workspace": "^0.34.1",
2525
"clsx": "^2.1.1",
2626
"n3": "^1.17.2",
2727
"prism-react-renderer": "^2.4.1",

0 commit comments

Comments
 (0)