Skip to content

Commit 370a84a

Browse files
chore: bump package version (#82)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2c26b3d commit 370a84a

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/proud-panthers-taste.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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7a7be7f`](https://github.com/replexica/replexica/commit/7a7be7f7f9fbf210d9293a65c0c9c811dbfe1942)]:
8+
- replexica@0.21.5
9+
310
## 0.0.5
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.5",
4+
"version": "0.0.6",
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.21.5
4+
5+
### Patch Changes
6+
7+
- [`7a7be7f`](https://github.com/replexica/replexica/commit/7a7be7f7f9fbf210d9293a65c0c9c811dbfe1942) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - fix ~/.replexicarc apiKey nullability issue when loading settings
8+
39
## 0.21.4
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.4",
3+
"version": "0.21.5",
44
"description": "Replexica CLI",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)