Skip to content

Commit d83d585

Browse files
chore(main): release 0.1.25
1 parent fe44b01 commit d83d585

File tree

20 files changed

+55
-34
lines changed

20 files changed

+55
-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.24"
2+
".": "0.1.25"
33
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ 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.25](https://github.com/mdn/rari/compare/v0.1.24...v0.1.25) (2025-02-14)
9+
10+
11+
### Features
12+
13+
* **build:** support --file-list ([fe44b01](https://github.com/mdn/rari/commit/fe44b01b04803f3d363d18406ee3eb5e8427a96a))
14+
* **deps:** support DEPS_DATA_DIR env var to set data dir ([8dce98a](https://github.com/mdn/rari/commit/8dce98ad628724435cd2efdbd4ca12a85a0aa10e))
15+
* **templ:** support sandbox attr in embedlivesample ([dd5ac86](https://github.com/mdn/rari/commit/dd5ac867f5ffc55793ccc0837ec6f11282c6fa78))
16+
* **title:** update root_doc_url ([d2930a0](https://github.com/mdn/rari/commit/d2930a06ee6c39b3b916fad8c22938f9f66e7c27))
17+
* **tools:** remove redirects that reference to deleted docs ([#126](https://github.com/mdn/rari/issues/126)) ([7f99fc6](https://github.com/mdn/rari/commit/7f99fc6035979a26183e3d0277b1cdba83f4b767))
18+
19+
20+
### Bug Fixes
21+
22+
* **npm:** use `import` to dynamically load esm modules ([#130](https://github.com/mdn/rari/issues/130)) ([9fcfe1a](https://github.com/mdn/rari/commit/9fcfe1a8a516e683e8e1c024a9787e79011dc529))
23+
* **redirects:** check for actual doc instead of path ([f9be824](https://github.com/mdn/rari/commit/f9be8240700d9952d458c7248e07d76fa1b2e817))
24+
* **templ:** fix grouping for in cssref sidebar ([da781c5](https://github.com/mdn/rari/commit/da781c5a8e44b214ffda498c4fa6076429e8d4cd))
25+
* **templ:** htmlelement/htmlxref don't lowercase ([4e331b3](https://github.com/mdn/rari/commit/4e331b38cd5d8be134f4836c7e70a19ae6a631a3))
26+
* **workflows:** assign explicit permissions ([#123](https://github.com/mdn/rari/issues/123)) ([e446222](https://github.com/mdn/rari/commit/e4462229eb73e67a0b2d8ea2850cd05bef46a276))
27+
* **workflows:** pin 3rd party actions ([#124](https://github.com/mdn/rari/issues/124)) ([0edec41](https://github.com/mdn/rari/commit/0edec412c012c82d08383b71f5dd2b652fc82cbb))
28+
829
## [0.1.24](https://github.com/mdn/rari/compare/v0.1.23...v0.1.24) (2025-02-06)
930

1031

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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24"
3+
version = "0.1.25"
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.24",
3+
"version": "0.1.25",
44
"description": "npm package for rari",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)