Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.21"
".": "0.2.22"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.2.22](https://github.com/mdn/rari/compare/v0.2.21...v0.2.22) (2026-05-04)


### Features

* **doc:** collect fragment IDs into `index.json` ([#653](https://github.com/mdn/rari/issues/653)) ([1337857](https://github.com/mdn/rari/commit/1337857286d6b310ca81988c85197aa3a95f6f0b))


### Miscellaneous

* **deps:** bump icu_collator from 2.1.1 to 2.2.0 ([#661](https://github.com/mdn/rari/issues/661)) ([8aa0b97](https://github.com/mdn/rari/commit/8aa0b974e7ad126b149c9a3fd2e37109d4ceed82))
* **deps:** bump inventory from 0.3.22 to 0.3.24 ([#663](https://github.com/mdn/rari/issues/663)) ([fe0a912](https://github.com/mdn/rari/commit/fe0a912ada562cadf43be224b8890c4a8bdfcae0))
* **deps:** bump lol_html from 2.7.2 to 2.8.1 ([#662](https://github.com/mdn/rari/issues/662)) ([b2e22fe](https://github.com/mdn/rari/commit/b2e22feb1073d8c3cecde9e65ef3cbba8b7932d4))

## [0.2.21](https://github.com/mdn/rari/compare/v0.2.20...v0.2.21) (2026-04-28)


Expand Down
36 changes: 18 additions & 18 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rari"
version = "0.2.21"
version = "0.2.22"
edition = "2024"
license = "MPL-2.0"
authors = ["MDN Engineering Team <mdn-dev@mozilla.com>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/css-definition-syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "css-definition-syntax"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/css-syntax-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "css-syntax-types"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/css-syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "css-syntax"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/diff-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diff-test"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rari-data"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-deps/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rari-deps"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-doc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rari-doc"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-linter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rari-linter"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rari-lsp"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-md/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rari-md"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-sitemap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rari-sitemap"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-templ-func/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rari-templ-func"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rari-tools"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors = [
"Andi Pieper <apieper@mozilla.com>",
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rari-types"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rari-utils"
version = "0.2.21"
version = "0.2.22"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions rari-npm/package-lock.json

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

2 changes: 1 addition & 1 deletion rari-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdn/rari",
"version": "0.2.21",
"version": "0.2.22",
"description": "npm package for rari",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
Loading