Skip to content

Commit

Permalink
Bump version number (#810)
Browse files Browse the repository at this point in the history
v6.1.0
  • Loading branch information
planktonic authored Feb 14, 2024
1 parent 724581e commit 4a1bd08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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

0 comments on commit 4a1bd08

Please sign in to comment.