From e4ae0d15859413583f8a6018b7678755ab31f24d Mon Sep 17 00:00:00 2001 From: hikerpig Date: Sun, 6 Feb 2022 18:17:31 +0800 Subject: [PATCH] Publish - demo@1.4.2 - gatsby-remark-wiki-link@0.4.0 - gatsby-theme-kb@0.9.0 --- demo/CHANGELOG.md | 8 ++++++++ demo/package.json | 4 ++-- packages/gatsby-remark-wiki-link/CHANGELOG.md | 8 ++++++++ packages/gatsby-remark-wiki-link/package.json | 2 +- packages/gatsby-theme-kb/CHANGELOG.md | 8 ++++++++ packages/gatsby-theme-kb/package.json | 4 ++-- 6 files changed, 29 insertions(+), 5 deletions(-) diff --git a/demo/CHANGELOG.md b/demo/CHANGELOG.md index ce4c797d..d9cfaa37 100644 --- a/demo/CHANGELOG.md +++ b/demo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.2](https://github.com/hikerpig/gatsby-project-kb/compare/demo@1.4.2-alpha.1...demo@1.4.2) (2022-02-06) + +**Note:** Version bump only for package demo + + + + + # [1.4.0](https://github.com/hikerpig/gatsby-project-kb/compare/demo@1.3.8...demo@1.4.0) (2021-10-24) diff --git a/demo/package.json b/demo/package.json index fceac4b6..50a0624d 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.4.2-alpha.1", + "version": "1.4.2", "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.4", + "gatsby-theme-kb": "^0.9.0", "prismjs": "^1.23.0", "react": "^17", "react-dom": "^17" diff --git a/packages/gatsby-remark-wiki-link/CHANGELOG.md b/packages/gatsby-remark-wiki-link/CHANGELOG.md index 141b7024..0bc2760d 100644 --- a/packages/gatsby-remark-wiki-link/CHANGELOG.md +++ b/packages/gatsby-remark-wiki-link/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hikerpig/gatsby-project-kb/compare/gatsby-remark-wiki-link@0.4.0-alpha.0...gatsby-remark-wiki-link@0.4.0) (2022-02-06) + +**Note:** Version bump only for package gatsby-remark-wiki-link + + + + + ## [0.3.1](https://github.com/hikerpig/gatsby-project-kb/compare/gatsby-remark-wiki-link@0.3.0...gatsby-remark-wiki-link@0.3.1) (2021-10-24) **Note:** Version bump only for package gatsby-remark-wiki-link diff --git a/packages/gatsby-remark-wiki-link/package.json b/packages/gatsby-remark-wiki-link/package.json index dd29b720..9f2add1e 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.4.0-alpha.0", + "version": "0.4.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/CHANGELOG.md b/packages/gatsby-theme-kb/CHANGELOG.md index d33905cf..190a15ae 100644 --- a/packages/gatsby-theme-kb/CHANGELOG.md +++ b/packages/gatsby-theme-kb/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.9.0](https://github.com/hikerpig/gatsby-project-kb/compare/gatsby-theme-kb@0.9.0-alpha.4...gatsby-theme-kb@0.9.0) (2022-02-06) + +**Note:** Version bump only for package gatsby-theme-kb + + + + + # [0.8.0](https://github.com/hikerpig/gatsby-project-kb/compare/gatsby-theme-kb@0.7.8...gatsby-theme-kb@0.8.0) (2021-10-24) diff --git a/packages/gatsby-theme-kb/package.json b/packages/gatsby-theme-kb/package.json index c51b5f37..db386232 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.4", + "version": "0.9.0", "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.4.0-alpha.0", + "gatsby-remark-wiki-link": "^0.4.0", "gatsby-source-filesystem": "^4.4.0", "note-graph": "^0.3.0", "path-browserify": "^1.0.1",