Skip to content

Commit

Permalink
chore: release v1.0.0-beta.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed Mar 2, 2024
1 parent 9e1e417 commit b50fa12
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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-beta.21",
"version": "1.0.0-beta.22",
"private": true,
"scripts": {
"stub": "pnpm -r --filter=./packages/* --parallel run stub",
Expand Down
2 changes: 1 addition & 1 deletion packages/format-snapshot-results-action/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kitbook/format-snapshot-results-action",
"type": "commonjs",
"version": "1.0.0-beta.21",
"version": "1.0.0-beta.22",
"private": true,
"license": "MIT",
"exports": {
Expand Down
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-beta.21",
"version": "1.0.0-beta.22",
"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-beta.21",
"version": "1.0.0-beta.22",
"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-beta.21",
"version": "1.0.0-beta.22",
"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/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-beta.21",
"version": "1.0.0-beta.22",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit b50fa12

Please sign in to comment.