Skip to content

Commit

Permalink
chore(main): release spell 0.5.33 (#224)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.5.33](spell-v0.5.32...spell-v0.5.33)
(2023-12-15)


### Bug Fixes

* @fluencelabs/aqua-lib devDependencies -> dependencies
([#223](#223))
([8f73d2a](8f73d2a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
fluencebot authored Dec 15, 2023
1 parent 8f73d2a commit 070c5bf
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 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.32"
".": "0.5.33"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.33](https://github.com/fluencelabs/spell/compare/spell-v0.5.32...spell-v0.5.33) (2023-12-15)


### Bug Fixes

* @fluencelabs/aqua-lib devDependencies -> dependencies ([#223](https://github.com/fluencelabs/spell/issues/223)) ([8f73d2a](https://github.com/fluencelabs/spell/commit/8f73d2a927bf8403685ccf8dfeb74ab073e9fe4e))

## [0.5.32](https://github.com/fluencelabs/spell/compare/spell-v0.5.31...spell-v0.5.32) (2023-11-30)


Expand Down
2 changes: 1 addition & 1 deletion src/aqua/installation-spell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/installation-spell",
"version": "0.5.32",
"version": "0.5.33",
"description": "Special spell that installs services from App Config",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/aqua/spell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/spell",
"version": "0.5.32",
"version": "0.5.33",
"description": "Aqua API for Spells",
"files": [
"api.aqua",
Expand Down
4 changes: 2 additions & 2 deletions src/spell/modules/spell/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 src/spell/modules/spell/spell-distro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fluence-spell-distro"
description = "distribution of a fluence spell service"
version = "0.5.32"
version = "0.5.33"
edition = "2021"
include = [ "/src", "/spell-service", "build.rs", "Cargo.toml" ]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/spell/modules/spell/spell-dtos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fluence-spell-dtos"
description = "data structures for fluence spell service"
version = "0.5.32"
version = "0.5.33"
edition = "2021"
license = "Apache-2.0"

Expand Down

0 comments on commit 070c5bf

Please sign in to comment.