Skip to content

Commit

Permalink
chore: release v1.0.0-alpha.48
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed Oct 16, 2023
1 parent f9e1648 commit a3e4426
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.47",
"version": "1.0.0-alpha.48",
"private": true,
"scripts": {
"stub": "pnpm -r --filter=./packages/* --parallel run stub && pnpm package:watch",
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.47"
"version": "1.0.0-alpha.48"
}
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.47"
"version": "1.0.0-alpha.48"
}
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.47",
"version": "1.0.0-alpha.48",
"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.47",
"version": "1.0.0-alpha.48",
"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.47",
"version": "1.0.0-alpha.48",
"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.47",
"version": "1.0.0-alpha.48",
"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
Expand Up @@ -25,5 +25,5 @@
"installDependencies": false,
"startCommand": "node .stackblitz.js && npm install && npm run dev"
},
"version": "1.0.0-alpha.47"
"version": "1.0.0-alpha.48"
}
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.47",
"version": "1.0.0-alpha.48",
"private": true,
"description": "Convenient keybindings and snippets for Kitbook, a component workbench for Svelte",
"author": "Jacob Bowdoin",
Expand Down

2 comments on commit a3e4426

@vercel
Copy link

@vercel vercel bot commented on a3e4426 Oct 16, 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-git-main-polylingual.vercel.app
kitbook-template.vercel.app
kitbook-template-polylingual.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a3e4426 Oct 16, 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-polylingual.vercel.app
kitbook-git-main-polylingual.vercel.app
kitbook.vercel.app

Please sign in to comment.