From a87feddcd1633a4abe077d93009f659b98d93b71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:12:13 +0000 Subject: [PATCH] chore: release v0.1.0-rc.1 --- Cargo.toml | 2 +- bin/admin-panel/CHANGELOG.md | 27 +++++++++++++++++++++++++++ bin/admin-panel/Cargo.toml | 2 +- packages/http-common/CHANGELOG.md | 18 ++++++++++++++++++ packages/http-common/Cargo.toml | 2 +- packages/utils/CHANGELOG.md | 18 ++++++++++++++++++ packages/utils/Cargo.toml | 2 +- 7 files changed, 67 insertions(+), 4 deletions(-) create mode 100644 bin/admin-panel/CHANGELOG.md create mode 100644 packages/http-common/CHANGELOG.md create mode 100644 packages/utils/CHANGELOG.md diff --git a/Cargo.toml b/Cargo.toml index 7a7b9d4..5a483c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,4 +34,4 @@ rand = "0.8.5" base64 = "0.22.1" clerk-rs = "0.4.0" bcrypt = "0.15" -oauth2 = { version = "4.4.2" } \ No newline at end of file +oauth2 = { version = "4.4.2" } diff --git a/bin/admin-panel/CHANGELOG.md b/bin/admin-panel/CHANGELOG.md new file mode 100644 index 0000000..9b6faa6 --- /dev/null +++ b/bin/admin-panel/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0-rc.1](https://github.com/8xFF/atm0s-media-cloud-services/releases/tag/atm0s-cloud-admin-panel-v0.1.0-rc.1) - 2024-11-18 + +### Added + +- add hook config and more info with sync api ([#5](https://github.com/8xFF/atm0s-media-cloud-services/pull/5)) +- embedded view project inside admin-panel ([#3](https://github.com/8xFF/atm0s-media-cloud-services/pull/3)) +- admin pannel ([#1](https://github.com/8xFF/atm0s-media-cloud-services/pull/1)) + +### Fixed + +- remove tabler-icons for speedup ([#11](https://github.com/8xFF/atm0s-media-cloud-services/pull/11)) +- ui settings ([#7](https://github.com/8xFF/atm0s-media-cloud-services/pull/7)) +- switch to custom weilds db orm for fixing json type ([#4](https://github.com/8xFF/atm0s-media-cloud-services/pull/4)) + +### Other + +- fix clippy warns ([#10](https://github.com/8xFF/atm0s-media-cloud-services/pull/10)) +- config ci/cd ([#8](https://github.com/8xFF/atm0s-media-cloud-services/pull/8)) diff --git a/bin/admin-panel/Cargo.toml b/bin/admin-panel/Cargo.toml index 2f40424..ef92fb2 100644 --- a/bin/admin-panel/Cargo.toml +++ b/bin/admin-panel/Cargo.toml @@ -26,4 +26,4 @@ jsonwebtoken = { workspace = true } reqwest = { workspace = true, features = ["json"] } clerk-rs = { workspace = true } bcrypt = { workspace = true } -oauth2 = { workspace = true } \ No newline at end of file +oauth2 = { workspace = true } diff --git a/packages/http-common/CHANGELOG.md b/packages/http-common/CHANGELOG.md new file mode 100644 index 0000000..e37971d --- /dev/null +++ b/packages/http-common/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0-rc.1](https://github.com/8xFF/atm0s-media-cloud-services/releases/tag/atm0s-cloud-http-common-v0.1.0-rc.1) - 2024-11-18 + +### Added + +- admin pannel ([#1](https://github.com/8xFF/atm0s-media-cloud-services/pull/1)) + +### Other + +- config ci/cd ([#8](https://github.com/8xFF/atm0s-media-cloud-services/pull/8)) diff --git a/packages/http-common/Cargo.toml b/packages/http-common/Cargo.toml index 77213d6..df6c0ce 100644 --- a/packages/http-common/Cargo.toml +++ b/packages/http-common/Cargo.toml @@ -12,4 +12,4 @@ rust-embed = { workspace = true } mime_guess = { workspace = true } hex = { workspace = true } log = { workspace = true } -reqwest = { workspace = true } \ No newline at end of file +reqwest = { workspace = true } diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md new file mode 100644 index 0000000..702edaf --- /dev/null +++ b/packages/utils/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0-rc.1](https://github.com/8xFF/atm0s-media-cloud-services/releases/tag/atm0s-cloud-utils-v0.1.0-rc.1) - 2024-11-18 + +### Added + +- admin pannel ([#1](https://github.com/8xFF/atm0s-media-cloud-services/pull/1)) + +### Other + +- config ci/cd ([#8](https://github.com/8xFF/atm0s-media-cloud-services/pull/8)) diff --git a/packages/utils/Cargo.toml b/packages/utils/Cargo.toml index 9dbdf1c..625a6b8 100644 --- a/packages/utils/Cargo.toml +++ b/packages/utils/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" [dependencies] rand = { workspace = true } -base64 = { workspace = true } \ No newline at end of file +base64 = { workspace = true }