Skip to content

Commit

Permalink
chore: release v1.0.0-alpha.51
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed Oct 20, 2023
1 parent 4d6dda0 commit 8734b8a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kitbook-monorepo",
"type": "module",
"version": "1.0.0-alpha.50",
"version": "1.0.0-alpha.51",
"private": true,
"scripts": {
"stub": "pnpm -r --filter=./packages/* --parallel run stub",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-kitbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"cac": "^6.7.14",
"kleur": "^4.1.5"
},
"version": "1.0.0-alpha.50"
"version": "1.0.0-alpha.51"
}
2 changes: 1 addition & 1 deletion packages/experiment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38"
},
"version": "1.0.0-alpha.50"
"version": "1.0.0-alpha.51"
}
2 changes: 1 addition & 1 deletion packages/kitbook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kitbook",
"type": "module",
"version": "1.0.0-alpha.50",
"version": "1.0.0-alpha.51",
"description": "Svelte Component Documentation and Prototyping Workbench built using SvelteKit",
"author": "Jacob Bowdoin",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdsvex-shiki-twoslash/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kitbook/mdsvex-shiki-twoslash",
"type": "module",
"version": "1.0.0-alpha.50",
"version": "1.0.0-alpha.51",
"description": "A plugin for MDSvex that highlights code blocks using shiki-twoslash",
"author": "Jacob Bowdoin",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-display-link-titles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kitbook/rehype-display-link-titles",
"type": "module",
"version": "1.0.0-alpha.50",
"version": "1.0.0-alpha.51",
"description": "Swap the title attribute for an <a> tag's main text to allow for using aliases or sections from Foam auto-generated links",
"author": "Jacob Bowdoin",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-story-code-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kitbook/remark-story-code-preview",
"type": "module",
"version": "1.0.0-alpha.50",
"version": "1.0.0-alpha.51",
"private": true,
"description": "Place a Story component's code inside a code prop",
"author": "Jacob Bowdoin",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "template",
"type": "module",
"version": "1.0.0-alpha.50",
"version": "1.0.0-alpha.51",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "jacob-8",
"name": "kitbook-vscode",
"displayName": "Kitbook",
"version": "1.0.0-alpha.50",
"version": "1.0.0-alpha.51",
"private": true,
"description": "Convenient keybindings and snippets for Kitbook, a component workbench for Svelte",
"author": "Jacob Bowdoin",
Expand Down

2 comments on commit 8734b8a

@vercel
Copy link

@vercel vercel bot commented on 8734b8a Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kitbook-template – ./packages/template

kitbook-template.vercel.app
kitbook-template-git-main-polylingual.vercel.app
kitbook-template-polylingual.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8734b8a Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kitbook – ./packages/kitbook

kitbook-git-main-polylingual.vercel.app
kitbook-polylingual.vercel.app
kitbook.vercel.app

Please sign in to comment.