Skip to content

Commit e5171fa

Browse files
committed
chore: release v1.0.0-beta.23
1 parent 681795b commit e5171fa

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kitbook-monorepo",
33
"type": "module",
4-
"version": "1.0.0-beta.22",
4+
"version": "1.0.0-beta.23",
55
"private": true,
66
"scripts": {
77
"stub": "pnpm -r --filter=./packages/* --parallel run stub",

packages/format-snapshot-results-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kitbook/format-snapshot-results-action",
33
"type": "commonjs",
4-
"version": "1.0.0-beta.22",
4+
"version": "1.0.0-beta.23",
55
"private": true,
66
"license": "MIT",
77
"exports": {

packages/kitbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kitbook",
33
"type": "module",
4-
"version": "1.0.0-beta.22",
4+
"version": "1.0.0-beta.23",
55
"description": "Svelte Component Documentation and Prototyping Workbench built using SvelteKit",
66
"author": "Jacob Bowdoin",
77
"license": "MIT",

packages/mdsvex-shiki-twoslash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kitbook/mdsvex-shiki-twoslash",
33
"type": "module",
4-
"version": "1.0.0-beta.22",
4+
"version": "1.0.0-beta.23",
55
"description": "A plugin for MDSvex that highlights code blocks using shiki-twoslash",
66
"author": "Jacob Bowdoin",
77
"license": "MIT",

packages/rehype-display-link-titles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kitbook/rehype-display-link-titles",
33
"type": "module",
4-
"version": "1.0.0-beta.22",
4+
"version": "1.0.0-beta.23",
55
"description": "Swap the title attribute for an <a> tag's main text to allow for using aliases or sections from Foam auto-generated links",
66
"author": "Jacob Bowdoin",
77
"license": "MIT",

packages/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "template",
33
"type": "module",
4-
"version": "1.0.0-beta.22",
4+
"version": "1.0.0-beta.23",
55
"private": true,
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)