Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.1.3 #196

Merged
merged 1 commit into from
Mar 21, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.1.3

- Bump govuk frontend toolki to 4.9.1 (PR #195)
- Use the GOV.UK lint gem for scss linting (PR #191)
- Use aria-describedby to associate a form hint with a form fields (PR #187)
- Bump govuk template to 0.17.0 (PR #186)
- Use 19px as the default font size for tabular data (PR #185)
- Remove invalid ARIA "breadcrumbs" role from the breadcrumb (PR #182)
- Copy base styles set by govuk template (PR #176)

# 1.1.2

- Add missing 2/3 width grid wrappers to example pages (#173)
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.1.3
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.2",
"version": "1.1.3",
"description": "GOVUK elements Sass files",
"repository": "alphagov/govuk_elements",
"engines": {
Expand Down