Skip to content
Merged
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.45"
".": "0.1.46"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ 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.46](https://github.com/mdn/rari/compare/v0.1.45...v0.1.46) (2025-07-10)


### Bug Fixes

* **blog:** add breadcrumbs to posts ([#271](https://github.com/mdn/rari/issues/271)) ([20d040c](https://github.com/mdn/rari/commit/20d040c88e777dec3af59a9f00559244efd79832))
* **blog:** filter unpublished posts immediately ([#264](https://github.com/mdn/rari/issues/264)) ([45b5bf5](https://github.com/mdn/rari/commit/45b5bf5b3ca3852ba47184ff313bf38be739552a))
* **blog:** return only single parent/breadcrumb item for index ([01caa83](https://github.com/mdn/rari/commit/01caa83d4f4c4a3b48569b2f322b125d6c04202c))


### Enhancements

* **page:** add other_translations to non-Doc pages ([#272](https://github.com/mdn/rari/issues/272)) ([9ae3a11](https://github.com/mdn/rari/commit/9ae3a11d6e2a1f73ef274bbf5ab0b60f242971d2))
* **pages:** support short-title for generic ([#274](https://github.com/mdn/rari/issues/274)) ([9627c9b](https://github.com/mdn/rari/commit/9627c9b6acb13b4666f7cf2ec4936320ff6100c3))
* **sidebars:** add `<wbr>` to long code elements ([#270](https://github.com/mdn/rari/issues/270)) ([8c5d8fc](https://github.com/mdn/rari/commit/8c5d8fc41876f6538f658a48b99ba7513ebe1d00))
* **spa:** refine {page,short}_title ([#269](https://github.com/mdn/rari/issues/269)) ([5a4b046](https://github.com/mdn/rari/commit/5a4b046297f1d6461dded4ebf1afb578c8eae907))


### Miscellaneous

* **clippy:** fix complaints about format strings ([b70a321](https://github.com/mdn/rari/commit/b70a32149099349cb9d901109671b3d3130c2b28))

## [0.1.45](https://github.com/mdn/rari/compare/v0.1.44...v0.1.45) (2025-06-25)


Expand Down
32 changes: 16 additions & 16 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.1.45"
version = "0.1.46"
edition = "2021"
license = "MPL-2.0"
authors = [
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.1.45"
version = "0.1.46"
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.1.45"
version = "0.1.46"
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.1.45"
version = "0.1.46"
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.1.45"
version = "0.1.46"
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.1.45"
version = "0.1.46"
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.1.45"
version = "0.1.46"
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.1.45"
version = "0.1.46"
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.1.45"
version = "0.1.46"
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.1.45"
version = "0.1.46"
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.1.45"
version = "0.1.46"
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.1.45"
version = "0.1.46"
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.1.45"
version = "0.1.46"
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.1.45"
version = "0.1.46"
edition.workspace = true
authors = [
"Andi Pieper <[email protected]>",
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.1.45"
version = "0.1.46"
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.1.45"
version = "0.1.46"
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.1.45",
"version": "0.1.46",
"description": "npm package for rari",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down