From e099ab879fa2908fc0faf3b4457567b507a02be5 Mon Sep 17 00:00:00 2001 From: Rob Knight Date: Fri, 12 Apr 2024 15:30:26 -0700 Subject: [PATCH] chore(release): 4.0.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de898723..d68c4a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.0.0](https://github.com/ucsc/ucsc-2022/compare/v3.8.0...v4.0.0) (2024-04-12) + + +### Features + +* Add preconfigured vertical gradient for text over images Fixes [#291](https://github.com/ucsc/ucsc-2022/issues/291) ([#313](https://github.com/ucsc/ucsc-2022/issues/313)) ([8478f03](https://github.com/ucsc/ucsc-2022/commit/8478f030e25570cb30488bfccc196100e666d95a)) + + +### Bug Fixes + +* 📝 page-no-title template is only for pages, not posts ([#312](https://github.com/ucsc/ucsc-2022/issues/312)) ([18c6c40](https://github.com/ucsc/ucsc-2022/commit/18c6c4035d0be53a98649bc99b9136799e1ad7dd)) +* 🚑️ Fix two issues introduced by breadcrumbs changes ([c311b4f](https://github.com/ucsc/ucsc-2022/commit/c311b4f9e116b0febe1884f73d7d55d0060904c0)) + ## [3.8.0](https://github.com/ucsc/ucsc-2022/compare/v3.7.0...v3.8.0) (2024-03-08) diff --git a/package-lock.json b/package-lock.json index f7c7e4a2..dae80f46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ucsc-2022", - "version": "3.8.0", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f89834ff..e5402396 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucsc-2022", - "version": "3.8.0", + "version": "4.0.0", "description": "The offficial WordPress theme for UC Santa Cruz", "main": "build/index.js", "scripts": {