Skip to content

Commit

Permalink
Release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Aug 30, 2024
1 parent b3106ab commit 3b93746
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/mdbook-quiz-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook-quiz-schema"
version = "0.3.5"
version = "0.3.6"
authors = ["Will Crichton <[email protected]>"]
description = "Schema for quizzes used in mdbook-quiz"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/mdbook-quiz-validate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook-quiz-validate"
version = "0.3.5"
version = "0.3.6"
authors = ["Will Crichton <[email protected]>"]
description = "Input validation for quizzes used in mdbook-quiz"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/mdbook-quiz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "mdbook-quiz"
authors = ["Will Crichton <[email protected]>"]
description = "Interactive quizzes for your mdBook"
license = "MIT OR Apache-2.0"
version = "0.3.5"
version = "0.3.6"
edition = "2021"
include = ["/src", "/js"]
repository = "https://github.com/cognitive-engineering-lab/mdbook-quiz"
Expand Down
8 changes: 4 additions & 4 deletions example/standalone/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion example/standalone/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import TOML from "@iarna/toml";
import { Quiz, QuizView } from "@wcrichto/quiz";
import { type Quiz, QuizView } from "@wcrichto/quiz";
import React from "react";
import ReactDOM from "react-dom/client";

Expand Down
2 changes: 1 addition & 1 deletion example/standalone/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { defineConfig } from "vite";

export default defineConfig(() => ({
base: "./",
plugins: [react()],
plugins: [react()]
}));

0 comments on commit 3b93746

Please sign in to comment.