Skip to content

Commit 6ab9804

Browse files
chore: bump package version (#68)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e324c0f commit 6ab9804

File tree

7 files changed

+17
-15
lines changed

7 files changed

+17
-15
lines changed

.changeset/soft-garlics-carry.md

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

.changeset/stupid-rings-relax.md

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

.changeset/young-chicken-sort.md

Lines changed: 0 additions & 6 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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e324c0f`](https://github.com/replexica/replexica/commit/e324c0f22224e102bda6b516014fae82f7bfca32), [`9c3dc98`](https://github.com/replexica/replexica/commit/9c3dc9896b96d755a4d7de8c81a12638c456653c)]:
8+
- @replexica/compiler@0.2.1
9+
310
## 0.0.3
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.3",
3+
"version": "0.0.4",
44
"private": true,
55
"description": "",
66
"scripts": {

packages/compiler/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#70](https://github.com/replexica/replexica/pull/70) [`e324c0f`](https://github.com/replexica/replexica/commit/e324c0f22224e102bda6b516014fae82f7bfca32) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - fix how trimSafely handles &nbsp
8+
9+
- [#67](https://github.com/replexica/replexica/pull/67) [`9c3dc98`](https://github.com/replexica/replexica/commit/9c3dc9896b96d755a4d7de8c81a12638c456653c) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - Improved support for shadcn/ui components, fixed inline variables handling, improved &nbsp; support.
10+
311
## 0.2.0
412

513
### 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.2.0",
3+
"version": "0.2.1",
44
"description": "Replexica compiler",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)