Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.1.0-rc.1 #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
oauth2 = { version = "4.4.2" }
28 changes: 28 additions & 0 deletions bin/admin-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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

- dynamic load clerk from API ([#12](https://github.com/8xFF/atm0s-media-cloud-services/pull/12))
- 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))
2 changes: 1 addition & 1 deletion bin/admin-panel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jsonwebtoken = { workspace = true }
reqwest = { workspace = true, features = ["json"] }
clerk-rs = { workspace = true }
bcrypt = { workspace = true }
oauth2 = { workspace = true }
oauth2 = { workspace = true }
18 changes: 18 additions & 0 deletions packages/http-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/http-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ rust-embed = { workspace = true }
mime_guess = { workspace = true }
hex = { workspace = true }
log = { workspace = true }
reqwest = { workspace = true }
reqwest = { workspace = true }
18 changes: 18 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition = "2021"

[dependencies]
rand = { workspace = true }
base64 = { workspace = true }
base64 = { workspace = true }