Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - demo@1.4.2-alpha.0
 - gatsby-remark-wiki-link@0.4.0-alpha.0
 - gatsby-theme-kb@0.9.0-alpha.3
  • Loading branch information
hikerpig committed Dec 23, 2021
1 parent 5000b88 commit 43cbbb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1",
"version": "1.4.2-alpha.0",
"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.0",
"gatsby-theme-kb": "^0.9.0-alpha.3",
"prismjs": "^1.23.0",
"react": "^17",
"react-dom": "^17"
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.3.1",
"version": "0.4.0-alpha.0",
"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 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.0",
"version": "0.9.0-alpha.3",
"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.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",
Expand Down

0 comments on commit 43cbbb6

Please sign in to comment.