From 78c2c9fcb61ec0d01890065e34b5c2faeffa5d96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:06:29 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- palette/package-lock.json | 4 ++-- palette/package.json | 2 +- 6 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49a1c07..b7c9dac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.0"} +{".":"2.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d3becee..e623419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## [2.0.0](https://github.com/catppuccin/mdBook/compare/v1.2.0...v2.0.0) (2023-10-04) + + +### ⚠ BREAKING CHANGES + +* support mdbook version `0.4.35` + +### Features + +* support mdbook version `0.4.35` ([55e8722](https://github.com/catppuccin/mdBook/commit/55e872267de2c63e91659c6be5eac1be4fc34540)) + ## [1.2.0](https://github.com/catppuccin/mdBook/compare/v1.1.0...v1.2.0) (2023-10-03) diff --git a/Cargo.lock b/Cargo.lock index 7b427ae..015510a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -913,7 +913,7 @@ dependencies = [ [[package]] name = "mdbook-catppuccin" -version = "1.2.0" +version = "2.0.0" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index d860fb2..ba7ab63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "mdbook-catppuccin" authors = ["Goudham Suresh ", "winston "] description = "A mdbook preprocessor that exposes the catppuccin flavours as available themes!" -version = "1.2.0" +version = "2.0.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/palette/package-lock.json b/palette/package-lock.json index c2d8e4c..b285a3b 100644 --- a/palette/package-lock.json +++ b/palette/package-lock.json @@ -1,12 +1,12 @@ { "name": "catppuccin-mdbook", - "version": "1.2.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "catppuccin-mdbook", - "version": "1.2.0", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@catppuccin/highlightjs": "^0.1.3", diff --git a/palette/package.json b/palette/package.json index 8d11915..e060560 100644 --- a/palette/package.json +++ b/palette/package.json @@ -1,6 +1,6 @@ { "name": "catppuccin-mdbook", - "version": "1.2.0", + "version": "2.0.0", "description": "Soothing pastel theme for mdBook", "scripts": { "build": "sass -I node_modules --no-charset --no-source-map catppuccin.scss:../src/bin/assets/catppuccin.css catppuccin-admonish.scss:../src/bin/assets/catppuccin-admonish.css"