Skip to content

Commit

Permalink
Bump version to 1.1.4
Browse files Browse the repository at this point in the history
- Fix issue #197, toggled content not displaying
  PR (#198)
  - Instead of using show() and hide(), add and remove the .js-hidden
class
  - The govuk_template sets .js-hidden, remove duplicate in helpers.scss
  • Loading branch information
gemmaleigh committed Mar 21, 2016
1 parent ff3e187 commit fc9f4bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.1.4

- Fix issue #197, toggled content not displaying
PR (#198)
- Instead of using show() and hide(), add and remove the .js-hidden class
- The govuk_template sets .js-hidden, remove duplicate in helpers.scss

# 1.1.3

- Bump govuk frontend toolki to 4.9.1 (PR #195)
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.3
1.1.4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "govuk-elements-sass",
"version": "1.1.3",
"version": "1.1.4",
"description": "GOVUK elements Sass files",
"repository": "alphagov/govuk_elements",
"engines": {
Expand Down

0 comments on commit fc9f4bd

Please sign in to comment.