Skip to content

Commit

Permalink
release: 0.3.0-prerelease.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liv committed Jul 26, 2023
1 parent e50aebc commit 38a844d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
Platforms are now sorted alphabetically in the install widget dropdown. This is an improvement over the
previous unsorted state.

- **Show prerelease contents on changelog pages - [shadows-withal]/[pr549]**

This is a simple bug fix. Previously, we accidentally hid the body of a prerelease on its own separate changelog page
(but mysteriously, it showed up on the main changelog page when prereleases were toggled!)

[i480]: https://github.com/axodotdev/oranda/issues/480
[i493]: https://github.com/axodotdev/oranda/issues/493
[pr532]: https://github.com/axodotdev/oranda/pull/532
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "oranda"
description = "🎁 generate beautiful landing pages for your projects"
repository = "https://github.com/axodotdev/oranda"
homepage = "https://opensource.axo.dev/oranda"
version = "0.3.0-prerelease.2"
version = "0.3.0-prerelease.3"
edition = "2021"
authors = ["Axo Developer Co. <hello@axo.dev>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion oranda-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oranda-css",
"version": "0.3.0-prerelease.2",
"version": "0.3.0-prerelease.3",
"description": "",
"main": "tailwind.config.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/config/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::site::{markdown::SyntaxTheme, oranda_theme::OrandaTheme};

use super::ApplyValExt;

pub const ORANDA_CSS_TAG: &str = "v0.3.0-prerelease.2";
pub const ORANDA_CSS_TAG: &str = "v0.3.0-prerelease.3";

/// Config related to styling your page (complete version)
#[derive(Debug, Clone)]
Expand Down

0 comments on commit 38a844d

Please sign in to comment.