Skip to content

Commit

Permalink
v0.1.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Sep 6, 2020
1 parent fcb8fcf commit 47a320a
Show file tree
Hide file tree
Showing 26 changed files with 136 additions and 22 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

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.5](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2020-09-06)


### Bug Fixes

* add zero padded seconds token ([f978f93](https://github.com/getindiekit/indiekit/commit/f978f93d16dcf766cbe79899be615f64c94b8076))
* make dotenv a runtime dependency ([0a831b0](https://github.com/getindiekit/indiekit/commit/0a831b0fa02f7f7e85600f2d9160caa89593c8bd))
* only query previously published items if saving is enabled ([47156e3](https://github.com/getindiekit/indiekit/commit/47156e3fae63a0d734509d69d0c4e4e7a62e134a))
* remove environment variable no longer needed to set up app on Heroku ([b22224d](https://github.com/getindiekit/indiekit/commit/b22224de7998941e6ee6b834ae5134dc0e748ecd))
* update logging ([a52b4f4](https://github.com/getindiekit/indiekit/commit/a52b4f4c7a7dba15634138d1395c06add4ef7a76))
* **endpoint-micropub:** add lodash as dependency ([7c9db31](https://github.com/getindiekit/indiekit/commit/7c9db3118070c3c847b8d724e405142700cb84f2))


### Features

* add uuid path variable. fixes [#276](https://github.com/getindiekit/indiekit/issues/276) ([fcce907](https://github.com/getindiekit/indiekit/commit/fcce90786c041c9bc5977d32815f73cbff53d014))
* **indiekit:** use uuids for secrets ([0cd6675](https://github.com/getindiekit/indiekit/commit/0cd66754f3ff4d16d0827993dc4c36ea15ec5f0f))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"--no-package-lock"
]
},
"version": "0.1.0-alpha.4"
"version": "0.1.0-alpha.5"
}
17 changes: 17 additions & 0 deletions packages/endpoint-media/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

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.5](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2020-09-06)


### Bug Fixes

* add zero padded seconds token ([f978f93](https://github.com/getindiekit/indiekit/commit/f978f93d16dcf766cbe79899be615f64c94b8076))
* only query previously published items if saving is enabled ([47156e3](https://github.com/getindiekit/indiekit/commit/47156e3fae63a0d734509d69d0c4e4e7a62e134a))


### Features

* add uuid path variable. fixes [#276](https://github.com/getindiekit/indiekit/issues/276) ([fcce907](https://github.com/getindiekit/indiekit/commit/fcce90786c041c9bc5977d32815f73cbff53d014))
2 changes: 1 addition & 1 deletion packages/endpoint-media/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/endpoint-media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/endpoint-media",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"description": "Micropub media endpoint for Indiekit",
"keywords": [
"indiekit",
Expand Down
18 changes: 18 additions & 0 deletions packages/endpoint-micropub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

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.5](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2020-09-06)


### Bug Fixes

* add zero padded seconds token ([f978f93](https://github.com/getindiekit/indiekit/commit/f978f93d16dcf766cbe79899be615f64c94b8076))
* only query previously published items if saving is enabled ([47156e3](https://github.com/getindiekit/indiekit/commit/47156e3fae63a0d734509d69d0c4e4e7a62e134a))
* **endpoint-micropub:** add lodash as dependency ([7c9db31](https://github.com/getindiekit/indiekit/commit/7c9db3118070c3c847b8d724e405142700cb84f2))


### Features

* add uuid path variable. fixes [#276](https://github.com/getindiekit/indiekit/issues/276) ([fcce907](https://github.com/getindiekit/indiekit/commit/fcce90786c041c9bc5977d32815f73cbff53d014))
2 changes: 1 addition & 1 deletion packages/endpoint-micropub/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/endpoint-micropub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/endpoint-micropub",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"description": "Micropub endpoint for Indiekit",
"keywords": [
"indiekit",
Expand Down
8 changes: 8 additions & 0 deletions packages/endpoint-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.5](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2020-09-06)

**Note:** Version bump only for package @indiekit/endpoint-share
2 changes: 1 addition & 1 deletion packages/endpoint-share/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/endpoint-share/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/endpoint-share",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"description": "Share endpoint for Indiekit",
"keywords": [
"indiekit",
Expand Down
8 changes: 8 additions & 0 deletions packages/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.5](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2020-09-06)

**Note:** Version bump only for package @indiekit/frontend
2 changes: 1 addition & 1 deletion packages/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/frontend",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"description": "An IndieWeb publishing toolkit",
"keywords": [
"express",
Expand Down
17 changes: 17 additions & 0 deletions packages/indiekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

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.5](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2020-09-06)


### Bug Fixes

* only query previously published items if saving is enabled ([47156e3](https://github.com/getindiekit/indiekit/commit/47156e3fae63a0d734509d69d0c4e4e7a62e134a))
* update logging ([a52b4f4](https://github.com/getindiekit/indiekit/commit/a52b4f4c7a7dba15634138d1395c06add4ef7a76))


### Features

* **indiekit:** use uuids for secrets ([0cd6675](https://github.com/getindiekit/indiekit/commit/0cd66754f3ff4d16d0827993dc4c36ea15ec5f0f))
2 changes: 1 addition & 1 deletion packages/indiekit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/indiekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/indiekit",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"keywords": [
"express",
"indieweb",
Expand All @@ -25,11 +25,11 @@
"directory": "packages/indiekit"
},
"dependencies": {
"@indiekit/endpoint-media": "0.1.0-alpha.4",
"@indiekit/endpoint-micropub": "0.1.0-alpha.4",
"@indiekit/endpoint-share": "0.1.0-alpha.4",
"@indiekit/frontend": "0.1.0-alpha.4",
"@indiekit/preset-jekyll": "0.1.0-alpha.4",
"@indiekit/endpoint-media": "^0.1.0-alpha.5",
"@indiekit/endpoint-micropub": "^0.1.0-alpha.5",
"@indiekit/endpoint-share": "^0.1.0-alpha.5",
"@indiekit/frontend": "^0.1.0-alpha.5",
"@indiekit/preset-jekyll": "^0.1.0-alpha.5",
"cookie-session": "^1.4.0",
"debug": "^4.1.1",
"express": "^4.17.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/preset-hugo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.5](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2020-09-06)

**Note:** Version bump only for package @indiekit/preset-hugo
2 changes: 1 addition & 1 deletion packages/preset-hugo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/preset-hugo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/preset-hugo",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"description": "Indiekit config for Hugo-based websites",
"keywords": [
"indieweb",
Expand Down
8 changes: 8 additions & 0 deletions packages/preset-jekyll/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.5](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2020-09-06)

**Note:** Version bump only for package @indiekit/preset-jekyll
2 changes: 1 addition & 1 deletion packages/preset-jekyll/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/preset-jekyll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/preset-jekyll",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"description": "Indiekit preset for Jekyll-based websites",
"keywords": [
"indieweb",
Expand Down
8 changes: 8 additions & 0 deletions packages/store-github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.5](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2020-09-06)

**Note:** Version bump only for package @indiekit/store-github
2 changes: 1 addition & 1 deletion packages/store-github/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/store-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/store-github",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"description": "Store IndieWeb content on GitHub",
"keywords": [
"indiekit",
Expand Down

0 comments on commit 47a320a

Please sign in to comment.