Skip to content

Commit e16ffad

Browse files
chore(main): release 0.0.14
1 parent a3e3e87 commit e16ffad

File tree

19 files changed

+48
-31
lines changed

19 files changed

+48
-31
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.0.14](https://github.com/mdn/rari/compare/v0.0.13...v0.0.14) (2024-10-24)
9+
10+
11+
### Features
12+
13+
* **cli:** sync translated content ([#24](https://github.com/mdn/rari/issues/24)) ([a3e3e87](https://github.com/mdn/rari/commit/a3e3e871d78319cd0f85dde1cee638d088442215))
14+
* **rari-npm:** add initial support for npm ([e6ba05b](https://github.com/mdn/rari/commit/e6ba05b20b253a98d2f6646aceff1d6e094030a1))
15+
* **rari-npm:** add workflow ([9c7baa4](https://github.com/mdn/rari/commit/9c7baa488daafdec18239059471bc1aa6d73d9fe))
16+
* **rari-npm:** rename package ([4376a82](https://github.com/mdn/rari/commit/4376a8257fb82514fc8e532d41e9608205ebc4f4))
17+
18+
19+
### Bug Fixes
20+
21+
* **css-sytax-types:** support < rust 1.83 ([45f66b1](https://github.com/mdn/rari/commit/45f66b1f92df05e2879c6ec0b5ce646763be2bf2))
22+
* **rari-npm:** fix download and node < 22 ([11ec9ee](https://github.com/mdn/rari/commit/11ec9ee7a7c4135565d37caa5e85ba50892594b8))
23+
* **rari-npm:** use version from package.json ([cf07c78](https://github.com/mdn/rari/commit/cf07c7873a772cae4e3e9b582dca0fdc8b1608fc))
24+
825
## [0.0.13](https://github.com/mdn/rari/compare/v0.0.12...v0.0.13) (2024-10-18)
926

1027

Cargo.lock

+14-14
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.13"
3+
version = "0.0.14"
44
edition = "2021"
55
license = "MPL-2.0"
66
authors = ["Florian Dieminger <[email protected]>"]

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.13"
3+
version = "0.0.14"
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.13"
3+
version = "0.0.14"
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.13"
3+
version = "0.0.14"
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.13"
3+
version = "0.0.14"
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.13"
3+
version = "0.0.14"
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.13"
3+
version = "0.0.14"
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.13"
3+
version = "0.0.14"
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.13"
3+
version = "0.0.14"
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.13"
3+
version = "0.0.14"
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.13"
3+
version = "0.0.14"
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.13"
3+
version = "0.0.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

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.13"
3+
version = "0.0.14"
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.13"
3+
version = "0.0.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

rari-npm/package-lock.json

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

0 commit comments

Comments
 (0)