Skip to content

Commit

Permalink
chore: release v0.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 18, 2024
1 parent 346fbf9 commit a87fedd
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 4 deletions.
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" }
27 changes: 27 additions & 0 deletions bin/admin-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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 }

0 comments on commit a87fedd

Please sign in to comment.