Skip to content

Commit

Permalink
🔖 release
Browse files Browse the repository at this point in the history
  • Loading branch information
guanghechen committed Oct 6, 2024
1 parent 59915bf commit 99ef476
Show file tree
Hide file tree
Showing 39 changed files with 305 additions and 114 deletions.
9 changes: 9 additions & 0 deletions packages/core-react-constant/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0-alpha.9 (2024-10-06)

- :wrench: chore: fix nx config ([59915bf](https://github.com/yozorajs/yozora-react/commit/59915bf))

# Change Log

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

## 3.0.0-alpha.8 (2024-09-29)

- :wrench: chore: fix build issues
Expand Down
2 changes: 1 addition & 1 deletion packages/core-react-constant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/core-react-constant",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"description": "Yozora renderer theme.",
"author": {
"name": "guanghechen",
Expand Down
11 changes: 11 additions & 0 deletions packages/core-react-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0-alpha.17 (2024-10-06)

- :arrow_up: chore: upgrade dependencies
([1227ab9](https://github.com/yozorajs/yozora-react/commit/1227ab9))
- :wrench: chore: fix nx config ([59915bf](https://github.com/yozorajs/yozora-react/commit/59915bf))

# Change Log

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

## 3.0.0-alpha.16 (2024-09-29)

- :arrow_up: chore: upgrade dependencies
Expand Down
12 changes: 6 additions & 6 deletions packages/core-react-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/core-react-renderer",
"version": "3.0.0-alpha.16",
"version": "3.0.0-alpha.17",
"description": "Yozora renderer in react.",
"author": {
"name": "guanghechen",
Expand Down Expand Up @@ -38,11 +38,11 @@
"dependencies": {
"@guanghechen/equal": "^1.0.3",
"@guanghechen/react-viewmodel": "^0.2.14",
"@yozora/core-react-constant": "^3.0.0-alpha.8",
"@yozora/core-react-theme": "^3.0.0-alpha.8",
"@yozora/core-react-types": "^1.0.0-alpha.6",
"@yozora/core-react-util": "^1.0.0-alpha.7",
"@yozora/react-code-highlighter": "^3.0.0-alpha.10"
"@yozora/core-react-constant": "^3.0.0-alpha.9",
"@yozora/core-react-theme": "^3.0.0-alpha.9",
"@yozora/core-react-types": "^1.0.0-alpha.7",
"@yozora/core-react-util": "^1.0.0-alpha.8",
"@yozora/react-code-highlighter": "^3.0.0-alpha.11"
},
"peerDependencies": {
"@emotion/css": "^11.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/core-react-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0-alpha.9 (2024-10-06)

- :wrench: chore: fix nx config ([59915bf](https://github.com/yozorajs/yozora-react/commit/59915bf))

# Change Log

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

## 3.0.0-alpha.8 (2024-09-29)

- :arrow_up: chore: upgrade dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/core-react-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/core-react-theme",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"description": "Yozora renderer theme.",
"author": {
"name": "guanghechen",
Expand Down Expand Up @@ -36,7 +36,7 @@
"README.md"
],
"dependencies": {
"@yozora/core-react-constant": "^3.0.0-alpha.8"
"@yozora/core-react-constant": "^3.0.0-alpha.9"
},
"peerDependencies": {
"@emotion/css": "^11.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/core-react-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.0-alpha.7 (2024-10-06)

- :wrench: chore: fix nx config ([59915bf](https://github.com/yozorajs/yozora-react/commit/59915bf))

# Change Log

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

## 1.0.0-alpha.6 (2024-09-29)

- :wrench: chore: fix build issues
Expand Down
2 changes: 1 addition & 1 deletion packages/core-react-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/core-react-types",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "Yozora react types.",
"author": {
"name": "guanghechen",
Expand Down
9 changes: 9 additions & 0 deletions packages/core-react-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.0-alpha.8 (2024-10-06)

- :wrench: chore: fix nx config ([59915bf](https://github.com/yozorajs/yozora-react/commit/59915bf))

# Change Log

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

## 1.0.0-alpha.7 (2024-09-29)

- :arrow_up: chore: upgrade dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/core-react-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/core-react-util",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "Yozora react utils.",
"author": {
"name": "guanghechen",
Expand Down Expand Up @@ -37,6 +37,6 @@
],
"dependencies": {
"@guanghechen/parse-lineno": "^2.3.10",
"@yozora/core-react-types": "^1.0.0-alpha.6"
"@yozora/core-react-types": "^1.0.0-alpha.7"
}
}
9 changes: 9 additions & 0 deletions packages/react-admonition/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0-alpha.9 (2024-10-06)

- :wrench: chore: fix nx config ([59915bf](https://github.com/yozorajs/yozora-react/commit/59915bf))

# Change Log

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

## 3.0.0-alpha.8 (2024-09-29)

- :arrow_up: chore: upgrade dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/react-admonition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/react-admonition",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"description": "render markdown admonition in react",
"author": {
"name": "guanghechen",
Expand Down Expand Up @@ -39,7 +39,7 @@
"README.md"
],
"dependencies": {
"@yozora/core-react-constant": "^3.0.0-alpha.8"
"@yozora/core-react-constant": "^3.0.0-alpha.9"
},
"peerDependencies": {
"@emotion/css": "^11.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0-alpha.11 (2024-10-06)

- :arrow_up: chore: upgrade dependencies
([1227ab9](https://github.com/yozorajs/yozora-react/commit/1227ab9))
- :wrench: chore: fix nx config ([59915bf](https://github.com/yozorajs/yozora-react/commit/59915bf))

# Change Log

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

## 3.0.0-alpha.10 (2024-09-29)

- :arrow_up: chore: upgrade dependencies
Expand Down
6 changes: 3 additions & 3 deletions packages/react-code-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/react-code-editor",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"description": "simple code editor",
"author": {
"name": "guanghechen",
Expand Down Expand Up @@ -39,8 +39,8 @@
],
"dependencies": {
"@guanghechen/equal": "^1.0.3",
"@yozora/core-react-constant": "^3.0.0-alpha.8",
"@yozora/react-code-highlighter": "^3.0.0-alpha.10"
"@yozora/core-react-constant": "^3.0.0-alpha.9",
"@yozora/react-code-highlighter": "^3.0.0-alpha.11"
},
"peerDependencies": {
"@emotion/css": "^11.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-code-embed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0-alpha.14 (2024-10-06)

- :arrow_up: chore: upgrade dependencies
([1227ab9](https://github.com/yozorajs/yozora-react/commit/1227ab9))
- :wrench: chore: fix nx config ([59915bf](https://github.com/yozorajs/yozora-react/commit/59915bf))

# Change Log

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

## 3.0.0-alpha.13 (2024-09-29)

- :arrow_up: chore: upgrade dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/react-code-embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/react-code-embed",
"version": "3.0.0-alpha.13",
"version": "3.0.0-alpha.14",
"description": "code embed in react",
"author": {
"name": "guanghechen",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"dependencies": {
"@guanghechen/equal": "^1.0.3",
"@yozora/core-react-constant": "^3.0.0-alpha.8"
"@yozora/core-react-constant": "^3.0.0-alpha.9"
},
"peerDependencies": {
"@emotion/css": "^11.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-code-highlighter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0-alpha.11 (2024-10-06)

- :arrow_up: chore: upgrade dependencies
([1227ab9](https://github.com/yozorajs/yozora-react/commit/1227ab9))
- :wrench: chore: fix nx config ([59915bf](https://github.com/yozorajs/yozora-react/commit/59915bf))

# Change Log

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

## 3.0.0-alpha.10 (2024-09-29)

- :arrow_up: chore: upgrade dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/react-code-highlighter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/react-code-highlighter",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"description": "highlight markdown code in react",
"author": {
"name": "guanghechen",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"dependencies": {
"@guanghechen/equal": "^1.0.3",
"@yozora/core-react-constant": "^3.0.0-alpha.8",
"@yozora/core-react-constant": "^3.0.0-alpha.9",
"prismjs": "1.29.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/react-code-literal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0-alpha.12 (2024-10-06)

- :wrench: chore: fix nx config ([59915bf](https://github.com/yozorajs/yozora-react/commit/59915bf))

# Change Log

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

## 3.0.0-alpha.11 (2024-09-29)

- :wrench: chore: fix build issues
Expand Down
10 changes: 5 additions & 5 deletions packages/react-code-literal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/react-code-literal",
"version": "3.0.0-alpha.11",
"version": "3.0.0-alpha.12",
"description": "render markdown `code` node in react",
"author": {
"name": "guanghechen",
Expand Down Expand Up @@ -39,10 +39,10 @@
"README.md"
],
"dependencies": {
"@yozora/core-react-constant": "^3.0.0-alpha.8",
"@yozora/react-code-highlighter": "^3.0.0-alpha.10",
"@yozora/react-common-copy-button": "^3.0.0-alpha.8",
"@yozora/react-common-light-buttons": "^3.0.0-alpha.2"
"@yozora/core-react-constant": "^3.0.0-alpha.9",
"@yozora/react-code-highlighter": "^3.0.0-alpha.11",
"@yozora/react-common-copy-button": "^3.0.0-alpha.9",
"@yozora/react-common-light-buttons": "^3.0.0-alpha.3"
},
"peerDependencies": {
"@emotion/css": "^11.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-code-live/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0-alpha.14 (2024-10-06)

- :wrench: chore: fix nx config ([59915bf](https://github.com/yozorajs/yozora-react/commit/59915bf))

# Change Log

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

## 3.0.0-alpha.13 (2024-09-29)

- :arrow_up: chore: upgrade dependencies
Expand Down
14 changes: 7 additions & 7 deletions packages/react-code-live/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yozora/react-code-live",
"version": "3.0.0-alpha.13",
"version": "3.0.0-alpha.14",
"description": "code live in react",
"author": {
"name": "guanghechen",
Expand Down Expand Up @@ -40,12 +40,12 @@
],
"dependencies": {
"@guanghechen/common-util": "^0.2.4",
"@yozora/core-react-constant": "^3.0.0-alpha.8",
"@yozora/core-react-types": "^1.0.0-alpha.6",
"@yozora/react-code-editor": "^3.0.0-alpha.10",
"@yozora/react-code-embed": "^3.0.0-alpha.13",
"@yozora/react-common-copy-button": "^3.0.0-alpha.8",
"@yozora/react-common-light-buttons": "^3.0.0-alpha.2"
"@yozora/core-react-constant": "^3.0.0-alpha.9",
"@yozora/core-react-types": "^1.0.0-alpha.7",
"@yozora/react-code-editor": "^3.0.0-alpha.11",
"@yozora/react-code-embed": "^3.0.0-alpha.14",
"@yozora/react-common-copy-button": "^3.0.0-alpha.9",
"@yozora/react-common-light-buttons": "^3.0.0-alpha.3"
},
"peerDependencies": {
"@emotion/css": "^11.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-code-renderer-graphviz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0-alpha.11 (2024-10-06)

- :arrow_up: chore: upgrade dependencies
([1227ab9](https://github.com/yozorajs/yozora-react/commit/1227ab9))
- :wrench: chore: fix nx config ([59915bf](https://github.com/yozorajs/yozora-react/commit/59915bf))

# Change Log

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

## 3.0.0-alpha.10 (2024-09-29)

- :arrow_up: chore: upgrade dependencies
Expand Down
Loading

0 comments on commit 99ef476

Please sign in to comment.