Skip to content

Commit fbf2e4a

Browse files
committed
0.48.3
1 parent a35bb4a commit fbf2e4a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33

44

5+
## [v0.48.3](https://github.com/buildo/react-components/tree/v0.48.3) (2021-08-31)
6+
[Full Changelog](https://github.com/buildo/react-components/compare/v0.48.2...v0.48.3)
7+
8+
#### New features:
9+
10+
- Form images are broken in showroom [#1454](https://github.com/buildo/react-components/issues/1454)
11+
- CHANGELOG is out of date [#1441](https://github.com/buildo/react-components/issues/1441)
12+
- componentWillReceiveProps has been renamed [#1435](https://github.com/buildo/react-components/issues/1435)
13+
14+
#### Fixes (bugs & defects):
15+
16+
- DatePicker has 1px left border on open calendar [#1409](https://github.com/buildo/react-components/issues/1409)
17+
518
## [v0.48.2](https://github.com/buildo/react-components/tree/v0.48.2) (2020-04-24)
619
[Full Changelog](https://github.com/buildo/react-components/compare/v0.48.1...v0.48.2)
720

@@ -261,8 +274,8 @@
261274

262275
#### New features:
263276

264-
- Continuous deploy after updates on component repos [#1298](https://github.com/buildo/react-components/issues/1298)
265277
- Switch CI from Drone to concourse [#1295](https://github.com/buildo/react-components/issues/1295)
278+
- Continuous deploy after updates on component repos [#1298](https://github.com/buildo/react-components/issues/1298)
266279

267280
## [v0.41.1](https://github.com/buildo/react-components/tree/v0.41.1) (2019-01-04)
268281
[Full Changelog](https://github.com/buildo/react-components/compare/v0.41.0...v0.41.1)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buildo-react-components",
3-
"version": "0.48.2",
3+
"version": "0.48.3",
44
"description": "Collection of general React components used in buildo projects.",
55
"main": "lib",
66
"scripts": {

0 commit comments

Comments
 (0)