Skip to content

Commit

Permalink
🔖 release: publish v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
guanghechen committed Oct 6, 2024
1 parent 139b132 commit 251eac0
Show file tree
Hide file tree
Showing 129 changed files with 2,623 additions and 2,031 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>2.3.5 (2024-10-06)</small>

- :arrow_up: chore: upgrade devDependencies
([2c0d2bb](https://github.com/yozorajs/yozora/commit/2c0d2bb))
- :arrow_up: chore: upgrade devDependencies
([018efef](https://github.com/yozorajs/yozora/commit/018efef))
- :arrow_up: chore: upgrade devDependencies & update scripts
([b504f00](https://github.com/yozorajs/yozora/commit/b504f00))
- :bookmark: release: publish v2.3.3 ([be6d159](https://github.com/yozorajs/yozora/commit/be6d159))
- :bookmark: release: publish v2.3.4 ([ac66f62](https://github.com/yozorajs/yozora/commit/ac66f62))
- :fire: improve: remove @yozora/template-tokenizer
([c794fe8](https://github.com/yozorajs/yozora/commit/c794fe8))
- :wrench: chore: fix build error ([06f839d](https://github.com/yozorajs/yozora/commit/06f839d))
- :wrench: chore: fix lint ([224e248](https://github.com/yozorajs/yozora/commit/224e248))
- :wrench: chore: fix nx config ([139b132](https://github.com/yozorajs/yozora/commit/139b132))
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))
- :wrench: chore: prefer @guanghechen/eslint-config
([67a7d37](https://github.com/yozorajs/yozora/commit/67a7d37))
- :wrench: chore: upgrade devDependencies
([e509173](https://github.com/yozorajs/yozora/commit/e509173))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>2.3.4 (2024-09-29)</small>

- :arrow_up: chore: upgrade devDependencies
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./node_modules/lerna/schemas/lerna-schema.json",
"version": "2.3.4",
"version": "2.3.5",
"npmClient": "yarn",
"ignoreChanges": ["*.md", "**/__test__/**/*"],
"changelog": {
Expand Down
14 changes: 14 additions & 0 deletions packages/ast-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>2.3.5 (2024-10-06)</small>

- :bookmark: release: publish v2.3.3 ([be6d159](https://github.com/yozorajs/yozora/commit/be6d159))
- :bookmark: release: publish v2.3.4 ([ac66f62](https://github.com/yozorajs/yozora/commit/ac66f62))
- :wrench: chore: fix lint ([224e248](https://github.com/yozorajs/yozora/commit/224e248))
- :wrench: chore: fix nx config ([139b132](https://github.com/yozorajs/yozora/commit/139b132))
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>2.3.4 (2024-09-29)</small>

**Note:** Version bump only for package @yozora/ast-util
Expand Down
6 changes: 3 additions & 3 deletions packages/ast-util/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header>
<h1 align="center">
<a href="https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast-util#readme">@yozora/ast-util</a>
<a href="https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast-util#readme">@yozora/ast-util</a>
</h1>
<div align="center">
<a href="https://www.npmjs.com/package/@yozora/ast-util">
Expand Down Expand Up @@ -132,5 +132,5 @@ const root2 = shallowCloneAst(

- [@yozora/ast][]

[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast-util#readme
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast#readme
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast-util#readme
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast#readme
8 changes: 4 additions & 4 deletions packages/ast-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/ast-util",
"version": "2.3.4",
"version": "2.3.5",
"description": "Utility functions to handle Yozora markdown ast",
"author": {
"name": "guanghechen",
Expand All @@ -11,7 +11,7 @@
"url": "https://github.com/yozorajs/yozora.git",
"directory": "packages/ast-util"
},
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast-util#readme",
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast-util#readme",
"type": "module",
"exports": {
"types": "./lib/types/index.d.ts",
Expand All @@ -35,7 +35,7 @@
"README.md"
],
"dependencies": {
"@yozora/ast": "^2.3.4",
"@yozora/character": "^2.3.4"
"@yozora/ast": "^2.3.5",
"@yozora/character": "^2.3.5"
}
}
13 changes: 13 additions & 0 deletions packages/ast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>2.3.5 (2024-10-06)</small>

- :bookmark: release: publish v2.3.3 ([be6d159](https://github.com/yozorajs/yozora/commit/be6d159))
- :bookmark: release: publish v2.3.4 ([ac66f62](https://github.com/yozorajs/yozora/commit/ac66f62))
- :wrench: chore: fix nx config ([139b132](https://github.com/yozorajs/yozora/commit/139b132))
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>2.3.4 (2024-09-29)</small>

**Note:** Version bump only for package @yozora/ast
Expand Down
4 changes: 2 additions & 2 deletions packages/ast/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header>
<h1 align="center">
<a href="https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast#readme">@yozora/ast</a>
<a href="https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast#readme">@yozora/ast</a>
</h1>
<div align="center">
<a href="https://www.npmjs.com/package/@yozora/ast">
Expand Down Expand Up @@ -879,6 +879,6 @@ export type ThematicBreak = Node<ThematicBreakType>
- [Github Flavor Markdown Spec][gfm-spec]
- [Mdast][mdast-homepage]
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast#readme
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast#readme
[gfm-spec]: https://github.github.com/gfm
[mdast-homepage]: https://github.com/syntax-tree/mdast
4 changes: 2 additions & 2 deletions packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/ast",
"version": "2.3.4",
"version": "2.3.5",
"description": "Yozora markdown ast types and constants.",
"author": {
"name": "guanghechen",
Expand All @@ -11,7 +11,7 @@
"url": "https://github.com/yozorajs/yozora.git",
"directory": "packages/ast"
},
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast#readme",
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast#readme",
"type": "module",
"exports": {
"types": "./lib/types/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/character/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>2.3.5 (2024-10-06)</small>

- :bookmark: release: publish v2.3.3 ([be6d159](https://github.com/yozorajs/yozora/commit/be6d159))
- :bookmark: release: publish v2.3.4 ([ac66f62](https://github.com/yozorajs/yozora/commit/ac66f62))
- :wrench: chore: fix lint ([224e248](https://github.com/yozorajs/yozora/commit/224e248))
- :wrench: chore: fix nx config ([139b132](https://github.com/yozorajs/yozora/commit/139b132))
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>2.3.4 (2024-09-29)</small>

**Note:** Version bump only for package @yozora/character
Expand Down
4 changes: 2 additions & 2 deletions packages/character/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header>
<h1 align="center">
<a href="https://github.com/yozorajs/yozora/tree/v2.3.4/packages/character#readme">@yozora/character</a>
<a href="https://github.com/yozorajs/yozora/tree/v2.3.5/packages/character#readme">@yozora/character</a>
</h1>
<div align="center">
<a href="https://www.npmjs.com/package/@yozora/character">
Expand Down Expand Up @@ -71,4 +71,4 @@ Defines commonly used character encoding and tool functions for processing chara

- [homepage][]

[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/character#readme
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/character#readme
4 changes: 2 additions & 2 deletions packages/character/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/character",
"version": "2.3.4",
"version": "2.3.5",
"author": {
"name": "guanghechen",
"url": "https://github.com/guanghechen/"
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/yozorajs/yozora.git",
"directory": "packages/character"
},
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.4/packages/character#readme",
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.5/packages/character#readme",
"type": "module",
"exports": {
"types": "./lib/types/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/core-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>2.3.5 (2024-10-06)</small>

- :bookmark: release: publish v2.3.3 ([be6d159](https://github.com/yozorajs/yozora/commit/be6d159))
- :bookmark: release: publish v2.3.4 ([ac66f62](https://github.com/yozorajs/yozora/commit/ac66f62))
- :wrench: chore: fix lint ([224e248](https://github.com/yozorajs/yozora/commit/224e248))
- :wrench: chore: fix nx config ([139b132](https://github.com/yozorajs/yozora/commit/139b132))
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>2.3.4 (2024-09-29)</small>

**Note:** Version bump only for package @yozora/core-parser
Expand Down
66 changes: 33 additions & 33 deletions packages/core-parser/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header>
<h1 align="center">
<a href="https://github.com/yozorajs/yozora/tree/v2.3.4/packages/core-parser#readme">@yozora/core-parser</a>
<a href="https://github.com/yozorajs/yozora/tree/v2.3.5/packages/core-parser#readme">@yozora/core-parser</a>
</h1>
<div align="center">
<a href="https://www.npmjs.com/package/@yozora/core-parser">
Expand Down Expand Up @@ -121,60 +121,60 @@ parser.parse(source())
- [Mdast][mdast-homepage]

[docpage]: https://yozora.guanghechen.com/docs/package/core-parser
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/core-parser#readme
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/core-parser#readme

<!-- yozora package link definitions -->

[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast#readme
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/core-parser#readme
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/parser#readme
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/parser-gfm#readme
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast#readme
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/core-parser#readme
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/parser#readme
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/parser-gfm#readme
[@yozora/parser-gfm-ex]:
https://github.com/yozorajs/yozora/tree/v2.3.4/packages/parser-gfm-ex#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/packages/parser-gfm-ex#readme
[@yozora/tokenizer-admonition]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/admonition#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/admonition#readme
[@yozora/tokenizer-autolink]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/autolink#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/autolink#readme
[@yozora/tokenizer-autolink-extension]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/autolink-extension#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/autolink-extension#readme
[@yozora/tokenizer-blockquote]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/blockquote#readme
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/break#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/blockquote#readme
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/break#readme
[@yozora/tokenizer-definition]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/definition#readme
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/delete#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/definition#readme
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/delete#readme
[@yozora/tokenizer-emphasis]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/emphasis#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/emphasis#readme
[@yozora/tokenizer-fenced-code]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/fenced-code#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/fenced-code#readme
[@yozora/tokenizer-heading]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/heading#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/heading#readme
[@yozora/tokenizer-html-block]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/html-block#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/html-block#readme
[@yozora/tokenizer-html-inline]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/html-inline#readme
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/image#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/html-inline#readme
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/image#readme
[@yozora/tokenizer-image-reference]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/image-reference#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/image-reference#readme
[@yozora/tokenizer-indented-code]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/indented-code#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/indented-code#readme
[@yozora/tokenizer-inline-code]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/inline-code#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/inline-code#readme
[@yozora/tokenizer-inline-math]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/inline-math#readme
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/link#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/inline-math#readme
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/link#readme
[@yozora/tokenizer-link-reference]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/link-reference#readme
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/list#readme
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/math#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/link-reference#readme
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/list#readme
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/math#readme
[@yozora/tokenizer-paragraph]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/paragraph#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/paragraph#readme
[@yozora/tokenizer-setext-heading]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/setext-heading#readme
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/table#readme
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/text#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/setext-heading#readme
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/table#readme
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/text#readme
[@yozora/tokenizer-thematic-break]:
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/thematic-break#readme
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/thematic-break#readme

<!-- gfm link definitions -->

Expand Down
14 changes: 7 additions & 7 deletions packages/core-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/core-parser",
"version": "2.3.4",
"version": "2.3.5",
"author": {
"name": "guanghechen",
"url": "https://github.com/guanghechen/"
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/yozorajs/yozora.git",
"directory": "packages/core-parser"
},
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.4/packages/core-parser#readme",
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.5/packages/core-parser#readme",
"type": "module",
"exports": {
"types": "./lib/types/index.d.ts",
Expand All @@ -34,10 +34,10 @@
"README.md"
],
"dependencies": {
"@yozora/ast": "^2.3.4",
"@yozora/ast-util": "^2.3.4",
"@yozora/character": "^2.3.4",
"@yozora/core-tokenizer": "^2.3.4",
"@yozora/invariant": "^2.3.4"
"@yozora/ast": "^2.3.5",
"@yozora/ast-util": "^2.3.5",
"@yozora/character": "^2.3.5",
"@yozora/core-tokenizer": "^2.3.5",
"@yozora/invariant": "^2.3.5"
}
}
16 changes: 16 additions & 0 deletions packages/core-tokenizer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>2.3.5 (2024-10-06)</small>

- :bookmark: release: publish v2.3.3 ([be6d159](https://github.com/yozorajs/yozora/commit/be6d159))
- :bookmark: release: publish v2.3.4 ([ac66f62](https://github.com/yozorajs/yozora/commit/ac66f62))
- :fire: improve: remove @yozora/template-tokenizer
([c794fe8](https://github.com/yozorajs/yozora/commit/c794fe8))
- :wrench: chore: fix lint ([224e248](https://github.com/yozorajs/yozora/commit/224e248))
- :wrench: chore: fix nx config ([139b132](https://github.com/yozorajs/yozora/commit/139b132))
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>2.3.4 (2024-09-29)</small>

**Note:** Version bump only for package @yozora/core-tokenizer
Expand Down
Loading

0 comments on commit 251eac0

Please sign in to comment.