Skip to content

Commit 2fe3a91

Browse files
committed
v0.19.2
1 parent 98ae806 commit 2fe3a91

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"packages": [
1010
"packages/*"
1111
],
12-
"version": "0.19.1"
12+
"version": "0.19.2"
1313
}

packages/dantalion-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurone-kito/dantalion-cli",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "CLI frontend that calculates the personality from the birthday.",
55
"keywords": [
66
"ba-zi",
@@ -37,8 +37,8 @@
3737
"test": "jest --coverage"
3838
},
3939
"dependencies": {
40-
"@kurone-kito/dantalion-core": "^0.19.1",
41-
"@kurone-kito/dantalion-i18n": "^0.19.1",
40+
"@kurone-kito/dantalion-core": "^0.19.2",
41+
"@kurone-kito/dantalion-i18n": "^0.19.2",
4242
"commander": "^7.2.0",
4343
"marked": "^2.1.2",
4444
"marked-terminal": "^4.1.1"

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": "0.19.1",
3+
"version": "0.19.2",
44
"description": "NPM library that calculates the personality from the birthday.",
55
"keywords": [
66
"ba-zi",

packages/dantalion-i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurone-kito/dantalion-i18n",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "Converts results of dantalion into detailed documentation.",
55
"keywords": [
66
"ba-zi",
@@ -34,7 +34,7 @@
3434
"test": "jest --coverage"
3535
},
3636
"dependencies": {
37-
"@kurone-kito/dantalion-core": "^0.19.1",
37+
"@kurone-kito/dantalion-core": "^0.19.2",
3838
"i18next": "^20.3.2",
3939
"lodash.merge": "^4.6.2"
4040
},

packages/dantalion-web-playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurone-kito/dantalion-web-playground",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "The playground web app that calculates the personality from the birthday",
55
"keywords": [
66
"ba-zi",
@@ -42,8 +42,8 @@
4242
"@fortawesome/free-brands-svg-icons": "^5.15.3",
4343
"@fortawesome/free-solid-svg-icons": "^5.15.3",
4444
"@fortawesome/react-fontawesome": "^0.1.14",
45-
"@kurone-kito/dantalion-core": "^0.19.1",
46-
"@kurone-kito/dantalion-i18n": "^0.19.1",
45+
"@kurone-kito/dantalion-core": "^0.19.2",
46+
"@kurone-kito/dantalion-i18n": "^0.19.2",
4747
"@sentry/nextjs": "^6.7.2",
4848
"classnames": "^2.3.1",
4949
"js-base64": "^3.6.1",

0 commit comments

Comments
 (0)