Skip to content

Commit

Permalink
chore(main): release aqua 0.10.3 (#678)
Browse files Browse the repository at this point in the history
* chore(main): release aqua 0.10.3

* chore: Bump aqua version to 0.10.3
  • Loading branch information
fluencebot authored Feb 28, 2023
1 parent bb24a63 commit 95c0ec5
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.2"
".": "0.10.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.3](https://github.com/fluencelabs/aqua/compare/aqua-v0.10.2...aqua-v0.10.3) (2023-02-28)


### Bug Fixes

* Fix type for functor [fixes LNG-119] ([#677](https://github.com/fluencelabs/aqua/issues/677)) ([bb24a63](https://github.com/fluencelabs/aqua/commit/bb24a63abb2849ea1df756f6a2a2fc5f6b408309))

## [0.10.2](https://github.com/fluencelabs/aqua/compare/aqua-v0.10.1...aqua-v0.10.2) (2023-02-25)


Expand Down
4 changes: 2 additions & 2 deletions api/aqua-api-npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/aqua-api-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-api",
"version": "0.10.2",
"version": "0.10.3",
"description": "Aqua API",
"type": "commonjs",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val dottyVersion = "3.2.2"

scalaVersion := dottyVersion

val aquaVersion = "0.10.2"
val aquaVersion = "0.10.3"

val catsV = "2.8.0"
val catsParseV = "0.3.8"
Expand Down
4 changes: 2 additions & 2 deletions cli/cli-npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/cli-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua",
"version": "0.10.2",
"version": "0.10.3",
"description": "Aqua compiler",
"type": "module",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions language-server/language-server-npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion language-server/language-server-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-language-server-api",
"version": "0.10.2",
"version": "0.10.3",
"description": "Aqua Language Server API",
"type": "commonjs",
"files": [
Expand Down

0 comments on commit 95c0ec5

Please sign in to comment.