diff --git a/CHANGELOG.md b/CHANGELOG.md index 05611e260..16484335c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.8](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2020-09-20) + + +### Bug Fixes + +* make error summary title localisable ([aea81a4](https://github.com/getindiekit/indiekit/commit/aea81a47b658cdf42a3ad409ca2e2548925e2ee5)) +* **indiekit:** add missing translation string for session.logout ([ddd1776](https://github.com/getindiekit/indiekit/commit/ddd1776eae4ef0f65541b236a5265c5fe164b19a)) +* **indiekit:** prevent log in with other URLs. fixes [#283](https://github.com/getindiekit/indiekit/issues/283) ([9c151b7](https://github.com/getindiekit/indiekit/commit/9c151b79680a2b836ac2fc3d79c28770b54269b6)) +* application name shown on status page ([7a83028](https://github.com/getindiekit/indiekit/commit/7a830288232024205585c7668dda95fd2ad18fef)) +* locale used and shown on status page ([30ba27d](https://github.com/getindiekit/indiekit/commit/30ba27d8cb215e703078b1fe90600962d4ffbcd5)) + + +### Features + +* **endpoint-share:** add validation to share page. fixes [#284](https://github.com/getindiekit/indiekit/issues/284) ([31a875d](https://github.com/getindiekit/indiekit/commit/31a875de5b6bfe8366fab8c455fdf6804d15288c)) +* **endpoint-share:** move url field above others ([88f6d32](https://github.com/getindiekit/indiekit/commit/88f6d32931fcd887867ed200dd49662e93717761)) +* **endpoint-share:** translate validation errors. fixes [#285](https://github.com/getindiekit/indiekit/issues/285) ([df5067d](https://github.com/getindiekit/indiekit/commit/df5067d4612ad526381d555da3f06eb2196f96cb)) +* **indiekit:** add translation string for optional value ([568be40](https://github.com/getindiekit/indiekit/commit/568be404200a65d00f3bb82160178cc68cf8f70c)) + + + + + # [0.1.0-alpha.7](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.6...v0.1.0-alpha.7) (2020-09-19) diff --git a/lerna.json b/lerna.json index 4e1652d17..a733ad3b4 100644 --- a/lerna.json +++ b/lerna.json @@ -12,5 +12,5 @@ "--no-package-lock" ] }, - "version": "0.1.0-alpha.7" + "version": "0.1.0-alpha.8" } diff --git a/packages/endpoint-media/CHANGELOG.md b/packages/endpoint-media/CHANGELOG.md index ac5020cee..5bd5f300f 100644 --- a/packages/endpoint-media/CHANGELOG.md +++ b/packages/endpoint-media/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.8](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2020-09-20) + +**Note:** Version bump only for package @indiekit/endpoint-media + + + + + # [0.1.0-alpha.7](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.6...v0.1.0-alpha.7) (2020-09-19) diff --git a/packages/endpoint-media/package-lock.json b/packages/endpoint-media/package-lock.json index dd1ae03db..fb4b0d56f 100644 --- a/packages/endpoint-media/package-lock.json +++ b/packages/endpoint-media/package-lock.json @@ -1,6 +1,6 @@ { "name": "@indiekit/endpoint-media", - "version": "0.1.0-alpha.7", + "version": "0.1.0-alpha.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/endpoint-media/package.json b/packages/endpoint-media/package.json index 6ebe14f36..f58148dbe 100644 --- a/packages/endpoint-media/package.json +++ b/packages/endpoint-media/package.json @@ -1,6 +1,6 @@ { "name": "@indiekit/endpoint-media", - "version": "0.1.0-alpha.7", + "version": "0.1.0-alpha.8", "description": "Micropub media endpoint for Indiekit", "keywords": [ "indiekit", diff --git a/packages/endpoint-micropub/CHANGELOG.md b/packages/endpoint-micropub/CHANGELOG.md index 5de1b0bce..e15072cf3 100644 --- a/packages/endpoint-micropub/CHANGELOG.md +++ b/packages/endpoint-micropub/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.8](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2020-09-20) + +**Note:** Version bump only for package @indiekit/endpoint-micropub + + + + + # [0.1.0-alpha.7](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.6...v0.1.0-alpha.7) (2020-09-19) diff --git a/packages/endpoint-micropub/package-lock.json b/packages/endpoint-micropub/package-lock.json index 87b62dd12..d2124dbfb 100644 --- a/packages/endpoint-micropub/package-lock.json +++ b/packages/endpoint-micropub/package-lock.json @@ -1,6 +1,6 @@ { "name": "@indiekit/endpoint-micropub", - "version": "0.1.0-alpha.7", + "version": "0.1.0-alpha.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/endpoint-micropub/package.json b/packages/endpoint-micropub/package.json index 77a4811ff..845878168 100644 --- a/packages/endpoint-micropub/package.json +++ b/packages/endpoint-micropub/package.json @@ -1,6 +1,6 @@ { "name": "@indiekit/endpoint-micropub", - "version": "0.1.0-alpha.7", + "version": "0.1.0-alpha.8", "description": "Micropub endpoint for Indiekit", "keywords": [ "indiekit", diff --git a/packages/endpoint-share/CHANGELOG.md b/packages/endpoint-share/CHANGELOG.md index d78f13208..8386d67c0 100644 --- a/packages/endpoint-share/CHANGELOG.md +++ b/packages/endpoint-share/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.8](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2020-09-20) + + +### Bug Fixes + +* make error summary title localisable ([aea81a4](https://github.com/getindiekit/indiekit/commit/aea81a47b658cdf42a3ad409ca2e2548925e2ee5)) + + +### Features + +* **endpoint-share:** add validation to share page. fixes [#284](https://github.com/getindiekit/indiekit/issues/284) ([31a875d](https://github.com/getindiekit/indiekit/commit/31a875de5b6bfe8366fab8c455fdf6804d15288c)) +* **endpoint-share:** move url field above others ([88f6d32](https://github.com/getindiekit/indiekit/commit/88f6d32931fcd887867ed200dd49662e93717761)) +* **endpoint-share:** translate validation errors. fixes [#285](https://github.com/getindiekit/indiekit/issues/285) ([df5067d](https://github.com/getindiekit/indiekit/commit/df5067d4612ad526381d555da3f06eb2196f96cb)) + + + + + # [0.1.0-alpha.7](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.6...v0.1.0-alpha.7) (2020-09-19) diff --git a/packages/endpoint-share/package-lock.json b/packages/endpoint-share/package-lock.json index 4de675dfc..98ac1fce6 100644 --- a/packages/endpoint-share/package-lock.json +++ b/packages/endpoint-share/package-lock.json @@ -1,6 +1,6 @@ { "name": "@indiekit/endpoint-share", - "version": "0.1.0-alpha.7", + "version": "0.1.0-alpha.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/endpoint-share/package.json b/packages/endpoint-share/package.json index e746d295d..b91b12df3 100644 --- a/packages/endpoint-share/package.json +++ b/packages/endpoint-share/package.json @@ -1,6 +1,6 @@ { "name": "@indiekit/endpoint-share", - "version": "0.1.0-alpha.7", + "version": "0.1.0-alpha.8", "description": "Share endpoint for Indiekit", "keywords": [ "indiekit", diff --git a/packages/frontend/CHANGELOG.md b/packages/frontend/CHANGELOG.md index 730835a8f..09e44fe35 100644 --- a/packages/frontend/CHANGELOG.md +++ b/packages/frontend/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.8](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2020-09-20) + + +### Bug Fixes + +* locale used and shown on status page ([30ba27d](https://github.com/getindiekit/indiekit/commit/30ba27d8cb215e703078b1fe90600962d4ffbcd5)) +* make error summary title localisable ([aea81a4](https://github.com/getindiekit/indiekit/commit/aea81a47b658cdf42a3ad409ca2e2548925e2ee5)) + + + + + # [0.1.0-alpha.6](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.4...v0.1.0-alpha.6) (2020-09-18) diff --git a/packages/frontend/package-lock.json b/packages/frontend/package-lock.json index 482df07d7..edd80d6b0 100644 --- a/packages/frontend/package-lock.json +++ b/packages/frontend/package-lock.json @@ -1,6 +1,6 @@ { "name": "@indiekit/frontend", - "version": "0.1.0-alpha.6", + "version": "0.1.0-alpha.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 3145a883f..8a510f661 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@indiekit/frontend", - "version": "0.1.0-alpha.6", + "version": "0.1.0-alpha.8", "description": "An IndieWeb publishing toolkit", "keywords": [ "express", diff --git a/packages/indiekit/CHANGELOG.md b/packages/indiekit/CHANGELOG.md index a8fb0389e..658569ebb 100644 --- a/packages/indiekit/CHANGELOG.md +++ b/packages/indiekit/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.8](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2020-09-20) + + +### Bug Fixes + +* make error summary title localisable ([aea81a4](https://github.com/getindiekit/indiekit/commit/aea81a47b658cdf42a3ad409ca2e2548925e2ee5)) +* **indiekit:** add missing translation string for session.logout ([ddd1776](https://github.com/getindiekit/indiekit/commit/ddd1776eae4ef0f65541b236a5265c5fe164b19a)) +* **indiekit:** prevent log in with other URLs. fixes [#283](https://github.com/getindiekit/indiekit/issues/283) ([9c151b7](https://github.com/getindiekit/indiekit/commit/9c151b79680a2b836ac2fc3d79c28770b54269b6)) +* application name shown on status page ([7a83028](https://github.com/getindiekit/indiekit/commit/7a830288232024205585c7668dda95fd2ad18fef)) +* locale used and shown on status page ([30ba27d](https://github.com/getindiekit/indiekit/commit/30ba27d8cb215e703078b1fe90600962d4ffbcd5)) + + +### Features + +* **indiekit:** add translation string for optional value ([568be40](https://github.com/getindiekit/indiekit/commit/568be404200a65d00f3bb82160178cc68cf8f70c)) + + + + + # [0.1.0-alpha.7](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.6...v0.1.0-alpha.7) (2020-09-19) diff --git a/packages/indiekit/package-lock.json b/packages/indiekit/package-lock.json index 913b9eea8..3bef2bdc6 100644 --- a/packages/indiekit/package-lock.json +++ b/packages/indiekit/package-lock.json @@ -1,6 +1,6 @@ { "name": "@indiekit/indiekit", - "version": "0.1.0-alpha.7", + "version": "0.1.0-alpha.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/indiekit/package.json b/packages/indiekit/package.json index d22158283..2a0f0ac09 100644 --- a/packages/indiekit/package.json +++ b/packages/indiekit/package.json @@ -1,6 +1,6 @@ { "name": "@indiekit/indiekit", - "version": "0.1.0-alpha.7", + "version": "0.1.0-alpha.8", "description": "An IndieWeb publishing toolkit", "keywords": [ "express", @@ -36,10 +36,10 @@ "directory": "packages/indiekit" }, "dependencies": { - "@indiekit/endpoint-media": "0.1.0-alpha.7", - "@indiekit/endpoint-micropub": "0.1.0-alpha.7", - "@indiekit/endpoint-share": "0.1.0-alpha.7", - "@indiekit/frontend": "0.1.0-alpha.6", + "@indiekit/endpoint-media": "^0.1.0-alpha.8", + "@indiekit/endpoint-micropub": "^0.1.0-alpha.8", + "@indiekit/endpoint-share": "^0.1.0-alpha.8", + "@indiekit/frontend": "^0.1.0-alpha.8", "@indiekit/preset-jekyll": "0.1.0-alpha.6", "cookie-session": "^1.4.0", "debug": "^4.2.0",