Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - demo@1.4.6
 - gatsby-remark-wiki-link@0.4.1
 - gatsby-theme-kb@0.9.4
 - @gatsby-project-kb/transformer-wiki-references@0.3.1
  • Loading branch information
hikerpig committed Jun 4, 2022
1 parent b1e96b0 commit cc4ff31
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.4.5",
"version": "1.4.6",
"name": "demo",
"license": "MIT",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"gatsby": "^4.4.0",
"gatsby-plugin-no-sourcemaps": "^2.8.0",
"gatsby-remark-prismjs": "^3.13.0",
"gatsby-theme-kb": "^0.9.3",
"gatsby-theme-kb": "^0.9.4",
"prismjs": "^1.23.0",
"react": "^17",
"react-dom": "^17"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-remark-wiki-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-wiki-link",
"version": "0.4.0",
"version": "0.4.1",
"description": "A gatsby remark plugin for parsing wiki-link in markdown",
"author": "hikerpig <hikerpigwinnie@gmail.com>",
"homepage": "https://github.com/hikerpig/gatsby-project-kb#readme",
Expand All @@ -26,8 +26,8 @@
"url": "https://github.com/hikerpig/gatsby-project-kb/issues"
},
"devDependencies": {
"typescript": "^4.1.3",
"@types/unist": "^2.0.6"
"@types/unist": "^2.0.6",
"typescript": "^4.1.3"
},
"dependencies": {
"slugify": "^1.4.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-kb/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "gatsby-theme-kb",
"description": "A Gatsby theme for publishing Knowledge Base.",
"version": "0.9.3",
"version": "0.9.4",
"dependencies": {
"@gatsby-project-kb/transformer-wiki-references": "^0.3.0",
"@gatsby-project-kb/transformer-wiki-references": "^0.3.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@reecelucas/react-use-hotkeys": "^1.3.1",
Expand All @@ -21,7 +21,7 @@
"gatsby-plugin-typescript": "^4.4.0",
"gatsby-react-router-scroll": "^5.4.0",
"gatsby-remark-double-parenthesis-link": "^0.1.5",
"gatsby-remark-wiki-link": "^0.4.0",
"gatsby-remark-wiki-link": "^0.4.1",
"gatsby-source-filesystem": "^4.4.0",
"note-graph": "^0.3.0",
"path-browserify": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer-wiki-references/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gatsby-project-kb/transformer-wiki-references",
"version": "0.3.0",
"version": "0.3.1",
"description": "A gatsby transformer plugin to extract references between markdown nodes",
"author": "hikerpig <hikerpigwinnie@gmail.com>",
"homepage": "https://github.com/hikerpig/gatsby-project-kb#readme",
Expand Down

0 comments on commit cc4ff31

Please sign in to comment.