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

Auto data storage #1

Closed
wants to merge 25 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3987b85
fix css sourcemaps
joelanman Jan 13, 2017
7e24c9c
Remove the title attribute
gemmaleigh Jan 17, 2017
f9562f1
removing links to route.js and update path and file names in branchin…
Jan 17, 2017
df4db51
Merge pull request #343 from alphagov/remove-title-attr
robinwhittleton Jan 17, 2017
39d5920
Merge pull request #341 from alphagov/fix-css-sourcemaps
joelanman Jan 20, 2017
ba4d1d4
Merge pull request #344 from dashouse/master
joelanman Jan 25, 2017
a4f9ab4
Prevent asking users to authenticate twice
tijmenb Jan 25, 2017
0d2f77a
add override service name example
joelanman Jan 4, 2017
81f00b6
add comment
joelanman Jan 25, 2017
444c439
Merge pull request #350 from alphagov/prevent-double-auth
joelanman Jan 25, 2017
2f4d5b3
Merge pull request #335 from alphagov/override-service-name
joelanman Jan 25, 2017
99b145d
fix docs page
joelanman Jan 26, 2017
2ce1d31
bump gulp-sass to increase node-sass dependency to enable it to work …
feedmypixel Jan 27, 2017
16ceb9b
add test for docs page
joelanman Jan 27, 2017
8e73cef
Merge pull request #353 from alphagov/add-more-tests
joelanman Jan 30, 2017
4d53696
allow search indexing in promo mode
joelanman Jan 27, 2017
f8a9f6f
v5.1.0
joelanman Jan 25, 2017
ec3dc85
Merge pull request #351 from alphagov/v5-1-0
joelanman Jan 31, 2017
d9f374a
Merge pull request #354 from alphagov/allow-search-indexing-in-promo-…
joelanman Feb 3, 2017
62edfc4
fix download link
joelanman Feb 3, 2017
c155a8b
fix docs links
joelanman Feb 3, 2017
51c5299
Merge pull request #357 from alphagov/fix-docs-links
gemmaleigh Feb 6, 2017
dcc50cb
Merge pull request #356 from alphagov/fix-download-link
gemmaleigh Feb 6, 2017
290dfb0
Updating gulp-sass to 3.1.0
gemmaleigh Feb 6, 2017
08368b7
Merge pull request #352 from feedmypixel/bump-gulp-sass
gemmaleigh Feb 6, 2017
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
Prev Previous commit
Next Next commit
v5.1.0
joelanman committed Jan 31, 2017

Verified

This commit was signed with the committer’s verified signature.
commit f8a9f6fa5d2a9e71820233828e77645188ccf1b8
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 5.1.0

New features:
- [#335 Add ability to override service name on a page](https://github.com/alphagov/govuk_prototype_kit/pull/335)

Bug fixes:
- [#350 Prevent asking users to authenticate twice](https://github.com/alphagov/govuk_prototype_kit/pull/350)
- [#344 Removing links to route.js / updating example in branching.html](https://github.com/alphagov/govuk_prototype_kit/pull/344)
- [#343 Remove the title attribute from the cookie message](https://github.com/alphagov/govuk_prototype_kit/pull/343)
- [#341 fix css sourcemaps](https://github.com/alphagov/govuk_prototype_kit/pull/341)
- [#337 Add Git step to Heroku guide](https://github.com/alphagov/govuk_prototype_kit/pull/337)
- [#336 Use app.locals instead of app.use](https://github.com/alphagov/govuk_prototype_kit/pull/336)

# 5.0.1

- [#330 Update GOV.UK toolkit and StandardJS to latest](https://github.com/alphagov/govuk_prototype_kit/pull/330)
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.1
5.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "express-prototype",
"description": "GOVUK prototyping app in Express",
"version": "5.0.1",
"version": "5.1.0",
"private": true,
"engines": {
"node": ">=6.0 <7.0"