chore(main): release aqua 0.9.3 (#640)

* chore(main): release aqua 0.9.3

* chore: Bump aqua version to 0.9.3
This commit is contained in:
fluencebot 2023-01-20 08:53:20 +02:00 committed by GitHub
parent 50f0723a32
commit b6643df3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 25 additions and 11 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.9.2"
".": "0.9.3"
}

View File

@ -1,5 +1,19 @@
# Changelog
## [0.9.3](https://github.com/fluencelabs/aqua/compare/aqua-v0.9.2...aqua-v0.9.3) (2023-01-20)
### Features
* copy structures implementation [fixes LNG-102] ([#646](https://github.com/fluencelabs/aqua/issues/646)) ([50f0723](https://github.com/fluencelabs/aqua/commit/50f0723a321c76490587ea5350b4055ae2f470ec))
### Bug Fixes
* `nil` in return [DXJ-226] ([#629](https://github.com/fluencelabs/aqua/issues/629)) ([7ab980a](https://github.com/fluencelabs/aqua/commit/7ab980a5f00ba6f529a13faced3a25c04df19717))
* **ci:** Set correct aqua version when creating release-please PRs [fixes FLU-215 and FLU-218] [#642](https://github.com/fluencelabs/aqua/issues/642) ([d7956c1](https://github.com/fluencelabs/aqua/commit/d7956c1c8d3b3b0367e7db0831ef665df9bad790))
* **error-messages:** fix incorrect number of arguments message [fixes LNG-108] ([#645](https://github.com/fluencelabs/aqua/issues/645)) ([d0a9db5](https://github.com/fluencelabs/aqua/commit/d0a9db51640283ab065f7a7a5b5078f1f8ac7c29))
## [0.9.2](https://github.com/fluencelabs/aqua/compare/aqua-v0.9.1...aqua-v0.9.2) (2023-01-17)

View File

@ -1,12 +1,12 @@
{
"name": "@fluencelabs/aqua-api",
"version": "0.0.3",
"version": "0.9.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@fluencelabs/aqua-api",
"version": "0.0.3",
"version": "0.9.3",
"license": "Apache-2.0",
"devDependencies": {
"@fluencelabs/fluence": "0.28.0"

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-api",
"version": "0.0.3",
"version": "0.9.3",
"description": "Aqua API",
"type": "commonjs",
"files": [

View File

@ -2,7 +2,7 @@ val dottyVersion = "3.1.3"
scalaVersion := dottyVersion
val aquaVersion = "0.9.1"
val aquaVersion = "0.9.3"
val catsV = "2.8.0"
val catsParseV = "0.3.8"

View File

@ -1,12 +1,12 @@
{
"name": "@fluencelabs/aqua",
"version": "0.0.0",
"version": "0.9.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@fluencelabs/aqua",
"version": "0.0.0",
"version": "0.9.3",
"license": "Apache-2.0",
"dependencies": {
"@fluencelabs/aqua-ipfs": "0.5.8",

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua",
"version": "0.0.0",
"version": "0.9.3",
"description": "Aqua compiler",
"type": "module",
"files": [

View File

@ -1,12 +1,12 @@
{
"name": "@fluencelabs/aqua-language-server-api",
"version": "0.0.0",
"version": "0.9.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@fluencelabs/aqua-language-server-api",
"version": "0.0.0",
"version": "0.9.3",
"license": "Apache-2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-language-server-api",
"version": "0.0.3",
"version": "0.9.3",
"description": "Aqua Language Server API",
"type": "commonjs",
"files": [