Skip to content

Commit aeef20e

Browse files
chore(main): release 0.1.30
1 parent 0927f47 commit aeef20e

File tree

20 files changed

+48
-34
lines changed

20 files changed

+48
-34
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.29"
2+
".": "0.1.30"
33
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.30](https://github.com/mdn/rari/compare/v0.1.29...v0.1.30) (2025-03-14)
9+
10+
11+
### Features
12+
13+
* **content:** support fix-flaws command ([#158](https://github.com/mdn/rari/issues/158)) ([8e2ba1c](https://github.com/mdn/rari/commit/8e2ba1c868c6aded2b25088fe6c919ebd55c17b2))
14+
15+
16+
### Bug Fixes
17+
18+
* **issues:** calculate correct positions ([#154](https://github.com/mdn/rari/issues/154)) ([b97a9c2](https://github.com/mdn/rari/commit/b97a9c214452d8f89ca4da7928ad6814add16a9e))
19+
* **templ:** don't report ill cased as broken in templs ([#159](https://github.com/mdn/rari/issues/159)) ([0927f47](https://github.com/mdn/rari/commit/0927f4772b9bdf3a3312d9b86bfaa53883535c16))
20+
* update paths for HTTP section move ([#155](https://github.com/mdn/rari/issues/155)) ([ca4e711](https://github.com/mdn/rari/commit/ca4e7118e5600e7984997268c5c271fa84b84fdc))
21+
822
## [0.1.29](https://github.com/mdn/rari/compare/v0.1.28...v0.1.29) (2025-03-13)
923

1024

Cargo.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition = "2021"
55
license = "MPL-2.0"
66
authors = [

crates/css-definition-syntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-definition-syntax"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/css-syntax-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-syntax-types"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/css-syntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-syntax"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/diff-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diff-test"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-data/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-data"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-deps/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-deps"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-doc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-doc"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-linter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-linter"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-md/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-md"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-sitemap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-sitemap"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-templ-func/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-templ-func"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-tools/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-tools"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors = [
66
"Andi Pieper <[email protected]>",

crates/rari-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-types"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-utils"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

rari-npm/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rari-npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/rari",
3-
"version": "0.1.29",
3+
"version": "0.1.30",
44
"description": "npm package for rari",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)