Skip to content

Commit 5ed73b9

Browse files
authored
chore(main): release 0.2.7 (#410)
1 parent a21dd87 commit 5ed73b9

File tree

21 files changed

+49
-36
lines changed

21 files changed

+49
-36
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.6"
2+
".": "0.2.7"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.2.7](https://github.com/mdn/rari/compare/v0.2.6...v0.2.7) (2025-12-04)
9+
10+
11+
### Features
12+
13+
* **fix-flaws:** fix slugs in macro parameters ([#413](https://github.com/mdn/rari/issues/413)) ([a21dd87](https://github.com/mdn/rari/commit/a21dd875771e5873cf5c4fe0b4bc42362437dbb1))
14+
15+
16+
### Miscellaneous
17+
18+
* **deps:** bump js-yaml from 4.1.0 to 4.1.1 in /rari-npm ([#409](https://github.com/mdn/rari/issues/409)) ([c21a01c](https://github.com/mdn/rari/commit/c21a01c1466778ad8a1b9a26664afa0da6fbf646))
19+
* **doc:** remove EmbedInteractiveExample macro ([#411](https://github.com/mdn/rari/issues/411)) ([fd707ee](https://github.com/mdn/rari/commit/fd707ee460428bbe745e53aabe29d710cd9d6f80))
20+
821
## [0.2.6](https://github.com/mdn/rari/compare/v0.2.5...v0.2.6) (2025-12-03)
922

1023

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition = "2024"
55
license = "MPL-2.0"
66
authors = ["MDN Engineering Team <[email protected]>"]

crates/css-definition-syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-definition-syntax"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/css-syntax-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-syntax-types"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/css-syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-syntax"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/diff-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diff-test"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-data"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-deps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-deps"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)