Skip to content

Commit

Permalink
fix: update dependencies and readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
chaqchase committed Nov 22, 2023
1 parent 2a39cd7 commit 62955f0
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/young-shoes-roll.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @artemis-lang/cli

## 0.3.3

### Patch Changes

- 2a39cd7: Update readme files
- Updated dependencies [2a39cd7]
- @artemis-lang/interpreter@0.3.3

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"access": "public",
"description": "The artemis language cli",
"bin": {
Expand Down
9 changes: 9 additions & 0 deletions packages/interpreter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @artemis-lang/interpreter

## 0.3.3

### Patch Changes

- 2a39cd7: Update readme files
- Updated dependencies [2a39cd7]
- @artemis-lang/lexer@0.3.3
- @artemis-lang/parser@0.3.3

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"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.3

### Patch Changes

- 2a39cd7: Update readme files

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"access": "public",
"type": "module",
"description": "The artemis language lexer",
Expand Down
8 changes: 8 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @artemis-lang/parser

## 0.3.3

### Patch Changes

- 2a39cd7: Update readme files
- Updated dependencies [2a39cd7]
- @artemis-lang/lexer@0.3.3

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"access": "public",
"type": "module",
"description": "The artemis language parser",
Expand Down

0 comments on commit 62955f0

Please sign in to comment.