Skip to content

Commit 2ec918e

Browse files
BunsDevcursoragent
andcommitted
chore: release v0.2.0
Bump @create-markdown/core, preview, react, mdx to 0.2.0 and create-markdown to 0.4.0. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 55871c8 commit 2ec918e

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

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.1.0",
3+
"version": "0.2.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.1.0';
262+
export const VERSION = '0.2.0';

packages/create-markdown/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-markdown",
3-
"version": "0.3.0",
3+
"version": "0.4.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",
@@ -74,9 +74,9 @@
7474
"typecheck": "tsc --noEmit"
7575
},
7676
"dependencies": {
77-
"@create-markdown/core": "^0.1.0",
78-
"@create-markdown/react": "^0.1.0",
79-
"@create-markdown/preview": "^0.1.0"
77+
"@create-markdown/core": "^0.2.0",
78+
"@create-markdown/react": "^0.2.0",
79+
"@create-markdown/preview": "^0.2.0"
8080
},
8181
"devDependencies": {
8282
"@types/react": "^18.2.0",

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.1.0';
18+
export const VERSION = '0.2.0';

packages/mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@create-markdown/mdx",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Convert markdown blocks to MDX with component mappings",
55
"author": "Val Alexander <val@viewdue.ai>",
66
"license": "MIT",
@@ -58,7 +58,7 @@
5858
"vitest": "^2.1.0"
5959
},
6060
"peerDependencies": {
61-
"@create-markdown/core": ">=0.1.0"
61+
"@create-markdown/core": ">=0.2.0"
6262
},
6363
"engines": {
6464
"node": ">=20.0.0"

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.1.0';
52+
export const VERSION = '0.2.0';

packages/preview/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@create-markdown/preview",
3-
"version": "0.1.0",
3+
"version": "0.2.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",
@@ -67,7 +67,7 @@
6767
"vitest": "^2.1.0"
6868
},
6969
"peerDependencies": {
70-
"@create-markdown/core": ">=0.1.0",
70+
"@create-markdown/core": ">=0.2.0",
7171
"shiki": ">=1.0.0",
7272
"mermaid": ">=10.0.0"
7373
},

packages/preview/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ export type { Block, TextSpan, BlockType } from '@create-markdown/core';
7171
/**
7272
* Package version
7373
*/
74-
export const VERSION = '0.1.0';
74+
export const VERSION = '0.2.0';

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@create-markdown/react",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "React components and hooks for @create-markdown",
55
"author": "Val Alexander <val@viewdue.ai>",
66
"license": "MIT",
@@ -60,7 +60,7 @@
6060
"vitest": "^2.1.0"
6161
},
6262
"peerDependencies": {
63-
"@create-markdown/core": ">=0.1.0",
63+
"@create-markdown/core": ">=0.2.0",
6464
"react": ">=18.0.0"
6565
},
6666
"engines": {

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.1.0';
74+
export const VERSION = '0.2.0';

0 commit comments

Comments
 (0)