Skip to content

Commit

Permalink
Bump 2.3.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dapi committed Jul 15, 2019
1 parent 2a3d83c commit a9f0a55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

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

## Unreleased
## [Unreleased]

## [2.3.0-alpha.1] - 2019-07-15

### Added

* Add `editLaneTitle` and `onLaneUpdate` props (availability to inline edit lane
title)

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-trello",
"version": "2.2.0-alpha.1",
"version": "2.3.0-alpha.2",
"description": "Pluggable components to add a trello like kanban board to your application",
"main": "dist/index.js",
"jsnext:main": "components/index.js",
Expand Down

0 comments on commit a9f0a55

Please sign in to comment.