bay_jekyll_theme 1.0.18 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/_sass/_base.scss +7 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 995b10227651ceb45ec2e0d201b9cfe42ad018a955583b95e9c8a71c60687914
|
|
4
|
+
data.tar.gz: 21e26a40ec99579ca66df898f26bc41c571697a6a6e15fe53140180d5cd7cc5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4648435cf93b6e96355f3e591ad9370208a8d1e9bff07805c4e76a0215bbc7cb83e513cd079e044da4d565c27f875ce223d5f71bf96d3a9194a6271d51a74b68
|
|
7
|
+
data.tar.gz: 394787219edbec1c6e804519c3864e417fb61ec60ce970666da59e60c05c2ca8ffe986cd447f984e480423dd323e5942066f04252babe80b2b8e4887000ab594
|
data/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
### [1.0.19](https://github.com/eliottvincent/bay/compare/v1.0.18...v1.0.19) (2022-10-19)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Ensure `<strong>` tags are correctly rendered in Firefox
|
|
10
|
+
|
|
5
11
|
### [1.0.18](https://github.com/eliottvincent/bay/compare/v1.0.17...v1.0.18) (2022-08-30)
|
|
6
12
|
|
|
7
13
|
### Bug Fixes
|
|
8
14
|
|
|
15
|
+
- Fix hamburger size
|
|
9
16
|
- Update dependencies
|
|
10
17
|
|
|
11
18
|
### [1.0.17](https://github.com/eliottvincent/bay/compare/v1.0.16...v1.0.17) (2021-06-05)
|
data/_sass/_base.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bay_jekyll_theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eliott Vincent
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|