Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pisyukaev committed Nov 21, 2023
1 parent b44f873 commit 7e025ac
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @xml-locales/cli

## 0.0.2

### Patch Changes

- include dist folder to npm publish
- Updated dependencies
- [email protected]

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 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.1",
"version": "0.0.2",
"type": "module",
"bin": {
"xml-locales": "./dist/index.js"
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@inquirer/prompts": "3.3.0",
"@types/yargs": "17.0.32",
"xml-locales": "workspace:0.0.1",
"xml-locales": "workspace:0.0.2",
"yargs": "17.7.2"
}
}
6 changes: 6 additions & 0 deletions packages/xml-locales/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# xml-locales

## 0.0.2

### Patch Changes

- include dist folder to npm publish

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xml-locales/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xml-locales",
"description": "Tool for locales in xml files",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"keywords": [
"xml-locales",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e025ac

Please sign in to comment.