Skip to content

Commit

Permalink
Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chaqchase committed Sep 29, 2023
1 parent 49ab8df commit 611c251
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @artemis-lang/cli

## 0.3.0

### Minor Changes

- Update and fixes minor bugs and overall improvements

### Patch Changes

- Updated dependencies
- @artemis-lang/interpreter@0.3.0

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artemis-lang/cli",
"version": "0.2.6",
"version": "0.3.0",
"access": "public",
"description": "The artemis language cli",
"bin": {
Expand Down
12 changes: 12 additions & 0 deletions packages/interpreter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @artemis-lang/interpreter

## 0.3.0

### Minor Changes

- Update and fixes minor bugs and overall improvements

### Patch Changes

- Updated dependencies
- @artemis-lang/lexer@0.3.0
- @artemis-lang/parser@0.3.0

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/interpreter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artemis-lang/interpreter",
"version": "0.2.3",
"version": "0.3.0",
"access": "public",
"type": "module",
"description": "The artemis language interpreter",
Expand Down
6 changes: 6 additions & 0 deletions packages/lexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @artemis-lang/lexer

## 0.3.0

### Minor Changes

- Update and fixes minor bugs and overall improvements

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artemis-lang/lexer",
"version": "0.2.3",
"version": "0.3.0",
"access": "public",
"type": "module",
"description": "The artemis language lexer",
Expand Down
11 changes: 11 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @artemis-lang/parser

## 0.3.0

### Minor Changes

- Update and fixes minor bugs and overall improvements

### Patch Changes

- Updated dependencies
- @artemis-lang/lexer@0.3.0

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artemis-lang/parser",
"version": "0.2.3",
"version": "0.3.0",
"access": "public",
"type": "module",
"description": "The artemis language parser",
Expand Down

0 comments on commit 611c251

Please sign in to comment.