Skip to content

Commit 9d64358

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

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/angry-elephants-cheat.md

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

demo/node/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`eca4595`](https://github.com/replexica/replexica/commit/eca45954360f59d57e26ff8dea5841c25bf2f1b7)]:
8+
- @replexica/compiler@0.1.1
9+
310
## 0.0.1
411

512
### Patch Changes

demo/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replexica/demo/node",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"description": "",
66
"scripts": {

packages/compiler/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#17](https://github.com/replexica/replexica/pull/17) [`eca4595`](https://github.com/replexica/replexica/commit/eca45954360f59d57e26ff8dea5841c25bf2f1b7) Thanks [@vrcprl](https://github.com/vrcprl)! - write stub locale data files only when no files exist
8+
39
## 0.1.0
410

511
### Minor Changes

packages/compiler/package.json

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

0 commit comments

Comments
 (0)