Skip to content

Commit 1563f7c

Browse files
authored
chore(main): release aqua 0.14.10 (#1152)
1 parent 037532f commit 1563f7c

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.14.9"
2+
".": "0.14.10"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.14.10](https://github.com/fluencelabs/aqua/compare/aqua-v0.14.9...aqua-v0.14.10) (2024-06-07)
4+
5+
6+
### Features
7+
8+
* **api, lsp:** Case classes exported to JS as normal JSONs ([#1151](https://github.com/fluencelabs/aqua/issues/1151)) ([037532f](https://github.com/fluencelabs/aqua/commit/037532fb858c9ef98ea536e72cc9f71e73a2cfc3))
9+
310
## [0.14.9](https://github.com/fluencelabs/aqua/compare/aqua-v0.14.8...aqua-v0.14.9) (2024-06-06)
411

512

api/api-npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/aqua-api",
3-
"version": "0.14.9",
3+
"version": "0.14.10",
44
"description": "Aqua API",
55
"type": "module",
66
"main": "index.js",

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import BundleJS.*
22

3-
val aquaVersion = "0.14.9"
3+
val aquaVersion = "0.14.10"
44

55
val scalaV = "3.4.2"
66
val catsV = "2.12.0"

integration-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"prettier": {},
3131
"devDependencies": {
32-
"@fluencelabs/aqua-api": "0.14.9",
32+
"@fluencelabs/aqua-api": "0.14.10",
3333
"@fluencelabs/aqua-lib": "0.10.2",
3434
"@types/jest": "29.5.11",
3535
"@types/node": "18.19.10",

language-server/language-server-npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/aqua-language-server-api",
3-
"version": "0.14.9",
3+
"version": "0.14.10",
44
"description": "Aqua Language Server API",
55
"type": "commonjs",
66
"files": [

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)