Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit d0adc27

Browse files
release: v1.4.3 with component update
1 parent 963fa7f commit d0adc27

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="1.4.3"></a>
2+
3+
# 1.4.3 (2020-07-03)
4+
5+
### Style
6+
7+
- update highlight code component with a default overflow-y set to `auto` instead of `scroll`
8+
19
<a name="1.4.2"></a>
210

311
# 1.4.2 (2020-06-17)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-remark-highlight-code",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "Adds stylish cards and syntax highlighting to code blocks in markdown files",
55
"main": "index.js",
66
"dependencies": {
@@ -11,7 +11,7 @@
1111
},
1212
"peerDependencies": {
1313
"gatsby": "^2.0.0",
14-
"@deckdeckgo/highlight-code": "^1.1.1"
14+
"@deckdeckgo/highlight-code": "^1.1.2"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)