From a153396220ae24442aa4707300bebc6c8800831b Mon Sep 17 00:00:00 2001 From: Damien Seguin Date: Tue, 26 Nov 2024 20:11:54 +0000 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd08da..44eb68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +# [1.2.0](https://github.com/dmnsgn/typedoc-material-theme/compare/v1.1.0...v1.2.0) (2024-11-26) + + +### Bug Fixes + +* bare-minimum scrollbar not working on Chrome 121+ ([#10](https://github.com/dmnsgn/typedoc-material-theme/issues/10)) ([17a9de7](https://github.com/dmnsgn/typedoc-material-theme/commit/17a9de7b26983d3b55b9fd32fe31afe4046dae5b)) +* changed package.json to use non-fixed version of typedoc ([d69cc96](https://github.com/dmnsgn/typedoc-material-theme/commit/d69cc96b9b7af21bddc10d84a314f2d87bf94303)) +* page-toolbar styling issue with overlapping elements ([#8](https://github.com/dmnsgn/typedoc-material-theme/issues/8)) ([e89fa11](https://github.com/dmnsgn/typedoc-material-theme/commit/e89fa11609ac22cc45a88d9904b93f9173a5105c)) +* updated typdoc to include 0.26.11 ([676f344](https://github.com/dmnsgn/typedoc-material-theme/commit/676f3441ccae31cf1a9fb2abff5fbf654dccbca5)) + + +### Features + +* add word-break for long page title ([86be2b3](https://github.com/dmnsgn/typedoc-material-theme/commit/86be2b3352c053b34fa6c229332abb0bfdd12302)) + + + # [1.1.0](https://github.com/dmnsgn/typedoc-material-theme/compare/v1.0.3...v1.1.0) (2024-07-02) diff --git a/package-lock.json b/package-lock.json index fc4b854..19c5f21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typedoc-material-theme", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "typedoc-material-theme", - "version": "1.1.0", + "version": "1.2.0", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index fc942c8..d257a96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-material-theme", - "version": "1.1.0", + "version": "1.2.0", "description": "A TypeDoc theme based on Material 3.", "keywords": [ "typedoc-theme",