Skip to content

Commit 4dd844c

Browse files
chore: bump package version (#14)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e77aac8 commit 4dd844c

File tree

11 files changed

+31
-15
lines changed

11 files changed

+31
-15
lines changed

.changeset/fifty-candles-admire.md

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

.changeset/healthy-emus-own.md

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

.changeset/light-rice-tickle.md

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

demo/node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @replexica/demo/node
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0c92f9d`](https://github.com/replexica/replexica/commit/0c92f9d3f63f0a6dd0254c90523958ada6348fb6)]:
8+
- @replexica/compiler@0.1.0

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.0",
3+
"version": "0.0.1",
44
"private": true,
55
"description": "",
66
"scripts": {

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# replexica
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#13](https://github.com/replexica/replexica/pull/13) [`0c92f9d`](https://github.com/replexica/replexica/commit/0c92f9d3f63f0a6dd0254c90523958ada6348fb6) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - production-ready release of replexica CLI, compiler, and react runtime components

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.0.0",
3+
"version": "0.1.0",
44
"description": "Replexica CLI",
55
"private": false,
66
"type": "module",

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.0
4+
5+
### Minor Changes
6+
7+
- [#13](https://github.com/replexica/replexica/pull/13) [`0c92f9d`](https://github.com/replexica/replexica/commit/0c92f9d3f63f0a6dd0254c90523958ada6348fb6) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - production-ready release of replexica CLI, compiler, and react runtime components
8+
39
## 0.0.2
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.0.2",
3+
"version": "0.1.0",
44
"description": "Replexica compiler",
55
"private": false,
66
"type": "module",

packages/react/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#13](https://github.com/replexica/replexica/pull/13) [`0c92f9d`](https://github.com/replexica/replexica/commit/0c92f9d3f63f0a6dd0254c90523958ada6348fb6) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - production-ready release of replexica CLI, compiler, and react runtime components
8+
39
## 0.0.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)