Skip to content

Commit

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

## 0.0.5

### Patch Changes

- Updated dependencies
- [email protected]

## 0.0.4

### Patch Changes
Expand Down
6 changes: 4 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.4",
"version": "0.0.5",
"type": "module",
"bin": {
"xml-locales": "./dist/bin.js"
Expand Down Expand Up @@ -28,7 +28,9 @@
"dependencies": {
"@inquirer/prompts": "3.3.0",
"@types/yargs": "17.0.32",
"xml-locales": "workspace:0.0.2",
"fast-xml-parser": "^4.3.2",
"xml-formatter": "^3.6.0",
"xml-locales": "workspace:0.0.3",
"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.3

### Patch Changes

- refactor modifiers functions, utils and tests

## 0.0.2

### 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.2",
"version": "0.0.3",
"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 6b531c7

Please sign in to comment.