Skip to content

Commit 2cf88e9

Browse files
authored
Merge pull request #142 from kurone-kito/release/v1.0.0-rc.0
chore(release): v1.0.0-rc.0
2 parents d9a93ea + d4cf303 commit 2cf88e9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ First stable release on the modernized toolchain.
6666

6767
---
6868

69-
## v1.0.0-rc.0 (unreleased)
69+
## v1.0.0-rc.0 (2026-05-20)
7070

7171
Release candidate. Identical to v1.0.0 modulo bug fixes from the
7272
soak window.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurone-kito/dantalion",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-rc.0",
44
"description": "Calculates the personality from the birthday using Four Pillars of Destiny (Ba-Zi).",
55
"keywords": [
66
"ba-zi",

packages/dantalion-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurone-kito/dantalion-cli",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0-rc.0",
44
"description": "CLI frontend that calculates the personality from the birthday.",
55
"keywords": [
66
"ba-zi",

packages/dantalion-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurone-kito/dantalion-core",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-rc.0",
44
"description": "NPM library that calculates the personality from the birthday.",
55
"keywords": [
66
"ba-zi",

packages/dantalion-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurone-kito/dantalion-i18n",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-rc.0",
44
"description": "Converts results of dantalion into detailed documentation.",
55
"keywords": [
66
"ba-zi",

0 commit comments

Comments
 (0)