Skip to content

Commit

Permalink
Merge pull request #19 from Pisyukaev/repo-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Pisyukaev authored Nov 21, 2023
2 parents e39bfa7 + 8427055 commit e028674
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @xml-locales/cli

## 0.0.1

### Patch Changes

- added repository urls in package.json
- Updated dependencies
- [email protected]
9 changes: 7 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-locales/cli",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"bin": {
"xml-locales": "./dist/index.js"
Expand All @@ -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",
Expand All @@ -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"
}
}
7 changes: 7 additions & 0 deletions packages/xml-locales/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# xml-locales

## 0.0.1

### Patch Changes

- added repository urls in package.json
7 changes: 6 additions & 1 deletion packages/xml-locales/package.json
Original file line number Diff line number Diff line change
@@ -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": {
"*": {
Expand Down

0 comments on commit e028674

Please sign in to comment.