chore(main): release aqua 0.10.4 (#682)

* chore(main): release aqua 0.10.4

* chore: Bump aqua version to 0.10.4

---------

Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
This commit is contained in:
fluencebot 2023-04-10 22:17:47 +03:00 committed by GitHub
parent 6e190e9649
commit a3c1b0ed31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 26 additions and 11 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.10.3"
".": "0.10.4"
}

View File

@ -1,5 +1,20 @@
# Changelog
## [0.10.4](https://github.com/fluencelabs/aqua/compare/aqua-v0.10.3...aqua-v0.10.4) (2023-04-10)
### Features
* **compiler:** add aqua native compilation ([#681](https://github.com/fluencelabs/aqua/issues/681)) ([5f4808b](https://github.com/fluencelabs/aqua/commit/5f4808b457fbc5f36b64fc4d025700e25f5ccfaa))
* Multiline collections and objects creation ([#684](https://github.com/fluencelabs/aqua/issues/684)) ([f5106e3](https://github.com/fluencelabs/aqua/commit/f5106e3c838585b44503f20002db0013b2325257))
* Remove bang in lambdas in AIR ([#688](https://github.com/fluencelabs/aqua/issues/688)) ([480720f](https://github.com/fluencelabs/aqua/commit/480720f26ed2d5e01e8a73607750fbd2fa69faea))
### Bug Fixes
* Check if expression can be added to a block ([#685](https://github.com/fluencelabs/aqua/issues/685)) ([2394a9b](https://github.com/fluencelabs/aqua/commit/2394a9b875f5de37bf3edf267c6b8f26a20f959e))
* **deps:** update dependency @fluencelabs/fluence-network-environment to v1.0.14 ([#669](https://github.com/fluencelabs/aqua/issues/669)) ([f2713a4](https://github.com/fluencelabs/aqua/commit/f2713a4ab1a10725fce0ebb15321797326c4679a))
## [0.10.3](https://github.com/fluencelabs/aqua/compare/aqua-v0.10.2...aqua-v0.10.3) (2023-02-28)

View File

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

View File

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

View File

@ -2,7 +2,7 @@ val dottyVersion = "3.2.2"
scalaVersion := dottyVersion
val aquaVersion = "0.10.3"
val aquaVersion = "0.10.4"
val catsV = "2.8.0"
val catsParseV = "0.3.8"

View File

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

View File

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

View File

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

View File

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