diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md new file mode 100644 index 0000000..ae3b277 --- /dev/null +++ b/packages/cli/CHANGELOG.md @@ -0,0 +1,9 @@ +# @xml-locales/cli + +## 0.0.1 + +### Patch Changes + +- added repository urls in package.json +- Updated dependencies + - xml-locales@0.0.1 diff --git a/packages/cli/package.json b/packages/cli/package.json index 44cbf7a..189bda8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@xml-locales/cli", - "version": "0.0.0", + "version": "0.0.1", "type": "module", "bin": { "xml-locales": "./dist/index.js" @@ -12,6 +12,11 @@ "tool", "cli-tool" ], + "repository": { + "type": "git", + "url": "https://github.com/Pisyukaev/xml-locales.git", + "directory": "packages/cli" + }, "scripts": { "build": "tsc", "test": "vitest run --coverage", @@ -20,7 +25,7 @@ "dependencies": { "@inquirer/prompts": "3.3.0", "@types/yargs": "17.0.32", - "xml-locales": "workspace:0.0.0", + "xml-locales": "workspace:0.0.1", "yargs": "17.7.2" } } diff --git a/packages/xml-locales/CHANGELOG.md b/packages/xml-locales/CHANGELOG.md new file mode 100644 index 0000000..4d99f5b --- /dev/null +++ b/packages/xml-locales/CHANGELOG.md @@ -0,0 +1,7 @@ +# xml-locales + +## 0.0.1 + +### Patch Changes + +- added repository urls in package.json diff --git a/packages/xml-locales/package.json b/packages/xml-locales/package.json index 65115e7..a6c193f 100644 --- a/packages/xml-locales/package.json +++ b/packages/xml-locales/package.json @@ -1,13 +1,18 @@ { "name": "xml-locales", "description": "Tool for locales in xml files", - "version": "0.0.0", + "version": "0.0.1", "type": "module", "keywords": [ "xml-locales", "xml", "locales" ], + "repository": { + "type": "git", + "url": "https://github.com/Pisyukaev/xml-locales.git", + "directory": "packages/xml-locales" + }, "types": "./dist/index.d.ts", "typesVersions": { "*": {