Skip to content

Commit 9d5291b

Browse files
chore: bump package version (#84)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3cfc94b commit 9d5291b

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/modern-feet-happen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

demo/classic/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @replexica/demo/classic
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3cfc94b`](https://github.com/replexica/replexica/commit/3cfc94b894411f25ce222e50b16fcab042d6c01c)]:
8+
- replexica@0.22.0
9+
310
## 0.0.6
411

512
### Patch Changes

demo/classic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@replexica/demo/classic",
33
"private": true,
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"keywords": [],
66
"author": "",
77
"license": "ISC",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# replexica
22

3+
## 0.22.0
4+
5+
### Minor Changes
6+
7+
- [#83](https://github.com/replexica/replexica/pull/83) [`3cfc94b`](https://github.com/replexica/replexica/commit/3cfc94b894411f25ce222e50b16fcab042d6c01c) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - add --locale flag to cli to run translations on specific locales only
8+
39
## 0.21.5
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "replexica",
3-
"version": "0.21.5",
3+
"version": "0.22.0",
44
"description": "Replexica CLI",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)