chore(main): release aqua 0.13.2 (#1016)

* chore(main): release aqua 0.13.2

* chore: Bump aqua version to 0.13.2
This commit is contained in:
fluencebot 2023-12-15 20:27:46 +02:00 committed by GitHub
parent 6732f8f2cc
commit 7fe0212761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 18 additions and 6 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.13.1"
".": "0.13.2"
}

View File

@ -1,5 +1,17 @@
# Changelog
## [0.13.2](https://github.com/fluencelabs/aqua/compare/aqua-v0.13.1...aqua-v0.13.2) (2023-12-14)
### Features
* **api:** Accept structured imports [LNG-288] ([#989](https://github.com/fluencelabs/aqua/issues/989)) ([f7bfa83](https://github.com/fluencelabs/aqua/commit/f7bfa8317bb07e0dacf64343bb777c9ea8ff81b7))
### Bug Fixes
* **tests:** Lower tests size ([#1018](https://github.com/fluencelabs/aqua/issues/1018)) ([6732f8f](https://github.com/fluencelabs/aqua/commit/6732f8f2ccb5cfd371065f041b9ced5cca0d79e5))
## [0.13.1](https://github.com/fluencelabs/aqua/compare/aqua-v0.13.0...aqua-v0.13.1) (2023-12-07)

View File

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

View File

@ -1,6 +1,6 @@
import BundleJS.*
val aquaVersion = "0.13.1"
val aquaVersion = "0.13.2"
val scalaV = "3.3.1"
val catsV = "2.10.0"

View File

@ -31,7 +31,7 @@
},
"prettier": {},
"devDependencies": {
"@fluencelabs/aqua-api": "0.13.1",
"@fluencelabs/aqua-api": "0.13.2",
"@fluencelabs/aqua-dht": "0.2.5",
"@fluencelabs/aqua-lib": "0.8.2",
"@types/jest": "29.5.2",

View File

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

2
pnpm-lock.yaml generated
View File

@ -37,7 +37,7 @@ importers:
version: 1.8.1
devDependencies:
'@fluencelabs/aqua-api':
specifier: 0.13.1
specifier: 0.13.2
version: link:../api/api-npm
'@fluencelabs/aqua-dht':
specifier: 0.2.5