Skip to content

Commit

Permalink
chore(build): release 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hypeJunction committed Sep 20, 2018
1 parent 9c76960 commit d754e35
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="2.0.8"></a>
## [2.0.8](https://github.com/arckinteractive/events_ui/compare/2.0.7...v2.0.8) (2018-09-20)


### Bug Fixes

* **js:** correctly bind reminder removal event ([9c76960](https://github.com/arckinteractive/events_ui/commit/9c76960))



<a name="2.0.7"></a>
## [2.0.7](https://github.com/arckinteractive/events_ui/compare/2.0.6...v2.0.7) (2018-04-17)

Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Events UI</name> <id>events_ui</id> <author>Matt Beckett</author> <author>Ismayil Khayredinov</author> <version type="dist">2.0.7</version> <description>User interface for events API</description> <website>http://www.arckinteractive.com/</website> <copyright>Copyright 2013-2016 Griffin Groups, LLC</copyright> <copyright>Copyright 2015-2016 Ismayil Khayredinov</copyright> <license>GNU General Public License version 2</license> <category>Griffin Groups</category> <requires> <type>elgg_release</type> <version>2.2</version> </requires> <requires> <type>plugin</type> <name>events_api</name> </requires> <requires> <type>plugin</type> <name>vroom</name> </requires></plugin_manifest>
<?xml version="1.0" encoding="UTF-8"?><plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Events UI</name> <id>events_ui</id> <author>Matt Beckett</author> <author>Ismayil Khayredinov</author> <version type="dist">2.0.8</version> <description>User interface for events API</description> <website>http://www.arckinteractive.com/</website> <copyright>Copyright 2013-2016 Griffin Groups, LLC</copyright> <copyright>Copyright 2015-2016 Ismayil Khayredinov</copyright> <license>GNU General Public License version 2</license> <category>Griffin Groups</category> <requires> <type>elgg_release</type> <version>2.2</version> </requires> <requires> <type>plugin</type> <name>events_api</name> </requires> <requires> <type>plugin</type> <name>vroom</name> </requires></plugin_manifest>
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": "events_ui",
"version": "2.0.7",
"version": "2.0.8",
"license": "GPL-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit d754e35

Please # to comment.