Skip to content

Commit

Permalink
chore(main): release aqua 0.10.0 (#670)
Browse files Browse the repository at this point in the history
* chore(main): release aqua 0.10.0

* chore: Bump aqua version to 0.10.0
  • Loading branch information
fluencebot authored Feb 16, 2023
1 parent 94cbb85 commit 3635a0b
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.5"
".": "0.10.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.10.0](https://github.com/fluencelabs/aqua/compare/aqua-v0.9.5...aqua-v0.10.0) (2023-02-16)


### ⚠ BREAKING CHANGES

* DXJ-283 support new JS client ([#668](https://github.com/fluencelabs/aqua/issues/668))

### Features

* DXJ-283 support new JS client ([#668](https://github.com/fluencelabs/aqua/issues/668)) ([94cbb85](https://github.com/fluencelabs/aqua/commit/94cbb85b407d67d5c5da52db91f50d41874ab83b))

## [0.9.5](https://github.com/fluencelabs/aqua/compare/aqua-v0.9.4...aqua-v0.9.5) (2023-02-14)


Expand Down
4 changes: 2 additions & 2 deletions api/aqua-api-npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/aqua-api-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-api",
"version": "0.9.5",
"version": "0.10.0",
"description": "Aqua API",
"type": "commonjs",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val dottyVersion = "3.2.2"

scalaVersion := dottyVersion

val aquaVersion = "0.9.5"
val aquaVersion = "0.10.0"

val catsV = "2.8.0"
val catsParseV = "0.3.8"
Expand Down
4 changes: 2 additions & 2 deletions cli/cli-npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/cli-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua",
"version": "0.9.5",
"version": "0.10.0",
"description": "Aqua compiler",
"type": "module",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions language-server/language-server-npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion language-server/language-server-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-language-server-api",
"version": "0.9.5",
"version": "0.10.0",
"description": "Aqua Language Server API",
"type": "commonjs",
"files": [
Expand Down

0 comments on commit 3635a0b

Please sign in to comment.