Skip to content

Commit

Permalink
chore(version): v0.44.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Superposition Bot committed May 10, 2024
1 parent 4e0ed8f commit 08a9342
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.44.0 - 2024-05-10
### Package updates
- frontend bumped to frontend-v0.8.1
- superposition_types bumped to superposition_types-v0.2.1
- context_aware_config bumped to context_aware_config-v0.30.0
### Global changes
#### Bug Fixes
- remove juspay email address for anon user - (f174428) - Kartik
- for the first page redirect to default config page - (361054b) - ankit.mahato
#### Documentation
- update README/experimentation - (4e0ed8f) - Natarajan Kannan
#### Features
- delete default config api (#34) - (d5c001c) - PRATIK MISHRA

- - -

## v0.43.0 - 2024-05-06
### Package updates
- js_client bumped to js_client-v0.1.0
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions crates/context_aware_config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## context_aware_config-v0.30.0 - 2024-05-10
#### Bug Fixes
- for the first page redirect to default config page - (361054b) - ankit.mahato
#### Features
- delete default config api (#34) - (d5c001c) - PRATIK MISHRA

- - -

## context_aware_config-v0.29.0 - 2024-05-06
#### Bug Fixes
- fixed function template (#16) - (bb2df67) - Ankit Kumar Mahato
Expand Down
2 changes: 1 addition & 1 deletion crates/context_aware_config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "context_aware_config"
version = "0.29.0"
version = "0.30.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
7 changes: 7 additions & 0 deletions crates/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## frontend-v0.8.1 - 2024-05-10
#### Bug Fixes
- added skeleton loader (#25) - (6d4fb66) - Shubhranshu Sanjeev
- sorted grouped config keys (#40) - (62a712d) - Ankit Kumar Mahato

- - -

## frontend-v0.8.0 - 2024-05-06
#### Bug Fixes
- resolve page failing when any type other than string is used (#21) - (f496634) - Datron
Expand Down
2 changes: 1 addition & 1 deletion crates/frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frontend"
version = "0.8.0"
version = "0.8.1"
edition = "2021"

[lib]
Expand Down
6 changes: 6 additions & 0 deletions crates/superposition_types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## superposition_types-v0.2.1 - 2024-05-10
#### Bug Fixes
- remove juspay email address for anon user - (f174428) - Kartik

- - -

## superposition_types-v0.2.0 - 2024-05-06
#### Features
- add auth_type so this can be used when making API calls - (4427384) - Kartik
Expand Down
2 changes: 1 addition & 1 deletion crates/superposition_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "superposition_types"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 08a9342

Please sign in to comment.