Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pisyukaev committed Dec 5, 2023
1 parent 970e04b commit 95583dd
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/fair-yaks-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-birds-change.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @xml-locales/cli

## 0.0.8

### Patch Changes

- 504a133: feat: print diff
fix: --help flag now it works
chore: remove unused prompts
- Updated dependencies [504a133]
- [email protected]

## 0.0.7

### 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.7",
"version": "0.0.8",
"type": "module",
"bin": {
"xml-locales": "./dist/bin.js"
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"diff": "5.1.0",
"xml-locales": "workspace:0.0.4",
"xml-locales": "workspace:0.0.5",
"yargs": "17.7.2"
},
"devDependencies": {
Expand Down
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.5

### Patch Changes

- 504a133: fix: filtering undefined xml nodes

## 0.0.4

### 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.4",
"version": "0.0.5",
"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 95583dd

Please sign in to comment.