chore(main): release aqua 0.14.11 (#1158)

* chore(main): release aqua 0.14.11

* chore: Bump aqua version to 0.14.11
This commit is contained in:
fluencebot 2024-07-05 15:34:20 +02:00 committed by GitHub
parent 1c76f75d80
commit af3fc24adb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 19 additions and 6 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.14.10"
".": "0.14.11"
}

View File

@ -1,5 +1,18 @@
# Changelog
## [0.14.11](https://github.com/fluencelabs/aqua/compare/aqua-v0.14.10...aqua-v0.14.11) (2024-07-03)
### Features
* **compiler:** Add feature to insert map from a function result with correct type [LNG-367] ([#1159](https://github.com/fluencelabs/aqua/issues/1159)) ([4d49279](https://github.com/fluencelabs/aqua/commit/4d49279569b5cfbdf351e9236dd508d9bf51badc))
* **compiler:** Allow renaming imports with qualified names [LNG-361] ([#1136](https://github.com/fluencelabs/aqua/issues/1136)) ([1c76f75](https://github.com/fluencelabs/aqua/commit/1c76f75d80ae958a7eb2bf2aec5c58a5b92c438f))
### Bug Fixes
* **compiler:** Push to stream in closures [LNG-365] ([#1157](https://github.com/fluencelabs/aqua/issues/1157)) ([77b7b9b](https://github.com/fluencelabs/aqua/commit/77b7b9b4bd4e8964b6ceb681750fda27766c16b2))
## [0.14.10](https://github.com/fluencelabs/aqua/compare/aqua-v0.14.9...aqua-v0.14.10) (2024-06-07)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-api",
"version": "0.14.10",
"version": "0.14.11",
"description": "Aqua API",
"type": "module",
"main": "index.js",

View File

@ -1,6 +1,6 @@
import BundleJS.*
val aquaVersion = "0.14.10"
val aquaVersion = "0.14.11"
val scalaV = "3.4.2"
val catsV = "2.12.0"

View File

@ -29,7 +29,7 @@
},
"prettier": {},
"devDependencies": {
"@fluencelabs/aqua-api": "0.14.10",
"@fluencelabs/aqua-api": "0.14.11",
"@fluencelabs/aqua-lib": "0.10.2",
"@types/jest": "29.5.11",
"@types/node": "18.19.10",

View File

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

2
pnpm-lock.yaml generated
View File

@ -37,7 +37,7 @@ importers:
version: 1.9.1
devDependencies:
'@fluencelabs/aqua-api':
specifier: 0.14.10
specifier: 0.14.11
version: link:../api/api-npm
'@fluencelabs/aqua-lib':
specifier: 0.10.2