From d8ff8d9ee6ff75bbdc206ab80804842d90ed460d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:04:53 +0200 Subject: [PATCH] chore(main): release 0.0.14 (#23) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++ Cargo.lock | 28 ++++++++++++------------- Cargo.toml | 2 +- crates/css-definition-syntax/Cargo.toml | 2 +- crates/css-syntax-types/Cargo.toml | 2 +- crates/css-syntax/Cargo.toml | 2 +- crates/diff-test/Cargo.toml | 2 +- crates/rari-data/Cargo.toml | 2 +- crates/rari-deps/Cargo.toml | 2 +- crates/rari-doc/Cargo.toml | 2 +- crates/rari-linter/Cargo.toml | 2 +- crates/rari-md/Cargo.toml | 2 +- crates/rari-templ-func/Cargo.toml | 2 +- crates/rari-tools/Cargo.toml | 2 +- crates/rari-types/Cargo.toml | 2 +- crates/rari-utils/Cargo.toml | 2 +- rari-npm/package-lock.json | 2 +- rari-npm/package.json | 2 +- 19 files changed, 49 insertions(+), 31 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 883b279..f89a3b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.13" + ".": "0.0.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5417ffb..6ad3ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.14](https://github.com/mdn/rari/compare/v0.0.13...v0.0.14) (2024-10-24) + + +### Features + +* **cli:** sync translated content ([#24](https://github.com/mdn/rari/issues/24)) ([a3e3e87](https://github.com/mdn/rari/commit/a3e3e871d78319cd0f85dde1cee638d088442215)) +* **rari-npm:** add initial support for npm ([e6ba05b](https://github.com/mdn/rari/commit/e6ba05b20b253a98d2f6646aceff1d6e094030a1)) +* **rari-npm:** add workflow ([9c7baa4](https://github.com/mdn/rari/commit/9c7baa488daafdec18239059471bc1aa6d73d9fe)) +* **rari-npm:** include cli script ([ee9a1d9](https://github.com/mdn/rari/commit/ee9a1d9f832f3789757841dedea8237f29e1fcc2)) +* **rari-npm:** rename package ([4376a82](https://github.com/mdn/rari/commit/4376a8257fb82514fc8e532d41e9608205ebc4f4)) + + +### Bug Fixes + +* **css-sytax-types:** support < rust 1.83 ([45f66b1](https://github.com/mdn/rari/commit/45f66b1f92df05e2879c6ec0b5ce646763be2bf2)) +* **rari-npm:** fix download and node < 22 ([11ec9ee](https://github.com/mdn/rari/commit/11ec9ee7a7c4135565d37caa5e85ba50892594b8)) +* **rari-npm:** use version from package.json ([cf07c78](https://github.com/mdn/rari/commit/cf07c7873a772cae4e3e9b582dca0fdc8b1608fc)) + ## [0.0.13](https://github.com/mdn/rari/compare/v0.0.12...v0.0.13) (2024-10-18) diff --git a/Cargo.lock b/Cargo.lock index e0acbe7..8d9864d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,14 +545,14 @@ dependencies = [ [[package]] name = "css-definition-syntax" -version = "0.0.13" +version = "0.0.14" dependencies = [ "thiserror", ] [[package]] name = "css-syntax" -version = "0.0.13" +version = "0.0.14" dependencies = [ "anyhow", "css-definition-syntax", @@ -569,7 +569,7 @@ dependencies = [ [[package]] name = "css-syntax-types" -version = "0.0.13" +version = "0.0.14" dependencies = [ "regress", "serde", @@ -795,7 +795,7 @@ dependencies = [ [[package]] name = "diff-test" -version = "0.0.13" +version = "0.0.14" dependencies = [ "ansi-to-html", "anyhow", @@ -2554,7 +2554,7 @@ dependencies = [ [[package]] name = "rari" -version = "0.0.13" +version = "0.0.14" dependencies = [ "anyhow", "axum", @@ -2576,7 +2576,7 @@ dependencies = [ [[package]] name = "rari-data" -version = "0.0.13" +version = "0.0.14" dependencies = [ "chrono", "indexmap", @@ -2589,7 +2589,7 @@ dependencies = [ [[package]] name = "rari-deps" -version = "0.0.13" +version = "0.0.14" dependencies = [ "chrono", "css-syntax-types", @@ -2604,7 +2604,7 @@ dependencies = [ [[package]] name = "rari-doc" -version = "0.0.13" +version = "0.0.14" dependencies = [ "chrono", "constcat", @@ -2653,14 +2653,14 @@ dependencies = [ [[package]] name = "rari-linter" -version = "0.0.13" +version = "0.0.14" dependencies = [ "thiserror", ] [[package]] name = "rari-md" -version = "0.0.13" +version = "0.0.14" dependencies = [ "anyhow", "base64", @@ -2673,7 +2673,7 @@ dependencies = [ [[package]] name = "rari-templ-func" -version = "0.0.13" +version = "0.0.14" dependencies = [ "anyhow", "quote", @@ -2683,7 +2683,7 @@ dependencies = [ [[package]] name = "rari-tools" -version = "0.0.13" +version = "0.0.14" dependencies = [ "chrono", "console", @@ -2708,7 +2708,7 @@ dependencies = [ [[package]] name = "rari-types" -version = "0.0.13" +version = "0.0.14" dependencies = [ "chrono", "config", @@ -2724,7 +2724,7 @@ dependencies = [ [[package]] name = "rari-utils" -version = "0.0.13" +version = "0.0.14" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 25605b8..50c1461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari" -version = "0.0.13" +version = "0.0.14" edition = "2021" license = "MPL-2.0" authors = ["Florian Dieminger "] diff --git a/crates/css-definition-syntax/Cargo.toml b/crates/css-definition-syntax/Cargo.toml index d0a2e6f..2112b1b 100644 --- a/crates/css-definition-syntax/Cargo.toml +++ b/crates/css-definition-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-definition-syntax" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/css-syntax-types/Cargo.toml b/crates/css-syntax-types/Cargo.toml index e547e43..c811e1e 100644 --- a/crates/css-syntax-types/Cargo.toml +++ b/crates/css-syntax-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-syntax-types" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/css-syntax/Cargo.toml b/crates/css-syntax/Cargo.toml index 2bd030e..4ce1d15 100644 --- a/crates/css-syntax/Cargo.toml +++ b/crates/css-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-syntax" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/diff-test/Cargo.toml b/crates/diff-test/Cargo.toml index ce7978c..1d1ae96 100644 --- a/crates/diff-test/Cargo.toml +++ b/crates/diff-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diff-test" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-data/Cargo.toml b/crates/rari-data/Cargo.toml index 46eb403..08aded1 100644 --- a/crates/rari-data/Cargo.toml +++ b/crates/rari-data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-data" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-deps/Cargo.toml b/crates/rari-deps/Cargo.toml index 23f6305..593b554 100644 --- a/crates/rari-deps/Cargo.toml +++ b/crates/rari-deps/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-deps" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-doc/Cargo.toml b/crates/rari-doc/Cargo.toml index 0bf8f44..b087faf 100644 --- a/crates/rari-doc/Cargo.toml +++ b/crates/rari-doc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-doc" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-linter/Cargo.toml b/crates/rari-linter/Cargo.toml index b3fecb4..e8c3947 100644 --- a/crates/rari-linter/Cargo.toml +++ b/crates/rari-linter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-linter" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-md/Cargo.toml b/crates/rari-md/Cargo.toml index 56a40ca..48d9940 100644 --- a/crates/rari-md/Cargo.toml +++ b/crates/rari-md/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-md" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-templ-func/Cargo.toml b/crates/rari-templ-func/Cargo.toml index 4eded5c..db5614d 100644 --- a/crates/rari-templ-func/Cargo.toml +++ b/crates/rari-templ-func/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-templ-func" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-tools/Cargo.toml b/crates/rari-tools/Cargo.toml index 147cf0c..88e1672 100644 --- a/crates/rari-tools/Cargo.toml +++ b/crates/rari-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-tools" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-types/Cargo.toml b/crates/rari-types/Cargo.toml index 3095417..6603314 100644 --- a/crates/rari-types/Cargo.toml +++ b/crates/rari-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-types" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-utils/Cargo.toml b/crates/rari-utils/Cargo.toml index c366987..4b4ffe8 100644 --- a/crates/rari-utils/Cargo.toml +++ b/crates/rari-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-utils" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/rari-npm/package-lock.json b/rari-npm/package-lock.json index 0ff8a92..6aaf367 100644 --- a/rari-npm/package-lock.json +++ b/rari-npm/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mdn/rari", - "version": "0.0.13", + "version": "0.0.14", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/rari-npm/package.json b/rari-npm/package.json index 1d61306..2c7be51 100644 --- a/rari-npm/package.json +++ b/rari-npm/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/rari", - "version": "0.0.13", + "version": "0.0.14", "description": "npm package for rari", "main": "./lib/index.js", "types": "./lib/index.d.ts",