From dba942f0a27a9769042be045e698326c98e492a3 Mon Sep 17 00:00:00 2001 From: Priyajeet Hora Date: Tue, 16 Jan 2018 13:05:05 -0800 Subject: [PATCH] Release: 3.5.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af2d6faae2..7a811c2b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ + +# 3.5.0 (2018-01-16) + +* Fix: Button scoping issues (#160) ([4ba6132](https://github.com/box/box-ui-elements/commit/4ba6132)) +* Fix: upload item action should show tooltip properly (#159) ([041f9ba](https://github.com/box/box-ui-elements/commit/041f9ba)) +* Fix: upload should not retry infinitely on 409 or 429 (#158) ([1cb1268](https://github.com/box/box-ui-elements/commit/1cb1268)) + + + ## 3.4.1 (2018-01-12) +* Release: 3.4.1 ([6f02373](https://github.com/box/box-ui-elements/commit/6f02373)) * Fix: MultiputUpload should abort session properly (#154) ([7897c0b](https://github.com/box/box-ui-elements/commit/7897c0b)) * Fix: Temporarily add back keyvalue cards from old metadata (#153) ([392348a](https://github.com/box/box-ui-elements/commit/392348a)) * Fix: upload reachability test should accept empty preflight response (#152) ([5e7a39a](https://github.com/box/box-ui-elements/commit/5e7a39a)) diff --git a/package.json b/package.json index 71fdd89e09..9d5937b0b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-ui-elements", - "version": "3.4.1", + "version": "3.5.0", "description": "Box UI Elements", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",