Skip to content

Commit

Permalink
chore: release master (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Feb 1, 2024
1 parent 514663a commit 00db991
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/core/js-client": "0.8.0",
"packages/core/js-client": "0.8.1",
"packages/core/marine-worker": "0.5.1",
"packages/core/aqua-to-js": "0.3.8",
"packages/core/aqua-to-js": "0.3.9",
"packages/core/js-client-isomorphic": "0.5.0",
"packages/core/interfaces": "0.11.0",
"packages/core/npm-aqua-compiler": "0.0.2"
"packages/core/npm-aqua-compiler": "0.0.3"
}
6 changes: 6 additions & 0 deletions packages/core/aqua-to-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
* devDependencies
* @fluencelabs/js-client bumped to 0.8.0

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @fluencelabs/js-client bumped to 0.8.1

## [0.3.5](https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.3.4...aqua-to-js-v0.3.5) (2023-12-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/aqua-to-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluencelabs/aqua-to-js",
"type": "module",
"version": "0.3.8",
"version": "0.3.9",
"description": "Tool for generating aqua wrapper",
"main": "dist/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/core/js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
* dependencies
* @fluencelabs/interfaces bumped to 0.9.0

## [0.8.1](https://github.com/fluencelabs/js-client/compare/js-client-v0.8.0...js-client-v0.8.1) (2024-01-31)


### Bug Fixes

* Dial interval ([#421](https://github.com/fluencelabs/js-client/issues/421)) ([fa38328](https://github.com/fluencelabs/js-client/commit/fa38328fddac076831ecd0a352d802a0281c4ab4))

## [0.8.0](https://github.com/fluencelabs/js-client/compare/js-client-v0.7.0...js-client-v0.8.0) (2024-01-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client",
"version": "0.8.0",
"version": "0.8.1",
"description": "Client for interacting with Fluence network",
"engines": {
"node": ">=10",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/npm-aqua-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.3](https://github.com/fluencelabs/js-client/compare/npm-aqua-compiler-v0.0.2...npm-aqua-compiler-v0.0.3) (2024-01-31)


### Bug Fixes

* **npm-aqua-compiler:** Support aquaDir inside the project's node_nodules ([#427](https://github.com/fluencelabs/js-client/issues/427)) ([514663a](https://github.com/fluencelabs/js-client/commit/514663a4fde716e216f3112277d4bef6370dfdae))

## [0.0.2](https://github.com/fluencelabs/js-client/compare/npm-aqua-compiler-v0.0.1...npm-aqua-compiler-v0.0.2) (2023-12-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/npm-aqua-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@fluencelabs/npm-aqua-compiler",
"version": "0.0.2",
"version": "0.0.3",
"description": "Tool for converting npm imports to aqua compiler input",
"types": "./dist/imports.d.ts",
"exports": {
Expand Down

0 comments on commit 00db991

Please sign in to comment.