Skip to content

Commit 09fcaa0

Browse files
chore: bump package version (#22)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 392bb1c commit 09fcaa0

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/seven-poems-retire.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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`392bb1c`](https://github.com/replexica/replexica/commit/392bb1cbf35a7b8b11f14788497bd8d36de12808)]:
8+
- @replexica/compiler@0.2.0
9+
310
## 0.0.2
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.2",
3+
"version": "0.0.3",
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.2.0
4+
5+
### Minor Changes
6+
7+
- [#21](https://github.com/replexica/replexica/pull/21) [`392bb1c`](https://github.com/replexica/replexica/commit/392bb1cbf35a7b8b11f14788497bd8d36de12808) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - The compiler now supports the rsc flag, which is set to true by default. When set to false, every piece of code is processed as if it had 'use client'.
8+
39
## 0.1.1
410

511
### Patch 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.1",
3+
"version": "0.2.0",
44
"description": "Replexica compiler",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)