Skip to content

Commit 96bdd7c

Browse files
committed
Merge branch 'production'
2 parents 1317797 + ba764c1 commit 96bdd7c

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

_sass/addon/commons.scss

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/*
2-
The common styles
3-
*/
1+
/* The common styles */
42

53
html {
64
@media (prefers-color-scheme: light) {
@@ -85,7 +83,6 @@ blockquote {
8583
border-left: 5px solid var(--blockquote-border-color);
8684
padding-left: 1rem;
8785
color: var(--blockquote-text-color);
88-
display: flex;
8986

9087
> p:last-child {
9188
margin-bottom: 0;

docs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## [6.4.2](https://github.com/cotes2020/jekyll-theme-chirpy/compare/v6.4.1...v6.4.2) (2024-01-13)
6+
7+
### Bug Fixes
8+
9+
* resume the `blockquote` display type ([#1480](https://github.com/cotes2020/jekyll-theme-chirpy/issues/1480)) ([c7cfde0](https://github.com/cotes2020/jekyll-theme-chirpy/commit/c7cfde093020c73ca9a1b83437eb600379e05918)), closes [#1449](https://github.com/cotes2020/jekyll-theme-chirpy/issues/1449)
10+
511
## [6.4.1](https://github.com/cotes2020/jekyll-theme-chirpy/compare/v6.4.0...v6.4.1) (2024-01-10)
612

713
### Bug Fixes

jekyll-theme-chirpy.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-theme-chirpy"
5-
spec.version = "6.4.1"
5+
spec.version = "6.4.2"
66
spec.authors = ["Cotes Chung"]
77
spec.email = ["[email protected]"]
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jekyll-theme-chirpy",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "A minimal, responsive, and feature-rich Jekyll theme for technical writing.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)