Skip to content

Commit cecbe9f

Browse files
committed
chore: release minor package updates
Publish the pnpm and tsup migration as the next minor release across the public packages. Made-with: Cursor
1 parent d9fba91 commit cecbe9f

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@create-markdown/core",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Block-based markdown parsing and serialization with zero dependencies",
55
"author": "Val Alexander <val@viewdue.ai>",
66
"license": "MIT",

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ export function toMarkdown(blocksOrDoc: Block[] | { blocks: Block[] }): string {
259259
/**
260260
* Package version
261261
*/
262-
export const VERSION = '0.2.0';
262+
export const VERSION = '0.3.0';

packages/create-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-markdown",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Complete block-based markdown notes package - convenience bundle for @create-markdown packages",
55
"author": "Val Alexander <val@viewdue.ai>",
66
"license": "MIT",

packages/create-markdown/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export * from '@create-markdown/core';
1515
/**
1616
* Package version
1717
*/
18-
export const VERSION = '0.2.0';
18+
export const VERSION = '0.5.0';

packages/mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@create-markdown/mdx",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Convert markdown blocks to MDX with component mappings",
55
"author": "Val Alexander <val@viewdue.ai>",
66
"license": "MIT",

packages/mdx/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ export type { Block, TextSpan, BlockType } from '@create-markdown/core';
4949
/**
5050
* Package version
5151
*/
52-
export const VERSION = '0.2.0';
52+
export const VERSION = '0.3.0';

packages/preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@create-markdown/preview",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Framework-agnostic HTML rendering for @create-markdown with syntax highlighting and diagrams",
55
"author": "Val Alexander <val@viewdue.ai>",
66
"license": "MIT",

packages/preview/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ export type { Block, TextSpan, BlockType } from '@create-markdown/core';
7878
// Package Info
7979
// ============================================================================
8080

81-
export const VERSION = '1.0.0';
81+
export const VERSION = '1.1.0';

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@create-markdown/react",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "React components and hooks for @create-markdown",
55
"author": "Val Alexander <val@viewdue.ai>",
66
"license": "MIT",

packages/react/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ export {
7171
/**
7272
* Package version
7373
*/
74-
export const VERSION = '0.2.0';
74+
export const VERSION = '0.3.0';

0 commit comments

Comments
 (0)