diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4f8c6fb..91afe94 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.23" + ".": "0.1.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c371b7e..5726c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.24](https://github.com/mdn/rari/compare/v0.1.23...v0.1.24) (2025-02-06) + + +### Bug Fixes + +* **interactive-example:** missing quote at start of height attribute ([#120](https://github.com/mdn/rari/issues/120)) ([7fda86e](https://github.com/mdn/rari/commit/7fda86e5021c5ed307b0227ff05e86eeb12d8336)) + ## [0.1.23](https://github.com/mdn/rari/compare/v0.1.22...v0.1.23) (2025-02-05) diff --git a/Cargo.lock b/Cargo.lock index b0f8f4c..3d6e06e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,14 +570,14 @@ dependencies = [ [[package]] name = "css-definition-syntax" -version = "0.1.23" +version = "0.1.24" dependencies = [ "thiserror 1.0.69", ] [[package]] name = "css-syntax" -version = "0.1.23" +version = "0.1.24" dependencies = [ "anyhow", "css-definition-syntax", @@ -594,7 +594,7 @@ dependencies = [ [[package]] name = "css-syntax-types" -version = "0.1.23" +version = "0.1.24" dependencies = [ "regress", "serde", @@ -804,7 +804,7 @@ dependencies = [ [[package]] name = "diff-test" -version = "0.1.23" +version = "0.1.24" dependencies = [ "ansi-to-html", "anyhow", @@ -2546,7 +2546,7 @@ dependencies = [ [[package]] name = "rari" -version = "0.1.23" +version = "0.1.24" dependencies = [ "anyhow", "axum", @@ -2573,7 +2573,7 @@ dependencies = [ [[package]] name = "rari-data" -version = "0.1.23" +version = "0.1.24" dependencies = [ "chrono", "indexmap", @@ -2588,7 +2588,7 @@ dependencies = [ [[package]] name = "rari-deps" -version = "0.1.23" +version = "0.1.24" dependencies = [ "chrono", "css-syntax-types", @@ -2609,7 +2609,7 @@ dependencies = [ [[package]] name = "rari-doc" -version = "0.1.23" +version = "0.1.24" dependencies = [ "chrono", "constcat", @@ -2661,14 +2661,14 @@ dependencies = [ [[package]] name = "rari-linter" -version = "0.1.23" +version = "0.1.24" dependencies = [ "thiserror 1.0.69", ] [[package]] name = "rari-md" -version = "0.1.23" +version = "0.1.24" dependencies = [ "anyhow", "base64", @@ -2681,7 +2681,7 @@ dependencies = [ [[package]] name = "rari-sitemap" -version = "0.1.23" +version = "0.1.24" dependencies = [ "chrono", "flate2", @@ -2695,7 +2695,7 @@ dependencies = [ [[package]] name = "rari-templ-func" -version = "0.1.23" +version = "0.1.24" dependencies = [ "anyhow", "quote", @@ -2705,7 +2705,7 @@ dependencies = [ [[package]] name = "rari-tools" -version = "0.1.23" +version = "0.1.24" dependencies = [ "assert-json-diff", "chrono", @@ -2735,7 +2735,7 @@ dependencies = [ [[package]] name = "rari-types" -version = "0.1.23" +version = "0.1.24" dependencies = [ "chrono", "config", @@ -2754,7 +2754,7 @@ dependencies = [ [[package]] name = "rari-utils" -version = "0.1.23" +version = "0.1.24" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index d6ab95f..edb88eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari" -version = "0.1.23" +version = "0.1.24" edition = "2021" license = "MPL-2.0" authors = [ diff --git a/crates/css-definition-syntax/Cargo.toml b/crates/css-definition-syntax/Cargo.toml index f337c4b..30de8fc 100644 --- a/crates/css-definition-syntax/Cargo.toml +++ b/crates/css-definition-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-definition-syntax" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/css-syntax-types/Cargo.toml b/crates/css-syntax-types/Cargo.toml index 12cbe00..d9ec199 100644 --- a/crates/css-syntax-types/Cargo.toml +++ b/crates/css-syntax-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-syntax-types" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/css-syntax/Cargo.toml b/crates/css-syntax/Cargo.toml index d98f98a..8e7f20d 100644 --- a/crates/css-syntax/Cargo.toml +++ b/crates/css-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-syntax" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/diff-test/Cargo.toml b/crates/diff-test/Cargo.toml index 5033233..1a7a03d 100644 --- a/crates/diff-test/Cargo.toml +++ b/crates/diff-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diff-test" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-data/Cargo.toml b/crates/rari-data/Cargo.toml index 0853eca..d203608 100644 --- a/crates/rari-data/Cargo.toml +++ b/crates/rari-data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-data" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-deps/Cargo.toml b/crates/rari-deps/Cargo.toml index a960361..668df34 100644 --- a/crates/rari-deps/Cargo.toml +++ b/crates/rari-deps/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-deps" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-doc/Cargo.toml b/crates/rari-doc/Cargo.toml index 80860b3..bf86a23 100644 --- a/crates/rari-doc/Cargo.toml +++ b/crates/rari-doc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-doc" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-linter/Cargo.toml b/crates/rari-linter/Cargo.toml index 178e27a..1478909 100644 --- a/crates/rari-linter/Cargo.toml +++ b/crates/rari-linter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-linter" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-md/Cargo.toml b/crates/rari-md/Cargo.toml index 1a9798a..2c2344c 100644 --- a/crates/rari-md/Cargo.toml +++ b/crates/rari-md/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-md" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-sitemap/Cargo.toml b/crates/rari-sitemap/Cargo.toml index a3dbd58..4360241 100644 --- a/crates/rari-sitemap/Cargo.toml +++ b/crates/rari-sitemap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-sitemap" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-templ-func/Cargo.toml b/crates/rari-templ-func/Cargo.toml index 43ca5b7..05d54c7 100644 --- a/crates/rari-templ-func/Cargo.toml +++ b/crates/rari-templ-func/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-templ-func" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-tools/Cargo.toml b/crates/rari-tools/Cargo.toml index 4a7e23d..46fe359 100644 --- a/crates/rari-tools/Cargo.toml +++ b/crates/rari-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-tools" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors = [ "Andi Pieper ", diff --git a/crates/rari-types/Cargo.toml b/crates/rari-types/Cargo.toml index a5858ce..b74a2bb 100644 --- a/crates/rari-types/Cargo.toml +++ b/crates/rari-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-types" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-utils/Cargo.toml b/crates/rari-utils/Cargo.toml index db57dc1..bd55b21 100644 --- a/crates/rari-utils/Cargo.toml +++ b/crates/rari-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-utils" -version = "0.1.23" +version = "0.1.24" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/rari-npm/package-lock.json b/rari-npm/package-lock.json index a901920..6b67d7f 100644 --- a/rari-npm/package-lock.json +++ b/rari-npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/rari", - "version": "0.1.23", + "version": "0.1.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/rari", - "version": "0.1.23", + "version": "0.1.24", "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { diff --git a/rari-npm/package.json b/rari-npm/package.json index 52dff73..adc43d0 100644 --- a/rari-npm/package.json +++ b/rari-npm/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/rari", - "version": "0.1.23", + "version": "0.1.24", "description": "npm package for rari", "main": "./lib/index.js", "types": "./lib/index.d.ts",