Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @arietta-studio/arietta-cli-ui@1.0.1
 - @arietta-studio/arietta-compass@1.0.1
 - @arietta-studio/arietta-i18n@1.0.1
 - @arietta-studio/arietta-shebang@1.0.1
  • Loading branch information
Gincioks committed Mar 24, 2024
1 parent d21e7b4 commit a2ba72b
Show file tree
Hide file tree
Showing 5 changed files with 20,645 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/arietta-cli-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arietta-studio/arietta-cli-ui",
"version": "1.0.0",
"version": "1.0.1",
"description": "Arietta CLI UI Kit for Ink.js and React",
"homepage": "https://github.com/arietta-studio/arietta-tools/tree/master/packages/arietta-cli-ui",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/arietta-compass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arietta-studio/arietta-compass",
"version": "1.0.0",
"version": "1.0.1",
"description": "Arietta Compass is a CLI tool that uses ChatGPT to generate Gitmoji-based commit messages",
"keywords": [
"ai",
Expand Down Expand Up @@ -47,10 +47,10 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@arietta-studio/arietta-cli-ui": "latest",
"@inkjs/ui": "^1",
"@langchain/core": "latest",
"@langchain/openai": "latest",
"@arietta-studio/arietta-cli-ui": "latest",
"chalk": "^5",
"commander": "^11",
"conf": "^12",
Expand Down
4 changes: 2 additions & 2 deletions packages/arietta-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arietta-studio/arietta-i18n",
"version": "1.0.0",
"version": "1.0.1",
"description": "Arietta i18n is a CLI tool that automate translate your i18n localization with AI",
"keywords": [
"ai",
Expand Down Expand Up @@ -54,10 +54,10 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@arietta-studio/arietta-cli-ui": "latest",
"@inkjs/ui": "^1",
"@langchain/core": "latest",
"@langchain/openai": "latest",
"@arietta-studio/arietta-cli-ui": "latest",
"chalk": "^5",
"commander": "^11",
"conf": "^12",
Expand Down
2 changes: 1 addition & 1 deletion packages/arietta-shebang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arietta-studio/arietta-shebang",
"version": "1.0.0",
"version": "1.0.1",
"description": "Add shebang to target file",
"homepage": "https://github.com/arietta-studio/arietta-tools/tree/master/packages/arietta-shebang",
"bugs": {
Expand Down
Loading

0 comments on commit a2ba72b

Please sign in to comment.