chore(main): release aqua 0.14.7 (#1133)

* chore(main): release aqua 0.14.7

* chore: Bump aqua version to 0.14.7
This commit is contained in:
fluencebot 2024-05-14 15:21:03 +03:00 committed by GitHub
parent 35db82c767
commit aa986ca6e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 20 additions and 6 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.14.6"
".": "0.14.7"
}

View File

@ -1,5 +1,19 @@
# Changelog
## [0.14.7](https://github.com/fluencelabs/aqua/compare/aqua-v0.14.6...aqua-v0.14.7) (2024-05-14)
### Features
* **compiler:** Allow redeclaring functions [LNG-357] ([#1127](https://github.com/fluencelabs/aqua/issues/1127)) ([9c23a9d](https://github.com/fluencelabs/aqua/commit/9c23a9d4efea1b9467057645b6d31b7a0e3df95e))
* **compiler:** Allow redeclaring services (and abilities) [LNG-360] ([#1135](https://github.com/fluencelabs/aqua/issues/1135)) ([faf5b80](https://github.com/fluencelabs/aqua/commit/faf5b8071fc3e272e64355130a99cee9f2cc0f8d))
### Bug Fixes
* **lsp:** Go-to-definition for used types (LNG-345) ([#1128](https://github.com/fluencelabs/aqua/issues/1128)) ([35db82c](https://github.com/fluencelabs/aqua/commit/35db82c7676bbe2ff2b48d08dc604cfe7dd14b7f))
* **lsp:** Plugin throws OOM on big projects ([#1134](https://github.com/fluencelabs/aqua/issues/1134)) ([6cc068a](https://github.com/fluencelabs/aqua/commit/6cc068ac36a6af2a96a793278c8f721c8165b67d))
## [0.14.6](https://github.com/fluencelabs/aqua/compare/aqua-v0.14.5...aqua-v0.14.6) (2024-04-18)

View File

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

View File

@ -1,6 +1,6 @@
import BundleJS.*
val aquaVersion = "0.14.6"
val aquaVersion = "0.14.7"
val scalaV = "3.4.1"
val catsV = "2.10.0"

View File

@ -29,7 +29,7 @@
},
"prettier": {},
"devDependencies": {
"@fluencelabs/aqua-api": "0.14.6",
"@fluencelabs/aqua-api": "0.14.7",
"@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.6",
"version": "0.14.7",
"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.6
specifier: 0.14.7
version: link:../api/api-npm
'@fluencelabs/aqua-lib':
specifier: 0.10.2