Skip to content

Commit de7520b

Browse files
chore: bump package version (#159)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 73c9250 commit de7520b

15 files changed

Lines changed: 75 additions & 16 deletions

File tree

.changeset/honest-keys-deliver.md

Lines changed: 0 additions & 9 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.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`73c9250`](https://github.com/replexica/replexica/commit/73c925084989ccea120cae1617ec87776c88e83e)]:
8+
- @replexica/react@0.3.0
9+
- replexica@0.37.0
10+
311
## 0.1.21
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.21",
3+
"version": "0.1.22",
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.37.0
4+
5+
### Minor Changes
6+
7+
- [#158](https://github.com/replexica/replexica/pull/158) [`73c9250`](https://github.com/replexica/replexica/commit/73c925084989ccea120cae1617ec87776c88e83e) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - Configuration spec v1.1: Improved bucket config structure, to support exclusion patterns
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`73c9250`](https://github.com/replexica/replexica/commit/73c925084989ccea120cae1617ec87776c88e83e)]:
12+
- @replexica/compiler@0.4.0
13+
- @replexica/react@0.3.0
14+
- @replexica/cli@0.37.0
15+
316
## 0.36.2
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.36.2",
3+
"version": "0.37.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.37.0
4+
5+
### Minor Changes
6+
7+
- [#158](https://github.com/replexica/replexica/pull/158) [`73c9250`](https://github.com/replexica/replexica/commit/73c925084989ccea120cae1617ec87776c88e83e) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - Configuration spec v1.1: Improved bucket config structure, to support exclusion patterns
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`73c9250`](https://github.com/replexica/replexica/commit/73c925084989ccea120cae1617ec87776c88e83e)]:
12+
- @replexica/spec@0.9.0
13+
- @replexica/sdk@0.1.1
14+
315
## 0.36.2
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.36.2",
3+
"version": "0.37.0",
44
"description": "Replexica CLI",
55
"private": false,
66
"type": "module",

packages/compiler/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#158](https://github.com/replexica/replexica/pull/158) [`73c9250`](https://github.com/replexica/replexica/commit/73c925084989ccea120cae1617ec87776c88e83e) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - Configuration spec v1.1: Improved bucket config structure, to support exclusion patterns
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`73c9250`](https://github.com/replexica/replexica/commit/73c925084989ccea120cae1617ec87776c88e83e)]:
12+
- @replexica/spec@0.9.0
13+
314
## 0.3.9
415

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

packages/react/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#158](https://github.com/replexica/replexica/pull/158) [`73c9250`](https://github.com/replexica/replexica/commit/73c925084989ccea120cae1617ec87776c88e83e) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - Configuration spec v1.1: Improved bucket config structure, to support exclusion patterns
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`73c9250`](https://github.com/replexica/replexica/commit/73c925084989ccea120cae1617ec87776c88e83e)]:
12+
- @replexica/spec@0.9.0
13+
314
## 0.2.5
415

516
### Patch Changes

0 commit comments

Comments
 (0)