chore(main): release aqua 0.11.0 (#713)

This commit is contained in:
fluencebot 2023-05-29 16:31:42 +03:00 committed by GitHub
parent d393b71891
commit 19c4e509a8
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.10.6"
".": "0.11.0"
}

View File

@ -1,5 +1,19 @@
# Changelog
## [0.11.0](https://github.com/fluencelabs/aqua/compare/aqua-v0.10.6...aqua-v0.11.0) (2023-05-29)
### ⚠ BREAKING CHANGES
* add name scopes to if/else/try blocks ([#715](https://github.com/fluencelabs/aqua/issues/715))
### Features
* add name scopes to if/else/try blocks ([#715](https://github.com/fluencelabs/aqua/issues/715)) ([e4205df](https://github.com/fluencelabs/aqua/commit/e4205dfbbf6838f0fd0aae3cb6190b8433c7745a))
* **devcontainer:** Add devcontainer spec [fixes LNG-148] ([#712](https://github.com/fluencelabs/aqua/issues/712)) ([9539c81](https://github.com/fluencelabs/aqua/commit/9539c812364a531dc33db47b618a93e98691439b))
* **parser:** Strict indentation [fixes LNG-135] ([#714](https://github.com/fluencelabs/aqua/issues/714)) ([ae2a433](https://github.com/fluencelabs/aqua/commit/ae2a433185c363386bf54eaebace70b67b8d3e5d))
* use new blueprint ([#708](https://github.com/fluencelabs/aqua/issues/708)) ([d393b71](https://github.com/fluencelabs/aqua/commit/d393b718916b8b81b2440558461f692802a554be))
## [0.10.6](https://github.com/fluencelabs/aqua/compare/aqua-v0.10.5...aqua-v0.10.6) (2023-05-03)

View File

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

View File

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

View File

@ -2,7 +2,7 @@ val dottyVersion = "3.3.0"
scalaVersion := dottyVersion
val aquaVersion = "0.10.6"
val aquaVersion = "0.11.0"
val catsV = "2.8.0"
val catsParseV = "0.3.8"

View File

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

View File

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

View File

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

View File

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