Skip to content

Commit a3b6a1a

Browse files
chore(main): release 0.1.0
1 parent 3435feb commit a3b6a1a

File tree

20 files changed

+52
-34
lines changed

20 files changed

+52
-34
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.0](https://github.com/mdn/rari/compare/v0.0.26...v0.1.0) (2024-12-05)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* **cli:** Rari only builds build basic components by default. Use --all for old behavior.
14+
15+
### Features
16+
17+
* **cli:** new cli args ([5f0f7e6](https://github.com/mdn/rari/commit/5f0f7e69147772d198bd893677cce6fd49c9ec33))
18+
* **serve:** 404 for document not found ([3435feb](https://github.com/mdn/rari/commit/3435feb071af72742983214db17f2878e69f46e2))
19+
20+
21+
### Bug Fixes
22+
23+
* **generic_content:** fix locale in sitemap ([48d540c](https://github.com/mdn/rari/commit/48d540ce1d39576484b6c0f3f13c50e52b6508e7))
24+
* **sidebars:** support listsubpages with code ([e287d44](https://github.com/mdn/rari/commit/e287d44cb8430267f89513a5cbcd323bfb7c5c6d))
25+
826
## [0.0.26](https://github.com/mdn/rari/compare/v0.0.25...v0.0.26) (2024-12-01)
927

1028

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

0 commit comments

Comments
 (0)