Skip to content

Commit

Permalink
chore: release v1.0.0-alpha.43
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed Oct 14, 2023
1 parent ec3ed4c commit 3f735a9
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 11 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "kitbook-monorepo",
"type": "module",
"version": "0.0.1",
"version": "1.0.0-alpha.43",
"private": true,
"scripts": {
"stub": "pnpm -r --filter=./packages/* --parallel run stub && pnpm package:watch",
"build": "pnpm build:deps && pnpm package",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-kitbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"Workbench",
"Stories"
],
"scripts": {
},
"scripts": {},
"devDependencies": {
"cac": "^6.7.14",
"kleur": "^4.1.5"
}
},
"version": "1.0.0-alpha.43"
}
3 changes: 2 additions & 1 deletion packages/experiment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38"
}
},
"version": "1.0.0-alpha.43"
}
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.42",
"version": "1.0.0-alpha.43",
"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": "0.0.4",
"version": "1.0.0-alpha.43",
"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": "0.0.3",
"version": "1.0.0-alpha.43",
"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": "0.0.1",
"version": "1.0.0-alpha.43",
"description": "Place a Story component's code inside a code prop",
"author": "Jacob Bowdoin",
"license": "MIT",
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": "0.0.0",
"version": "1.0.0-alpha.43",
"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 @@ -3,7 +3,7 @@
"name": "kitbook-vscode",
"displayName": "Kitbook",
"description": "Convenient keybindings and snippets for Kitbook, a component workbench for Svelte",
"version": "0.0.1",
"version": "1.0.0-alpha.43",
"engines": {
"vscode": "^1.74.0"
},
Expand Down

0 comments on commit 3f735a9

Please sign in to comment.