diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 91afe94..326017c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.24" + ".": "0.1.25" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5726c98..e8ecd06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ 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.25](https://github.com/mdn/rari/compare/v0.1.24...v0.1.25) (2025-02-14) + + +### Features + +* **build:** support --file-list ([fe44b01](https://github.com/mdn/rari/commit/fe44b01b04803f3d363d18406ee3eb5e8427a96a)) +* **deps:** support DEPS_DATA_DIR env var to set data dir ([8dce98a](https://github.com/mdn/rari/commit/8dce98ad628724435cd2efdbd4ca12a85a0aa10e)) +* **templ:** support sandbox attr in embedlivesample ([dd5ac86](https://github.com/mdn/rari/commit/dd5ac867f5ffc55793ccc0837ec6f11282c6fa78)) +* **title:** update root_doc_url ([d2930a0](https://github.com/mdn/rari/commit/d2930a06ee6c39b3b916fad8c22938f9f66e7c27)) +* **tools:** remove redirects that reference to deleted docs ([#126](https://github.com/mdn/rari/issues/126)) ([7f99fc6](https://github.com/mdn/rari/commit/7f99fc6035979a26183e3d0277b1cdba83f4b767)) + + +### Bug Fixes + +* **npm:** use `import` to dynamically load esm modules ([#130](https://github.com/mdn/rari/issues/130)) ([9fcfe1a](https://github.com/mdn/rari/commit/9fcfe1a8a516e683e8e1c024a9787e79011dc529)) +* **redirects:** check for actual doc instead of path ([f9be824](https://github.com/mdn/rari/commit/f9be8240700d9952d458c7248e07d76fa1b2e817)) +* **templ:** fix grouping for in cssref sidebar ([da781c5](https://github.com/mdn/rari/commit/da781c5a8e44b214ffda498c4fa6076429e8d4cd)) +* **templ:** htmlelement/htmlxref don't lowercase ([4e331b3](https://github.com/mdn/rari/commit/4e331b38cd5d8be134f4836c7e70a19ae6a631a3)) +* **workflows:** assign explicit permissions ([#123](https://github.com/mdn/rari/issues/123)) ([e446222](https://github.com/mdn/rari/commit/e4462229eb73e67a0b2d8ea2850cd05bef46a276)) +* **workflows:** pin 3rd party actions ([#124](https://github.com/mdn/rari/issues/124)) ([0edec41](https://github.com/mdn/rari/commit/0edec412c012c82d08383b71f5dd2b652fc82cbb)) + ## [0.1.24](https://github.com/mdn/rari/compare/v0.1.23...v0.1.24) (2025-02-06) diff --git a/Cargo.lock b/Cargo.lock index c306427..ed7b892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -559,14 +559,14 @@ dependencies = [ [[package]] name = "css-definition-syntax" -version = "0.1.24" +version = "0.1.25" dependencies = [ "thiserror 1.0.69", ] [[package]] name = "css-syntax" -version = "0.1.24" +version = "0.1.25" dependencies = [ "anyhow", "css-definition-syntax", @@ -583,7 +583,7 @@ dependencies = [ [[package]] name = "css-syntax-types" -version = "0.1.24" +version = "0.1.25" dependencies = [ "regress", "serde", @@ -793,7 +793,7 @@ dependencies = [ [[package]] name = "diff-test" -version = "0.1.24" +version = "0.1.25" dependencies = [ "ansi-to-html", "anyhow", @@ -2583,7 +2583,7 @@ dependencies = [ [[package]] name = "rari" -version = "0.1.24" +version = "0.1.25" dependencies = [ "anyhow", "axum", @@ -2610,7 +2610,7 @@ dependencies = [ [[package]] name = "rari-data" -version = "0.1.24" +version = "0.1.25" dependencies = [ "chrono", "indexmap", @@ -2625,7 +2625,7 @@ dependencies = [ [[package]] name = "rari-deps" -version = "0.1.24" +version = "0.1.25" dependencies = [ "chrono", "css-syntax-types", @@ -2646,7 +2646,7 @@ dependencies = [ [[package]] name = "rari-doc" -version = "0.1.24" +version = "0.1.25" dependencies = [ "chrono", "constcat", @@ -2698,14 +2698,14 @@ dependencies = [ [[package]] name = "rari-linter" -version = "0.1.24" +version = "0.1.25" dependencies = [ "thiserror 1.0.69", ] [[package]] name = "rari-md" -version = "0.1.24" +version = "0.1.25" dependencies = [ "anyhow", "base64", @@ -2718,7 +2718,7 @@ dependencies = [ [[package]] name = "rari-sitemap" -version = "0.1.24" +version = "0.1.25" dependencies = [ "chrono", "flate2", @@ -2732,7 +2732,7 @@ dependencies = [ [[package]] name = "rari-templ-func" -version = "0.1.24" +version = "0.1.25" dependencies = [ "anyhow", "quote", @@ -2742,7 +2742,7 @@ dependencies = [ [[package]] name = "rari-tools" -version = "0.1.24" +version = "0.1.25" dependencies = [ "assert-json-diff", "chrono", @@ -2772,7 +2772,7 @@ dependencies = [ [[package]] name = "rari-types" -version = "0.1.24" +version = "0.1.25" dependencies = [ "chrono", "config", @@ -2791,7 +2791,7 @@ dependencies = [ [[package]] name = "rari-utils" -version = "0.1.24" +version = "0.1.25" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 7e2f611..b6abef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari" -version = "0.1.24" +version = "0.1.25" edition = "2021" license = "MPL-2.0" authors = [ diff --git a/crates/css-definition-syntax/Cargo.toml b/crates/css-definition-syntax/Cargo.toml index 30de8fc..09f375d 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.24" +version = "0.1.25" 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 d9ec199..fa1c918 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.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/css-syntax/Cargo.toml b/crates/css-syntax/Cargo.toml index 8e7f20d..8117048 100644 --- a/crates/css-syntax/Cargo.toml +++ b/crates/css-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-syntax" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/diff-test/Cargo.toml b/crates/diff-test/Cargo.toml index 1a7a03d..f8cb604 100644 --- a/crates/diff-test/Cargo.toml +++ b/crates/diff-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diff-test" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-data/Cargo.toml b/crates/rari-data/Cargo.toml index d203608..971299c 100644 --- a/crates/rari-data/Cargo.toml +++ b/crates/rari-data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-data" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-deps/Cargo.toml b/crates/rari-deps/Cargo.toml index 668df34..d86d8d0 100644 --- a/crates/rari-deps/Cargo.toml +++ b/crates/rari-deps/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-deps" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-doc/Cargo.toml b/crates/rari-doc/Cargo.toml index bbd387f..7ce43d0 100644 --- a/crates/rari-doc/Cargo.toml +++ b/crates/rari-doc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-doc" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-linter/Cargo.toml b/crates/rari-linter/Cargo.toml index 1478909..657f2f3 100644 --- a/crates/rari-linter/Cargo.toml +++ b/crates/rari-linter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-linter" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-md/Cargo.toml b/crates/rari-md/Cargo.toml index cc28dba..8ab2f6f 100644 --- a/crates/rari-md/Cargo.toml +++ b/crates/rari-md/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-md" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-sitemap/Cargo.toml b/crates/rari-sitemap/Cargo.toml index 4360241..fdd856d 100644 --- a/crates/rari-sitemap/Cargo.toml +++ b/crates/rari-sitemap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-sitemap" -version = "0.1.24" +version = "0.1.25" 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 05d54c7..f8656c9 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.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-tools/Cargo.toml b/crates/rari-tools/Cargo.toml index cdd052f..5a7550e 100644 --- a/crates/rari-tools/Cargo.toml +++ b/crates/rari-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-tools" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors = [ "Andi Pieper ", diff --git a/crates/rari-types/Cargo.toml b/crates/rari-types/Cargo.toml index e964369..57de701 100644 --- a/crates/rari-types/Cargo.toml +++ b/crates/rari-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-types" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-utils/Cargo.toml b/crates/rari-utils/Cargo.toml index bd55b21..fafdab8 100644 --- a/crates/rari-utils/Cargo.toml +++ b/crates/rari-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-utils" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/rari-npm/package-lock.json b/rari-npm/package-lock.json index 6b67d7f..5e59b99 100644 --- a/rari-npm/package-lock.json +++ b/rari-npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/rari", - "version": "0.1.24", + "version": "0.1.25", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/rari", - "version": "0.1.24", + "version": "0.1.25", "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { diff --git a/rari-npm/package.json b/rari-npm/package.json index adc43d0..2a43c22 100644 --- a/rari-npm/package.json +++ b/rari-npm/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/rari", - "version": "0.1.24", + "version": "0.1.25", "description": "npm package for rari", "main": "./lib/index.js", "types": "./lib/index.d.ts",