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

Bump version number #810

Merged
merged 2 commits into from
Feb 14, 2024
Merged
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
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [[6.1.0]](https://github.com/bitcrowd/bitstyles/releases/tag/v6.1.0) - 2024-02-14

### Changed

Expand All @@ -9,9 +9,7 @@
### Added

- New Pageheader Organism-level component, that encapsulates what was previously an example component built using utility classes.

- Updates the layout of the Sidebar component, improvements to the scrolling behavior and uses the invisible button variant.

- Badge with Label, added an example showing a text label rendered next to a badge component, to the badge docs.
- A new layout component at `atoms/switcher`, that lays out its children in a horizontal row with consistent spacing between children. The layout switches to a vertical stack once the width of the component passes below a threshold, or the number of children goes over a limit.
- A new layout component at `atoms/stack`, that lays out its children vertically, with consistent spacing between children.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitstyles",
"version": "6.0.0",
"version": "6.1.0",
"description": "The Bitcrowd CSS library",
"main": "build/bitstyles.css",
"scripts": {
Expand Down
Loading