Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - demo@1.2.2
 - gatsby-theme-kb@0.5.2
  • Loading branch information
hikerpig committed Feb 28, 2021
1 parent 006b87c commit ea29841
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.2](https://github.com/hikerpig/gatsby-project-kb/compare/demo@1.2.1...demo@1.2.2) (2021-02-28)


### Bug Fixes

* **gatsby-theme-kb:** errors when rendering custom components in mdx mentioned in [#6](https://github.com/hikerpig/gatsby-project-kb/issues/6) ([006b87c](https://github.com/hikerpig/gatsby-project-kb/commit/006b87c3372908ae09f73bb9476171dfef279e05))





## [1.2.1](https://github.com/hikerpig/gatsby-project-kb/compare/demo@1.2.0...demo@1.2.1) (2021-02-26)


Expand Down
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.2.1",
"version": "1.2.2",
"name": "demo",
"license": "MIT",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"gatsby-remark-prismjs": "^3.13.0",
"gatsby-remark-shiki": "^0.2.0",
"gatsby-remark-shiki-twoslash": "^1.0.1",
"gatsby-theme-kb": "^0.5.1",
"gatsby-theme-kb": "^0.5.2",
"prismjs": "^1.23.0",
"react": "16",
"react-dom": "16"
Expand Down
11 changes: 11 additions & 0 deletions packages/gatsby-theme-kb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.2](https://github.com/hikerpig/gatsby-project-kb/compare/gatsby-theme-kb@0.5.1...gatsby-theme-kb@0.5.2) (2021-02-28)


### Bug Fixes

* **gatsby-theme-kb:** errors when rendering custom components in mdx mentioned in [#6](https://github.com/hikerpig/gatsby-project-kb/issues/6) ([006b87c](https://github.com/hikerpig/gatsby-project-kb/commit/006b87c3372908ae09f73bb9476171dfef279e05))





## [0.5.1](https://github.com/hikerpig/gatsby-project-kb/compare/gatsby-theme-kb@0.5.0...gatsby-theme-kb@0.5.1) (2021-02-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-kb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-kb",
"description": "A Gatsby theme for publishing Knowledge Base.",
"version": "0.5.1",
"version": "0.5.2",
"dependencies": {
"@gatsby-project-kb/transformer-wiki-references": "^0.2.1",
"@mdx-js/mdx": "^1.6.22",
Expand Down

0 comments on commit ea29841

Please sign in to comment.