From 43cbbb6785cb230602183928446516faa53c320d Mon Sep 17 00:00:00 2001 From: hikerpig Date: Thu, 23 Dec 2021 11:52:10 +0800 Subject: [PATCH] Publish - demo@1.4.2-alpha.0 - gatsby-remark-wiki-link@0.4.0-alpha.0 - gatsby-theme-kb@0.9.0-alpha.3 --- demo/package.json | 4 ++-- packages/gatsby-remark-wiki-link/package.json | 2 +- packages/gatsby-theme-kb/package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/demo/package.json b/demo/package.json index c9cbd477..24e7b976 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.4.1", + "version": "1.4.2-alpha.0", "name": "demo", "license": "MIT", "scripts": { @@ -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.0-alpha.0", + "gatsby-theme-kb": "^0.9.0-alpha.3", "prismjs": "^1.23.0", "react": "^17", "react-dom": "^17" diff --git a/packages/gatsby-remark-wiki-link/package.json b/packages/gatsby-remark-wiki-link/package.json index 3d46ea42..dd29b720 100644 --- a/packages/gatsby-remark-wiki-link/package.json +++ b/packages/gatsby-remark-wiki-link/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-wiki-link", - "version": "0.3.1", + "version": "0.4.0-alpha.0", "description": "A gatsby remark plugin for parsing wiki-link in markdown", "author": "hikerpig ", "homepage": "https://github.com/hikerpig/gatsby-project-kb#readme", diff --git a/packages/gatsby-theme-kb/package.json b/packages/gatsby-theme-kb/package.json index 262c9c48..b65b6e27 100644 --- a/packages/gatsby-theme-kb/package.json +++ b/packages/gatsby-theme-kb/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-theme-kb", "description": "A Gatsby theme for publishing Knowledge Base.", - "version": "0.9.0-alpha.0", + "version": "0.9.0-alpha.3", "dependencies": { "@gatsby-project-kb/transformer-wiki-references": "^0.3.0", "@mdx-js/mdx": "^1.6.22", @@ -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.3.1", + "gatsby-remark-wiki-link": "^0.4.0-alpha.0", "gatsby-source-filesystem": "^4.4.0", "note-graph": "^0.3.0", "path-browserify": "^1.0.1",