Skip to content

Commit e10e9c1

Browse files
committed
chore(release): 4.3.0
1 parent 8c1d8ca commit e10e9c1

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [4.3.0](https://github.com/ucsc/ucsc-2022/compare/v4.2.4...v4.3.0) (2025-05-07)
6+
7+
8+
### Features
9+
10+
* ✨ Default styles for form elements Fixes [#347](https://github.com/ucsc/ucsc-2022/issues/347) ([#375](https://github.com/ucsc/ucsc-2022/issues/375)) ([73c64cf](https://github.com/ucsc/ucsc-2022/commit/73c64cfa6252e00ec667ee51783c090363cc8e81))
11+
* ✨ Pre-configured template part and styles for the 'eyebrow' affiliation link above the site title in the header ([#377](https://github.com/ucsc/ucsc-2022/issues/377)) ([8c1d8ca](https://github.com/ucsc/ucsc-2022/commit/8c1d8ca18334b138dfde7781f1303173a0e65e9d)), closes [#366](https://github.com/ucsc/ucsc-2022/issues/366)
12+
13+
14+
### Bug Fixes
15+
16+
* 🐛 Remove image hover effect rules from caption links ([#376](https://github.com/ucsc/ucsc-2022/issues/376)) ([ca0cf75](https://github.com/ucsc/ucsc-2022/commit/ca0cf7525d62c3c408d475c840aa760d6c4c1286)), closes [#373](https://github.com/ucsc/ucsc-2022/issues/373)
17+
518
### [4.2.4](https://github.com/ucsc/ucsc-2022/compare/v4.2.3...v4.2.4) (2025-04-22)
619

720
### [4.2.3](https://github.com/ucsc/ucsc-2022/compare/v4.2.2...v4.2.3) (2025-04-22)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ucsc-2022",
3-
"version": "4.2.4",
3+
"version": "4.3.0",
44
"description": "The offficial WordPress theme for UC Santa Cruz",
55
"main": "build/index.js",
66
"scripts": {

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Author: UC Santa Cruz
55
Author URI: https://www.ucsc.edu
66
Description: The official WordPress theme for UC Santa Cruz
77
Tags: full-site-editing, blog
8-
Version: 4.2.4
8+
Version: 4.3.0
99
Requires at least: 6.0
1010
Tested up to: 6.4.2
1111
Requires PHP: 7.0

0 commit comments

Comments
 (0)