Skip to content

Commit

Permalink
chore(main): release 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored and stropitek committed Dec 13, 2023
1 parent b54779b commit 015afa4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.31.0](https://github.com/zakodium-oss/react-science/compare/v0.30.1...v0.31.0) (2023-12-13)


### Features

* fix toolbar item alignement and allow different intents on each item ([#592](https://github.com/zakodium-oss/react-science/issues/592)) ([b54779b](https://github.com/zakodium-oss/react-science/commit/b54779bb0edb1d1f27463ffc1ec484531690dafe))


### Bug Fixes

* correct toolbar layout when items should fit the width of the container ([#599](https://github.com/zakodium-oss/react-science/issues/599)) ([6ab507f](https://github.com/zakodium-oss/react-science/commit/6ab507f5545232358c427eaed80e3bb32edebbec))

## [0.30.1](https://github.com/zakodium-oss/react-science/compare/v0.30.0...v0.30.1) (2023-12-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-science",
"version": "0.30.1",
"version": "0.31.0",
"description": "React components to build scientific applications UI",
"exports": {
"./app": {
Expand Down

0 comments on commit 015afa4

Please sign in to comment.