Skip to content

Commit

Permalink
docs: update tuono to 0.16.9 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalexiei authored Jan 2, 2025
1 parent 1af18e4 commit 1c69e10
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install tuono
run: cargo install [email protected].4
run: cargo install [email protected].9

- name: Build project
working-directory: ./apps/documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install tuono
run: cargo install [email protected].4
run: cargo install [email protected].9

- name: Build project
working-directory: ./apps/documentation
Expand Down
17 changes: 17 additions & 0 deletions apps/documentation/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Documentation Contributing

## Update `tuono` version in `apps/documentation`

Update `tuono` version in the following files

- `.github/workflows/ci-documentation.yml`
- `.github/workflows/deploy-documentation.yml`
- `apps/documentation/Cargo.toml`
- `apps/documentation/package.json`

[Refer to this PR for additional information](https://github.com/tuono-labs/tuono/pull/236/files)

In the future we might:

- move the documentation in a separate repo
- make a script to perform this operation
2 changes: 1 addition & 1 deletion apps/documentation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "tuono"
path = ".tuono/main.rs"

[dependencies]
tuono_lib = "0.16.4"
tuono_lib = "0.16.9"
glob = "0.3.1"
time = { version = "0.3", features = ["macros"] }
serde = { version = "1.0.202", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tuono": "npm:[email protected].4"
"tuono": "npm:[email protected].9"
},
"devDependencies": {
"@mdx-js/rollup": "3.1.0",
Expand Down
85 changes: 21 additions & 64 deletions pnpm-lock.yaml

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

0 comments on commit 1c69e10

Please sign in to comment.