Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
radicand committed Jul 28, 2024
1 parent 983caf3 commit 368c81c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app": "1.6.6",
"app": "1.6.7",
"common": "1.0.3",
"server/hasura": "1.5.1",
"server/hasura": "1.6.0",
"server/faas": "1.2.0"
}
7 changes: 7 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.7](https://github.com/radicand/cookbookery/compare/app-v1.6.6...app-v1.6.7) (2024-07-28)


### Bug Fixes

* attempt fix to Chart updater ([983caf3](https://github.com/radicand/cookbookery/commit/983caf337ae6962636eb91aa3ee5cd2b1c90bc93))

## [1.6.6](https://github.com/radicand/cookbookery/compare/app-v1.6.5...app-v1.6.6) (2024-07-13)


Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.6.6+80
version: 1.6.7+81
environment:
sdk: ">=3.0.0 <4.0.0" #dart

Expand Down
12 changes: 12 additions & 0 deletions server/hasura/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.6.0](https://github.com/radicand/cookbookery/compare/server-api-v1.5.1...server-api-v1.6.0) (2024-07-28)


### Features

* make api use helm updater ([a068e0a](https://github.com/radicand/cookbookery/commit/a068e0a9bab404c2e08a189def9b6f1f440b3d5e))


### Bug Fixes

* attempt fix to Chart updater ([983caf3](https://github.com/radicand/cookbookery/commit/983caf337ae6962636eb91aa3ee5cd2b1c90bc93))

## [1.5.1](https://github.com/radicand/cookbookery/compare/server-api-v1.5.0...server-api-v1.5.1) (2024-07-27)


Expand Down

0 comments on commit 368c81c

Please sign in to comment.