Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 5a052ec

Browse files
authored
Merge pull request #19 from alphagov/release-1.0.0
Release 1.0.0
2 parents 2ec59aa + c953fa5 commit 5a052ec

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
useful summary for people upgrading their application, not a replication
99
of the commit log.
1010

11-
## Unreleased
11+
## 1.0.0
1212

1313
- Trigger click event on checkboxes when selecting an item in the MillerColumnsElement (PR #16)
1414
- BREAKING: Remove `selectedTopicNames` as we don't need this API method for analytics anymore (PR #17)

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miller-columns-element",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "Miller columns (cascading lists) for hierarchical topic selection on GOV.UK taxonomy",
55
"main": "dist/index.umd.js",
66
"module": "dist/index.esm.js",
@@ -36,7 +36,7 @@
3636
"eslint": "^5.16.0",
3737
"eslint-plugin-github": "1.0.0",
3838
"flow-bin": "^0.75.0",
39-
"govuk-frontend": "^2.12.0",
39+
"govuk-frontend": "^2.13.0",
4040
"karma": "^4.1.0",
4141
"karma-chai": "^0.1.0",
4242
"karma-chrome-launcher": "^2.2.0",

0 commit comments

Comments
 (0)