Skip to content

Commit 3925a3a

Browse files
chore: bump package versions (#273)
* chore: bump package version * chore: upd release msg --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Prilutskiy <[email protected]>
1 parent 5e282d7 commit 3925a3a

File tree

15 files changed

+68
-14
lines changed

15 files changed

+68
-14
lines changed

.changeset/odd-eggs-fold.md

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

demo/next-app/CHANGELOG.md

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

3+
## 0.1.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5e282d7`](https://github.com/replexica/replexica/commit/5e282d7ffa5ca9494aa7046a090bb7c327085a86)]:
8+
9+
- @replexica/react@0.3.9
10+
311
## 0.1.44
412

513
### Patch Changes

demo/next-app/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/next-app",
3-
"version": "0.1.44",
3+
"version": "0.1.45",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

package/CHANGELOG.md

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

3+
## 0.50.0
4+
5+
### Minor Changes
6+
7+
- [#268](https://github.com/replexica/replexica/pull/268) [`5e282d7`](https://github.com/replexica/replexica/commit/5e282d7ffa5ca9494aa7046a090bb7c327085a86) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - composable loaders
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5e282d7`](https://github.com/replexica/replexica/commit/5e282d7ffa5ca9494aa7046a090bb7c327085a86)]:
12+
- @replexica/cli@0.50.0
13+
- @replexica/compiler@0.5.2
14+
- @replexica/react@0.3.9
15+
316
## 0.49.1
417

518
### Patch Changes

package/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.49.1",
3+
"version": "0.50.0",
44
"description": "Replexica",
55
"private": false,
66
"type": "module",

packages/cli/CHANGELOG.md

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

3+
## 0.50.0
4+
5+
### Minor Changes
6+
7+
- [#268](https://github.com/replexica/replexica/pull/268) [`5e282d7`](https://github.com/replexica/replexica/commit/5e282d7ffa5ca9494aa7046a090bb7c327085a86) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - composable loaders
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5e282d7`](https://github.com/replexica/replexica/commit/5e282d7ffa5ca9494aa7046a090bb7c327085a86)]:
12+
- @replexica/spec@0.16.0
13+
- @replexica/sdk@0.4.2
14+
315
## 0.49.1
416

517
### 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/cli",
3-
"version": "0.49.1",
3+
"version": "0.50.0",
44
"description": "Replexica CLI",
55
"private": false,
66
"type": "module",

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.5.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5e282d7`](https://github.com/replexica/replexica/commit/5e282d7ffa5ca9494aa7046a090bb7c327085a86)]:
8+
- @replexica/spec@0.16.0
9+
- @replexica/sdk@0.4.2
10+
311
## 0.5.1
412

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

packages/react/CHANGELOG.md

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

3+
## 0.3.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5e282d7`](https://github.com/replexica/replexica/commit/5e282d7ffa5ca9494aa7046a090bb7c327085a86)]:
8+
- @replexica/spec@0.16.0
9+
310
## 0.3.8
411

512
### Patch Changes

0 commit comments

Comments
 (0)