Skip to content

Commit

Permalink
chore(main): release 0.27.0 (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Sep 28, 2023
1 parent f87c170 commit cf23602
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.27.0](https://github.com/zakodium-oss/react-science/compare/v0.26.2...v0.27.0) (2023-09-28)


### ⚠ BREAKING CHANGES

* the shadow dom has been removed from the root layout and global styles no longer apply to it. Recommended global styles (same as the TailwindCSS preflight styles) are published by the library so that users can use them in their applications.

### Features

* remove shadow dom and global styles ([#555](https://github.com/zakodium-oss/react-science/issues/555)) ([f87c170](https://github.com/zakodium-oss/react-science/commit/f87c170a0701c8d661a81fa734ba96d21dd39531))

## [0.26.2](https://github.com/zakodium-oss/react-science/compare/v0.26.1...v0.26.2) (2023-08-17)


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.26.2",
"version": "0.27.0",
"description": "React components to build scientific applications UI",
"exports": {
"./app": {
Expand Down

0 comments on commit cf23602

Please sign in to comment.