Skip to content

Commit

Permalink
Merge pull request #19 from alphagov/release-1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
alex-ju authored Jul 10, 2019
2 parents 2ec59aa + c953fa5 commit 5a052ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased
## 1.0.0

- Trigger click event on checkboxes when selecting an item in the MillerColumnsElement (PR #16)
- BREAKING: Remove `selectedTopicNames` as we don't need this API method for analytics anymore (PR #17)
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miller-columns-element",
"version": "0.1.1",
"version": "1.0.0",
"description": "Miller columns (cascading lists) for hierarchical topic selection on GOV.UK taxonomy",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"eslint": "^5.16.0",
"eslint-plugin-github": "1.0.0",
"flow-bin": "^0.75.0",
"govuk-frontend": "^2.12.0",
"govuk-frontend": "^2.13.0",
"karma": "^4.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
Expand Down

0 comments on commit 5a052ec

Please sign in to comment.