Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Feb 6, 2022
1 parent bb96c5c commit e4ae0d1
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@1.4.2) (2022-02-06)

**Note:** Version bump only for package demo





# [1.4.0](https://github.com/hikerpig/gatsby-project-kb/compare/[email protected]@1.4.0) (2021-10-24)


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.4.2-alpha.1",
"version": "1.4.2",
"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.0-alpha.4",
"gatsby-theme-kb": "^0.9.0",
"prismjs": "^1.23.0",
"react": "^17",
"react-dom": "^17"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-remark-wiki-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@0.3.1) (2021-10-24)

**Note:** Version bump only for package gatsby-remark-wiki-link
Expand Down
2 changes: 1 addition & 1 deletion 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-alpha.0",
"version": "0.4.0",
"description": "A gatsby remark plugin for parsing wiki-link in markdown",
"author": "hikerpig <[email protected]>",
"homepage": "https://github.com/hikerpig/gatsby-project-kb#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-theme-kb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@0.8.0) (2021-10-24)


Expand Down
4 changes: 2 additions & 2 deletions 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.9.0-alpha.4",
"version": "0.9.0",
"dependencies": {
"@gatsby-project-kb/transformer-wiki-references": "^0.3.0",
"@mdx-js/mdx": "^1.6.22",
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-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",
Expand Down

0 comments on commit e4ae0d1

Please sign in to comment.