Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 51c753c

Browse files
committed
3.2.0 release
1 parent cc6fd5c commit 51c753c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
See [changes since release][HEAD].
66

7+
## [3.2.0][] / 2018-03-07
8+
79
* No longer trigger selection actions during Component destruction.
810
* [#33](https://github.com/IvyApp/ivy-tabs/pull/33) Remove jQuery usage. Thanks to @smfoote and @dxprog.
911
* [#37](https://github.com/IvyApp/ivy-tabs/pull/37) Move to modules API. Thanks to @sutori.
@@ -146,4 +148,5 @@ to the README for current usage.
146148
[3.0.1]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.0...v3.0.1
147149
[3.0.2]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.1...v3.0.2
148150
[3.1.0]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.2...v3.1.0
149-
[HEAD]: https://github.com/IvyApp/ivy-tabs/compare/v3.1.0...master
151+
[3.2.0]: https://github.com/IvyApp/ivy-tabs/compare/v3.1.0...v3.2.0
152+
[HEAD]: https://github.com/IvyApp/ivy-tabs/compare/v3.2.0...master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ivy-tabs",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "WAI-ARIA accessible tabs for Ember.",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)