From 25cc3a94b4bd1f6d0d5a13463cce86b201ecf217 Mon Sep 17 00:00:00 2001 From: toggl-button-bot <48065059+toggl-button-bot@users.noreply.github.com> Date: Tue, 14 May 2019 09:46:43 +0000 Subject: [PATCH] chore(release): 1.35.2 [skip ci] ## [1.35.2](https://github.com/toggl/toggl-button/compare/1.35.1...1.35.2) (2019-05-14) ### Bug Fixes * **popup:** Fix long project names breaking layout in edit form field ([c89c377](https://github.com/toggl/toggl-button/commit/c89c377)) * **popup:** Fix long project names breaking task layout of projects dropdown ([f632a05](https://github.com/toggl/toggl-button/commit/f632a05)), closes [#1400](https://github.com/toggl/toggl-button/issues/1400) --- docs/_includes/changelog.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index 995814d1d..9fa9d581b 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,11 @@ +## [1.35.2](https://github.com/toggl/toggl-button/compare/1.35.1...1.35.2) (2019-05-14) + + +### Bug Fixes + +* **popup:** Fix long project names breaking layout in edit form field ([c89c377](https://github.com/toggl/toggl-button/commit/c89c377)) +* **popup:** Fix long project names breaking task layout of projects dropdown ([f632a05](https://github.com/toggl/toggl-button/commit/f632a05)), closes [#1400](https://github.com/toggl/toggl-button/issues/1400) + ## [1.35.1](https://github.com/toggl/toggl-button/compare/1.35.0...1.35.1) (2019-05-14) diff --git a/package-lock.json b/package-lock.json index 3a3f99f90..ecbfa4af8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.35.1", + "version": "1.35.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 267615ece..28ef284ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.35.1", + "version": "1.35.2", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,