Skip to content

Commit 91322c2

Browse files
chore: bump package version (#78)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 830d4a4 commit 91322c2

File tree

9 files changed

+31
-9
lines changed

9 files changed

+31
-9
lines changed

.changeset/odd-windows-retire.md

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

demo/classic/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- replexica@0.21.2
9+
310
## 0.0.2
411

512
### Patch Changes

demo/classic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@replexica/demo/classic",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"keywords": [],
66
"author": "",
77
"license": "ISC",

packages/cli/CHANGELOG.md

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

3+
## 0.21.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`830d4a4`](https://github.com/replexica/replexica/commit/830d4a441c4d1177c9356756a9e9afc170a386d6)]:
8+
- @replexica/spec@0.3.0
9+
310
## 0.21.1
411

512
### 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",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
44
"description": "Replexica CLI",
55
"private": false,
66
"type": "module",

packages/compiler/CHANGELOG.md

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

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`830d4a4`](https://github.com/replexica/replexica/commit/830d4a441c4d1177c9356756a9e9afc170a386d6)]:
8+
- @replexica/spec@0.3.0
9+
310
## 0.3.1
411

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

packages/spec/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [`830d4a4`](https://github.com/replexica/replexica/commit/830d4a441c4d1177c9356756a9e9afc170a386d6) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - add support for shyriiwook language
8+
39
## 0.2.0
410

511
### Minor Changes

packages/spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replexica/spec",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Replexica open specification",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)