Skip to content

Commit a776725

Browse files
authored
Merge pull request #13 from alphagov/release-1.1.0
Preparing for release 1.1.0
2 parents 46c916a + 7b979d1 commit a776725

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## Unreleased
44

5+
## 1.1.0
6+
57
### Fixes
68

7-
- [#11 - Use Nunjucks for all components, improve HTML formatting](https://github.com/alphagov/govuk-prototype-kit-common-templates/pull/11)
9+
- [#11 - Use Nunjucks for all components, improve HTML formatting](https://github.com/alphagov/govuk-prototype-kit-common-templates/pull/11)
810

911
- [#6 Improve check answers](https://github.com/alphagov/govuk-prototype-kit-common-templates/pull/6/files)
1012
Use nunjucks instead of html.
@@ -15,5 +17,6 @@ Use a simpler list, not 2 lists with headings.
1517
Simplifies the placeholder text.
1618
Uses 'path' instead of 'url'.
1719

20+
## 1.0.0
1821

1922
Create plugin

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@govuk-prototype-kit/common-templates",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Common service page templates for the GOV.UK Prototype Kit",
55
"author": "GOV.UK Prototype team, UK Government Digital Service",
66
"license": "MIT",

0 commit comments

Comments
 (0)