Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
chore(build): release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hypeJunction committed Jul 31, 2019
1 parent 42a8afb commit e155d67
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 23 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 1,14 @@
<a name="3.0.3"></a>
## [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))



<a name="3.0.2"></a>
## [3.0.2](https://github.com/hypeJunction/hypeEmbed/compare/3.0.1...v3.0.2) (2019-05-23)

Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">

<name>hypeEmbed</name>
<version type="dist">3.0.2</version>
<version type="dist">3.0.3</version>

<description>Improved and extended embedding</description>
<category>forms</category>
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 1,24 @@
{
"name": "hypeEmbed",
"version": "3.0.2",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "[email protected]: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": "[email protected]: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"
}
}

0 comments on commit e155d67

Please sign in to comment.