Skip to content

Commit a9f0a55

Browse files
committed
Bump 2.3.0-alpha.2
1 parent 2a3d83c commit a9f0a55

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

7-
## Unreleased
8+
## [Unreleased]
9+
10+
## [2.3.0-alpha.1] - 2019-07-15
11+
12+
### Added
13+
14+
* Add `editLaneTitle` and `onLaneUpdate` props (availability to inline edit lane
15+
title)
816

917
## [2.2.0-alpha.1] - 2019-07-01
1018

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-trello",
3-
"version": "2.2.0-alpha.1",
3+
"version": "2.3.0-alpha.2",
44
"description": "Pluggable components to add a trello like kanban board to your application",
55
"main": "dist/index.js",
66
"jsnext:main": "components/index.js",

0 commit comments

Comments
 (0)