Skip to content

Commit

Permalink
Revert "Support conversion to a StyledStrings.SimpleColor (#293)"
Browse files Browse the repository at this point in the history
This reverts commit 0c13d0c.
  • Loading branch information
johnnychen94 committed Apr 6, 2024
1 parent 5eea76d commit 465277a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@ version = "0.11.5"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[weakdeps]
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"

[extensions]
StyledStringsExt = "StyledStrings"

[compat]
FixedPointNumbers = "0.5, 0.6, 0.7, 0.8"
StyledStrings = "1"
julia = "1"

[extras]
Expand Down
14 changes: 0 additions & 14 deletions ext/StyledStringsExt.jl

This file was deleted.

2 comments on commit 465277a

@johnnychen94
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/104367

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.11.5 -m "<description of version>" 465277a63829fbddfd9843336ef115751d5dae59
git push origin v0.11.5

Please sign in to comment.