Skip to content

Commit c49835e

Browse files
committed
chore: Bump up version to v27.0.0
1 parent 663458d commit c49835e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it.
44

5+
# 27.0.0
6+
7+
- [BREAKING] Remove `Alert` component.
8+
- [BREAKING] Update `Banner` UI, merging `Alert` use cases.
9+
510
# 26.2.5
611

712
- [Fix] Add top and bottom paddings to the `Tab` component.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"email": "[email protected]",
77
"url": "http://doist.com"
88
},
9-
"version": "26.2.5",
9+
"version": "27.0.0",
1010
"license": "MIT",
1111
"homepage": "https://github.com/Doist/reactist#readme",
1212
"repository": {

0 commit comments

Comments
 (0)