Skip to content

Commit

Permalink
parser:2.3.0, interpreter:4.0.0, cli:3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusgerevini committed Feb 14, 2024
1 parent c297ea2 commit e92d65b
Show file tree
Hide file tree
Showing 9 changed files with 2,037 additions and 1,740 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

Check [LANGUAGE.md](./LANGUAGE.md) for latest documentation.

## 3.0.0 (Unreleased)
## 3.0.0 (2024-02-14)

### Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## Unreleased
## 3.0.0 (2024-02-14)

### Breaking changes

Expand Down
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clyde-lang/cli",
"version": "2.2.0",
"version": "3.0.0",
"description": "CLI tool for executing, parsing and debugging Clyde dialogue files",
"main": "./dist/cjs/index.js",
"author": "Vinicius Gerevini <viniciusgerevini@gmail.com>",
Expand All @@ -15,8 +15,8 @@
"clyde": "./dist/cjs/cli.js"
},
"dependencies": {
"@clyde-lang/interpreter": "3.1.0",
"@clyde-lang/parser": "2.2.0",
"@clyde-lang/interpreter": "4.0.0",
"@clyde-lang/parser": "2.3.0",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"homepage": "https://viniciusgerevini.github.io/clyde",
"dependencies": {
"@clyde-lang/interpreter": "3.1.0",
"@clyde-lang/parser": "2.2.0",
"@clyde-lang/interpreter": "4.0.0",
"@clyde-lang/parser": "2.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
Expand Down
2 changes: 1 addition & 1 deletion interpreter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## Unreleased
## 4.0.0 (2024-02-14)

### Breaking changes

Expand Down
4 changes: 2 additions & 2 deletions interpreter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clyde-lang/interpreter",
"version": "3.1.0",
"version": "4.0.0",
"description": "Interpreter for Clyde dialogue language",
"main": "./dist/cjs/index.js",
"types": "./dist/mjs/index.d.ts",
Expand Down Expand Up @@ -32,6 +32,6 @@
"testEnvironment": "node"
},
"dependencies": {
"@clyde-lang/parser": "2.2.0"
"@clyde-lang/parser": "2.3.0"
}
}
2 changes: 1 addition & 1 deletion parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)


## Unreleased
## 2.3.0 (2024-02-14)

### Added

Expand Down
2 changes: 1 addition & 1 deletion parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clyde-lang/parser",
"version": "2.2.0",
"version": "2.3.0",
"description": "Parser for Clyde dialogue language",
"main": "./dist/cjs/index.js",
"types": "./dist/mjs/index.d.ts",
Expand Down
3,753 changes: 2,025 additions & 1,728 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e92d65b

Please sign in to comment.