chore: Revert release and fix typo in release-please (#684)

* Fix component name

* Revert "chore: release master (#680)"

This reverts commit d6bd1c0348.
This commit is contained in:
Anatolios Laskaris 2023-08-31 10:48:50 +03:00 committed by GitHub
parent d6bd1c0348
commit c41c101083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 37 additions and 148 deletions

View File

@ -15,7 +15,7 @@
"air",
"air-interpreter",
"avm-client",
"avm-near-contract"
"air-near-contract"
]
}
],

View File

@ -1,22 +1,22 @@
{
"air": "0.45.0",
"air-interpreter": "0.45.0",
"air": "0.44.0",
"air-interpreter": "0.44.0",
"avm/interface": "0.29.0",
"avm/server": "0.33.0",
"avm/client": "0.45.0",
"avm/client": "0.44.0",
"crates/air-lib/air-parser": "0.8.1",
"crates/air-lib/execution-info-collector": "0.7.7",
"crates/air-lib/interpreter-cid": "0.3.0",
"crates/air-lib/interpreter-data": "0.11.0",
"crates/air-lib/test-utils": "0.10.0",
"crates/air-lib/trace-handler": "0.5.0",
"crates/air-lib/interpreter-data": "0.10.0",
"crates/air-lib/test-utils": "0.9.0",
"crates/air-lib/trace-handler": "0.4.0",
"crates/air-lib/utils": "0.1.1",
"crates/beautifier": "0.2.1",
"crates/data-store": "0.7.0",
"crates/testing-framework": "0.5.1",
"crates/testing-framework": "0.5.0",
"tools/cli/aquavm-air-cli": "0.2.6",
"tools/wasm/air-beautify-wasm": "0.3.2",
"tools/cli/air": "0.4.1",
"tools/cli/air": "0.4.0",
"crates/air-lib/lambda/ast": "0.1.0",
"crates/air-lib/lambda/parser": "0.1.0",
"crates/air-lib/log-targets": "0.1.0",

14
Cargo.lock generated
View File

@ -78,7 +78,7 @@ dependencies = [
[[package]]
name = "air-interpreter"
version = "0.45.0"
version = "0.44.0"
dependencies = [
"air-interpreter-interface",
"air-log-targets",
@ -104,7 +104,7 @@ dependencies = [
[[package]]
name = "air-interpreter-data"
version = "0.11.0"
version = "0.10.0"
dependencies = [
"air-interpreter-cid",
"air-interpreter-signatures",
@ -169,7 +169,7 @@ version = "0.1.0"
[[package]]
name = "air-test-utils"
version = "0.10.0"
version = "0.9.0"
dependencies = [
"air-interpreter-cid",
"air-interpreter-data",
@ -192,7 +192,7 @@ dependencies = [
[[package]]
name = "air-testing-framework"
version = "0.5.1"
version = "0.5.0"
dependencies = [
"air-test-utils",
"aquavm-air-parser",
@ -207,7 +207,7 @@ dependencies = [
[[package]]
name = "air-trace-handler"
version = "0.5.0"
version = "0.4.0"
dependencies = [
"air-interpreter-cid",
"air-interpreter-data",
@ -319,7 +319,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "aquavm-air"
version = "0.45.0"
version = "0.44.0"
dependencies = [
"air-execution-info-collector",
"air-interpreter-cid",
@ -359,7 +359,7 @@ dependencies = [
[[package]]
name = "aquavm-air-cli"
version = "0.4.1"
version = "0.4.0"
dependencies = [
"air-beautifier",
"air-interpreter-interface",

View File

@ -1,19 +1,5 @@
# Changelog
## [0.45.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.44.0...air-interpreter-v0.45.0) (2023-08-29)
### Miscellaneous Chores
* **air-interpreter:** Synchronize air-interpreter versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.44.0 to 0.45.0
## [0.44.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.43.1...air-interpreter-v0.44.0) (2023-08-17)

View File

@ -1,6 +1,6 @@
[package]
name = "air-interpreter"
version = "0.45.0"
version = "0.44.0"
description = "Crate-wrapper for air"
authors = ["Fluence Labs"]
edition = "2018"
@ -18,7 +18,7 @@ name = "air_interpreter_server"
path = "src/marine.rs"
[dependencies]
aquavm-air = { version = "0.45.0", path = "../air" }
aquavm-air = { version = "0.44.0", path = "../air" }
air-interpreter-interface = { version = "0.15.0", path = "../crates/air-lib/interpreter-interface" }
air-log-targets = { version = "0.1.0", path = "../crates/air-lib/log-targets" }

View File

@ -1,28 +1,5 @@
# Changelog
## [0.45.0](https://github.com/fluencelabs/aquavm/compare/air-v0.44.0...air-v0.45.0) (2023-08-29)
### ⚠ BREAKING CHANGES
* **execution-engine,interpreter-data:** insert state for canon join ([#682](https://github.com/fluencelabs/aquavm/issues/682))
* **execution-engine:** this introduces a hardcoded limit for a number of values in a stream [fixes VM-324]
* **execution-engine:** this introduces a hardcoded limit for a number of values in a stream [fixes VM-324] ([#677](https://github.com/fluencelabs/aquavm/issues/677))
### Features
* **execution-engine,interpreter-data:** insert state for canon join ([#682](https://github.com/fluencelabs/aquavm/issues/682)) ([2b636e8](https://github.com/fluencelabs/aquavm/commit/2b636e808ae1b1422d5cc57c6796f32d4663d37c))
* **execution-engine:** this introduces a hardcoded limit for a number of values in a stream [fixes VM-324] ([f943dd0](https://github.com/fluencelabs/aquavm/commit/f943dd00cd8e06546252b5caf04117869abe5b8a))
* **execution-engine:** this introduces a hardcoded limit for a number of values in a stream [fixes VM-324] ([#677](https://github.com/fluencelabs/aquavm/issues/677)) ([f943dd0](https://github.com/fluencelabs/aquavm/commit/f943dd00cd8e06546252b5caf04117869abe5b8a))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* air-interpreter-data bumped from 0.10.0 to 0.11.0
* air-trace-handler bumped from 0.4.0 to 0.5.0
## [0.44.0](https://github.com/fluencelabs/aquavm/compare/air-v0.43.1...air-v0.44.0) (2023-08-17)

View File

@ -1,6 +1,6 @@
[package]
name = "aquavm-air"
version = "0.45.0"
version = "0.44.0"
description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network"
authors = ["Fluence Labs"]
edition = "2018"
@ -19,13 +19,13 @@ doctest = false
aquavm-air-parser = { version = "0.8.1", path = "../crates/air-lib/air-parser" }
air-execution-info-collector = { version = "0.7.7", path = "../crates/air-lib/execution-info-collector" }
air-interpreter-cid = { version = "0.3.0", path = "../crates/air-lib/interpreter-cid" }
air-interpreter-data = { version = "0.11.0", path = "../crates/air-lib/interpreter-data" }
air-interpreter-data = { version = "0.10.0", path = "../crates/air-lib/interpreter-data" }
air-interpreter-signatures = { version = "0.1.1", path = "../crates/air-lib/interpreter-signatures" }
air-interpreter-interface = { version = "0.15.0", path = "../crates/air-lib/interpreter-interface", default-features = false }
air-log-targets = { version = "0.1.0", path = "../crates/air-lib/log-targets" }
air-lambda-ast = { version = "0.1.0", path = "../crates/air-lib/lambda/ast" }
air-lambda-parser = { version = "0.1.0", path = "../crates/air-lib/lambda/parser" }
air-trace-handler = { version = "0.5.0", path = "../crates/air-lib/trace-handler" }
air-trace-handler = { version = "0.4.0", path = "../crates/air-lib/trace-handler" }
air-utils = { version = "0.1.1", path = "../crates/air-lib/utils" }
polyplets = { version = "0.5.0", path = "../crates/air-lib/polyplets" }
fluence-keypair = { version = "0.10.1", default-features = false }

View File

@ -1,12 +1,5 @@
# Changelog
## [0.45.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.44.0...avm-client-v0.45.0) (2023-08-29)
### Miscellaneous Chores
* **avm-client:** Synchronize air-interpreter versions
## [0.44.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.43.1...avm-client-v0.44.0) (2023-08-17)

View File

@ -1,12 +1,12 @@
{
"name": "@fluencelabs/avm",
"version": "0.45.0",
"version": "0.44.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@fluencelabs/avm",
"version": "0.45.0",
"version": "0.44.0",
"license": "Apache 2.0",
"devDependencies": {
"typescript": "4.9.5"

View File

@ -1,7 +1,7 @@
{
"name": "@fluencelabs/avm",
"description": "Aquamarine VM",
"version": "0.45.0",
"version": "0.44.0",
"main": "./dist/index.js",
"repository": "https://github.com/fluencelabs/air",
"author": "Fluence Labs",

View File

@ -8,17 +8,6 @@
* dependencies
* aquavm-air-parser bumped from 0.7.5 to 0.8.0
## [0.11.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.10.0...air-interpreter-data-v0.11.0) (2023-08-29)
### ⚠ BREAKING CHANGES
* **execution-engine,interpreter-data:** insert state for canon join ([#682](https://github.com/fluencelabs/aquavm/issues/682))
### Features
* **execution-engine,interpreter-data:** insert state for canon join ([#682](https://github.com/fluencelabs/aquavm/issues/682)) ([2b636e8](https://github.com/fluencelabs/aquavm/commit/2b636e808ae1b1422d5cc57c6796f32d4663d37c))
## [0.10.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.9.0...air-interpreter-data-v0.10.0) (2023-08-17)

View File

@ -1,7 +1,7 @@
[package]
name = "air-interpreter-data"
description = "Data format of the AIR interpreter"
version = "0.11.0"
version = "0.10.0"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"

View File

@ -35,25 +35,6 @@
* dependencies
* aquavm-air bumped from 0.43.0 to 0.43.1
## [0.10.0](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.9.0...air-test-utils-v0.10.0) (2023-08-29)
### ⚠ BREAKING CHANGES
* **execution-engine,interpreter-data:** insert state for canon join ([#682](https://github.com/fluencelabs/aquavm/issues/682))
### Features
* **execution-engine,interpreter-data:** insert state for canon join ([#682](https://github.com/fluencelabs/aquavm/issues/682)) ([2b636e8](https://github.com/fluencelabs/aquavm/commit/2b636e808ae1b1422d5cc57c6796f32d4663d37c))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.44.0 to 0.45.0
* air-interpreter-data bumped from 0.10.0 to 0.11.0
## [0.9.0](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.8.2...air-test-utils-v0.9.0) (2023-08-17)

View File

@ -1,6 +1,6 @@
[package]
name = "air-test-utils"
version = "0.10.0"
version = "0.9.0"
description = "Test utils for the AIR interpreter"
authors = ["Fluence Labs"]
edition = "2018"
@ -15,9 +15,9 @@ name = "air_test_utils"
path = "src/lib.rs"
[dependencies]
aquavm-air = { version = "0.45.0", path = "../../../air" }
aquavm-air = { version = "0.44.0", path = "../../../air" }
air-interpreter-cid = { version = "0.3.0", path = "../interpreter-cid" }
air-interpreter-data = { version = "0.11.0", path = "../interpreter-data" }
air-interpreter-data = { version = "0.10.0", path = "../interpreter-data" }
air-interpreter-interface = { version = "0.15.0", path = "../interpreter-interface" }
avm-interface = { version = "0.29.0", path = "../../../avm/interface" }
avm-server = { version = "0.33.0", path = "../../../avm/server" }

View File

@ -5,24 +5,6 @@
* air-interpreter-data bumped from 0.8.0 to 0.8.1
* aquavm-air-parser bumped from 0.7.5 to 0.8.0
## [0.5.0](https://github.com/fluencelabs/aquavm/compare/air-trace-handler-v0.4.0...air-trace-handler-v0.5.0) (2023-08-29)
### ⚠ BREAKING CHANGES
* **execution-engine,interpreter-data:** insert state for canon join ([#682](https://github.com/fluencelabs/aquavm/issues/682))
### Features
* **execution-engine,interpreter-data:** insert state for canon join ([#682](https://github.com/fluencelabs/aquavm/issues/682)) ([2b636e8](https://github.com/fluencelabs/aquavm/commit/2b636e808ae1b1422d5cc57c6796f32d4663d37c))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* air-interpreter-data bumped from 0.10.0 to 0.11.0
## [0.4.0](https://github.com/fluencelabs/aquavm/compare/air-trace-handler-v0.3.0...air-trace-handler-v0.4.0) (2023-08-17)

View File

@ -1,6 +1,6 @@
[package]
name = "air-trace-handler"
version = "0.5.0"
version = "0.4.0"
description = "Implementation of AIR trace handler"
authors = ["Fluence Labs"]
edition = "2018"
@ -14,7 +14,7 @@ path = "src/lib.rs"
[dependencies]
air-interpreter-cid = { version = "0.3.0", path = "../interpreter-cid" }
air-interpreter-data = { version = "0.11.0", path = "../interpreter-data" }
air-interpreter-data = { version = "0.10.0", path = "../interpreter-data" }
air-log-targets = { version = "0.1.0", path = "../log-targets" }
aquavm-air-parser = { version = "0.8.1", path = "../air-parser" }
polyplets = { version = "0.5.0", path = "../polyplets" }

View File

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "air-interpreter-wasm"
version = "0.45.0"
version = "0.44.0"
dependencies = [
"built",
]

View File

@ -1,6 +1,6 @@
[package]
name = "air-interpreter-wasm"
version = "0.45.0"
version = "0.44.0"
description = "Distribution of AIR interpreter as .wasm"
authors = ["Fluence Labs"]
license = "Apache-2.0"

View File

@ -26,10 +26,6 @@
* dependencies
* air-test-utils bumped from 0.8.1 to 0.8.2
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.9.0 to 0.10.0
## [0.5.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.4.3...air-testing-framework-v0.5.0) (2023-08-17)

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.5.1"
version = "0.5.0"
description = "AquaVM testing framework"
authors = ["Fluence Labs"]
edition = "2018"
@ -14,7 +14,7 @@ name = "air_test_framework"
path = "src/lib.rs"
[dependencies]
air-test-utils = { version = "0.10.0", path = "../air-lib/test-utils" }
air-test-utils = { version = "0.9.0", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.8.1", path = "../air-lib/air-parser" }
itertools = "0.10.5"

View File

@ -54,21 +54,6 @@
* aquavm-air bumped from 0.43.0 to 0.43.1
* air-test-utils bumped from 0.8.1 to 0.8.2
## [0.4.1](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.4.0...aquavm-air-cli-v0.4.1) (2023-08-29)
### Bug Fixes
* **aquavm-air-cli:** NEAR mode fixes ([#679](https://github.com/fluencelabs/aquavm/issues/679)) ([6978603](https://github.com/fluencelabs/aquavm/commit/6978603c76a2a2576fc4196369d944f25da7a559))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.44.0 to 0.45.0
* air-test-utils bumped from 0.9.0 to 0.10.0
## [0.4.0](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.3.5...aquavm-air-cli-v0.4.0) (2023-08-17)

View File

@ -1,6 +1,6 @@
[package]
name = "aquavm-air-cli"
version = "0.4.1"
version = "0.4.0"
edition = "2021"
description = "AIR execution and printing tool"
authors = ["Fluence Labs"]
@ -10,12 +10,12 @@ documentation = "https://docs.rs/aquavm-air-cli"
keywords = ["fluence", "air", "tracing"]
[dependencies]
aquavm-air = { version = "0.45.0", path = "../../../air" }
aquavm-air = { version = "0.44.0", path = "../../../air" }
air-beautifier = { version = "0.2.1", path = "../../../crates/beautifier" }
avm-data-store = { version = "0.7.0", path = "../../../crates/data-store" }
avm-interface = { version = "0.29.0", path = "../../../avm/interface" }
air-interpreter-interface = { version = "0.15.0", path = "../../../crates/air-lib/interpreter-interface", default-features = false }
air-test-utils = { version = "0.10.0",path = "../../../crates/air-lib/test-utils", optional = true }
air-test-utils = { version = "0.9.0",path = "../../../crates/air-lib/test-utils", optional = true }
anyhow = "1.0.70"
clap = { version = "4.2.7", features = ["derive", "env"] }