Skip to content

Commit

Permalink
chore(main): release 0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 29, 2025
1 parent 508b26f commit 78c0f86
Show file tree
Hide file tree
Showing 20 changed files with 50 additions and 34 deletions.
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.20"
".": "0.1.21"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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.21](https://github.com/mdn/rari/compare/v0.1.20...v0.1.21) (2025-01-29)


### Features

* **cli:** use info! instead of println! ([797e299](https://github.com/mdn/rari/commit/797e29999c222eb4cd4e4d0d55fa468232b72001))
* **templ:** support full syntax for csssyntaxraw ([1d78439](https://github.com/mdn/rari/commit/1d7843962ba9d2ccdc15b88106a373e16b705a0f))
* **tools:** add validate-redirects and support locale arg ([4488aed](https://github.com/mdn/rari/commit/4488aedb5949d66e5b1fc6e7c72b206c1bf182b7))


### Bug Fixes

* **build:** canonicalize file arguments ([5e2cccf](https://github.com/mdn/rari/commit/5e2cccf14638aa5b389b73c969540daf85366f18)), closes [#98](https://github.com/mdn/rari/issues/98)
* **build:** don't try to read generic pages if not set ([508b26f](https://github.com/mdn/rari/commit/508b26f8073a5cc014d7df8054635f108062e7a4))
* **yaml:** force double quotes for fm and sidebars ([9890c7d](https://github.com/mdn/rari/commit/9890c7d321b9cc3d91054549552df3b88d826c83))

## [0.1.20](https://github.com/mdn/rari/compare/v0.1.19...v0.1.20) (2025-01-24)


Expand Down
30 changes: 15 additions & 15 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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20"
version = "0.1.21"
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.20",
"version": "0.1.21",
"description": "npm package for rari",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 78c0f86

Please sign in to comment.