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

Commit 07d28c7

Browse files
Merge pull request #38 from deckgo/build/v3-dependencies
build: bump peer dependencies gatsby and @deckdeckgo/highlight-code v3
2 parents 668ffa5 + 2e29628 commit 07d28c7

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 3.0.0 (2021-05-22)
2+
3+
### Breaking Changes
4+
5+
- bump peer dependency `gatsby` to v3
6+
- bump peer dependency `@deckdeckgo/highlight-code` to v3
7+
18
# 2.2.1 (2021-05-01)
29

310
### Fix

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-remark-highlight-code",
3-
"version": "2.2.1",
3+
"version": "3.0.0",
44
"description": "Adds stylish cards and syntax highlighting to code blocks in markdown files",
55
"main": "index.js",
66
"scripts": {
@@ -13,8 +13,8 @@
1313
"unist-util-visit": "^2.0.2"
1414
},
1515
"peerDependencies": {
16-
"gatsby": "^2.0.0",
17-
"@deckdeckgo/highlight-code": "^2.4.0"
16+
"gatsby": "^3.0.0",
17+
"@deckdeckgo/highlight-code": "^3.0.2"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)