Skip to content

Commit

Permalink
chore: Revert "chore(master): release aqua-ipfs 0.5.13 (#83)" (#84)
Browse files Browse the repository at this point in the history
Revert "chore(master): release aqua-ipfs 0.5.13 (#83)"

This reverts commit e8cdfef.
  • Loading branch information
nahsi authored May 8, 2023
1 parent 797d946 commit 9931584
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 19 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.5.13"
".": "0.5.12"
}
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Changelog

## [0.5.13](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.12...aqua-ipfs-v0.5.13) (2023-05-08)


### Features

* **builtin-package:** use new blueprint ([#81](https://github.com/fluencelabs/aqua-ipfs/issues/81)) ([4ce8e8b](https://github.com/fluencelabs/aqua-ipfs/commit/4ce8e8bce7f9d0b4ea046b73391f3b5199ab02a6))

## [0.5.12](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.11...aqua-ipfs-v0.5.12) (2023-05-03)


Expand Down
4 changes: 2 additions & 2 deletions aqua/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 aqua/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-ipfs",
"version": "0.5.13",
"version": "0.5.12",
"description": "Aqua IPFS library",
"files": [
"*.aqua"
Expand Down
8 changes: 4 additions & 4 deletions service/Cargo.lock

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

2 changes: 1 addition & 1 deletion service/distro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aqua-ipfs-distro"
version = "0.5.13"
version = "0.5.12"
description = "distribution of aqua ipfs service"
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion service/effector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ipfs-effector"
version = "0.5.13"
version = "0.5.12"
authors = ["Fluence Labs"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion service/pure/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ipfs-pure"
version = "0.5.13"
version = "0.5.12"
authors = ["Fluence Labs"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion service/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "types"
version = "0.5.13"
version = "0.5.12"
edition = "2018"
publish = false

Expand Down

0 comments on commit 9931584

Please sign in to comment.