From e155d67468f8265980d09edef4b7f683d5563572 Mon Sep 17 00:00:00 2001 From: Ismayil Khayredinov Date: Wed, 31 Jul 2019 12:19:41 +0200 Subject: [PATCH] chore(build): release 3.0.3 --- CHANGELOG.md | 11 +++++++++++ manifest.xml | 2 +- package.json | 44 ++++++++++++++++++++++---------------------- 3 files changed, 34 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2103fe3..67951fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [3.0.3](https://github.com/hypeJunction/hypeEmbed/compare/3.0.2...3.0.3) (2019-07-31) + + +### Bug Fixes + +* **css:** add toolbar css to admin interface ([7bf9820](https://github.com/hypeJunction/hypeEmbed/commit/7bf9820)) +* **css:** hide visible popup artefact ([42a8afb](https://github.com/hypeJunction/hypeEmbed/commit/42a8afb)) + + + ## [3.0.2](https://github.com/hypeJunction/hypeEmbed/compare/3.0.1...v3.0.2) (2019-05-23) diff --git a/manifest.xml b/manifest.xml index bffd635..eadd4af 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,7 +2,7 @@ hypeEmbed - 3.0.2 + 3.0.3 Improved and extended embedding forms diff --git a/package.json b/package.json index 69acd7b..62f271f 100644 --- a/package.json +++ b/package.json @@ -1,24 +1,24 @@ { - "name": "hypeEmbed", - "version": "3.0.2", - "license": "GPL-2.0", - "repository": { - "type": "git", - "url": "git@github.com:hypeJunction/hypeEmbed.git", - "owner": "hypeJunction", - "repo": "hypeEmbed" - }, - "devDependencies": { - "curlrequest": "^0.3.10", - "grunt": "^0.4.5", - "grunt-composer": "^0.4.4", - "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-compress": "^0.13.0", - "grunt-contrib-copy": "^0.8.0", - "grunt-conventional-changelog": "^5.0.0", - "grunt-gh-release": "0.0.2", - "grunt-git": "^0.3.5", - "grunt-version": "^1.0.0", - "underscore": "^1.8.3" - } + "name": "hypeembed", + "version": "3.0.3", + "license": "GPL-2.0", + "repository": { + "type": "git", + "url": "git@github.com:hypeJunction/hypeEmbed.git", + "owner": "hypeJunction", + "repo": "hypeEmbed" + }, + "devDependencies": { + "curlrequest": "^1.0.1", + "grunt": "^1.0.4", + "grunt-composer": "^0.4.5", + "grunt-contrib-clean": "^2.0.0", + "grunt-contrib-compress": "^1.5.0", + "grunt-contrib-copy": "^1.0.0", + "grunt-conventional-changelog": "^6.1.0", + "grunt-gh-release": "^0.0.2", + "grunt-git": "^1.0.14", + "grunt-version": "^1.3.1", + "underscore": "^1.9.1" + } }