Skip to content

Commit 583531b

Browse files
committed
🔖 release: publish v2.3.13
1 parent 18eb505 commit 583531b

File tree

129 files changed

+2378
-2031
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+2378
-2031
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>2.3.13 (2025-11-30)</small>
7+
8+
* :bug: fix(tokenizer-list): prevent bullet markers from being detected in middle of text ([18eb505](https://github.com/yozorajs/yozora/commit/18eb505))
9+
* :wrench: chore: upgrade devDependencies & fix build config ([acdb9c8](https://github.com/yozorajs/yozora/commit/acdb9c8))
10+
* chore: upgrade devDependencies ([19c54cc](https://github.com/yozorajs/yozora/commit/19c54cc))
11+
12+
13+
14+
15+
616
## <small>2.3.12 (2025-02-26)</small>
717

818
* chore: disable noPropertyAccessFromIndexSignature ([44721e7](https://github.com/yozorajs/yozora/commit/44721e7))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "./node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "2.3.12",
3+
"version": "2.3.13",
44
"npmClient": "yarn",
55
"ignoreChanges": ["*.md", "**/__test__/**/*"],
66
"changelog": {

packages/ast-util/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>2.3.13 (2025-11-30)</small>
7+
8+
**Note:** Version bump only for package @yozora/ast-util
9+
10+
11+
12+
13+
614
## <small>2.3.12 (2025-02-26)</small>
715

816
* :bookmark: release: publish v2.3.10 ([a36b4dd](https://github.com/yozorajs/yozora/commit/a36b4dd))

packages/ast-util/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/yozorajs/yozora/tree/v2.3.12/packages/ast-util#readme">@yozora/ast-util</a>
3+
<a href="https://github.com/yozorajs/yozora/tree/v2.3.13/packages/ast-util#readme">@yozora/ast-util</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@yozora/ast-util">
@@ -132,5 +132,5 @@ const root2 = shallowCloneAst(
132132

133133
- [@yozora/ast][]
134134

135-
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.12/packages/ast-util#readme
136-
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.12/packages/ast#readme
135+
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.13/packages/ast-util#readme
136+
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.13/packages/ast#readme

packages/ast-util/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yozora/ast-util",
3-
"version": "2.3.12",
3+
"version": "2.3.13",
44
"description": "Utility functions to handle Yozora markdown ast",
55
"author": {
66
"name": "guanghechen",
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/yozorajs/yozora.git",
1212
"directory": "packages/ast-util"
1313
},
14-
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.12/packages/ast-util#readme",
14+
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.13/packages/ast-util#readme",
1515
"type": "module",
1616
"exports": {
1717
"types": "./lib/types/index.d.ts",
@@ -35,7 +35,7 @@
3535
"README.md"
3636
],
3737
"dependencies": {
38-
"@yozora/ast": "^2.3.12",
39-
"@yozora/character": "^2.3.12"
38+
"@yozora/ast": "^2.3.13",
39+
"@yozora/character": "^2.3.13"
4040
}
4141
}

packages/ast/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>2.3.13 (2025-11-30)</small>
7+
8+
**Note:** Version bump only for package @yozora/ast
9+
10+
11+
12+
13+
614
## <small>2.3.12 (2025-02-26)</small>
715

816
* :bookmark: release: publish v2.3.10 ([a36b4dd](https://github.com/yozorajs/yozora/commit/a36b4dd))

packages/ast/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/yozorajs/yozora/tree/v2.3.12/packages/ast#readme">@yozora/ast</a>
3+
<a href="https://github.com/yozorajs/yozora/tree/v2.3.13/packages/ast#readme">@yozora/ast</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@yozora/ast">
@@ -879,6 +879,6 @@ export type ThematicBreak = Node<ThematicBreakType>
879879
- [Github Flavor Markdown Spec][gfm-spec]
880880
- [Mdast][mdast-homepage]
881881
882-
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.12/packages/ast#readme
882+
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.13/packages/ast#readme
883883
[gfm-spec]: https://github.github.com/gfm
884884
[mdast-homepage]: https://github.com/syntax-tree/mdast

packages/ast/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yozora/ast",
3-
"version": "2.3.12",
3+
"version": "2.3.13",
44
"description": "Yozora markdown ast types and constants.",
55
"author": {
66
"name": "guanghechen",
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/yozorajs/yozora.git",
1212
"directory": "packages/ast"
1313
},
14-
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.12/packages/ast#readme",
14+
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.13/packages/ast#readme",
1515
"type": "module",
1616
"exports": {
1717
"types": "./lib/types/index.d.ts",

packages/character/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>2.3.13 (2025-11-30)</small>
7+
8+
**Note:** Version bump only for package @yozora/character
9+
10+
11+
12+
13+
614
## <small>2.3.12 (2025-02-26)</small>
715

816
* :bookmark: release: publish v2.3.10 ([a36b4dd](https://github.com/yozorajs/yozora/commit/a36b4dd))

packages/character/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/yozorajs/yozora/tree/v2.3.12/packages/character#readme">@yozora/character</a>
3+
<a href="https://github.com/yozorajs/yozora/tree/v2.3.13/packages/character#readme">@yozora/character</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@yozora/character">
@@ -71,4 +71,4 @@ Defines commonly used character encoding and tool functions for processing chara
7171

7272
- [homepage][]
7373

74-
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.12/packages/character#readme
74+
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.13/packages/character#readme

0 commit comments

Comments
 (0)