Skip to content

Commit

Permalink
v1.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Jun 8, 2022
1 parent c72b7aa commit 98a7a6a
Show file tree
Hide file tree
Showing 42 changed files with 329 additions and 38 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.5](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-06-08)


### Bug Fixes

* add assets folders to package files ([047ef5e](https://github.com/getindiekit/indiekit/commit/047ef5e8fa23f14858bd0b9ecf442d45501dfc25))
* correct file paths when views have a query string ([1457773](https://github.com/getindiekit/indiekit/commit/14577736648d7800a0592b31f0c66034502f968a))
* **frontend:** don’t invert shadow colour in dark mode ([9a9fd25](https://github.com/getindiekit/indiekit/commit/9a9fd25f259442687ce98395fdfb0b6ee1e4ecc5))


### Features

* dev mode ([b3c186b](https://github.com/getindiekit/indiekit/commit/b3c186b6456a581cb8187530100d730f56d7193c))
* **endpoint-token:** add translation files ([7f02e6a](https://github.com/getindiekit/indiekit/commit/7f02e6aa703864302c3591acd68a1a1c26ada1c6))
* **endpoint-token:** upload locales for translation ([ddd6b14](https://github.com/getindiekit/indiekit/commit/ddd6b14036fd752fa3ead4a663a60efae07e57c5))
* **frontend:** add styles for file input ([df0fe69](https://github.com/getindiekit/indiekit/commit/df0fe697ea0a40a75fe418ae029628d9e91df020))
* **indiekit:** remove robots.txt ([650dd05](https://github.com/getindiekit/indiekit/commit/650dd056fa4602f0c43b665a861f353232631ccf))
* localise pagination component ([533022f](https://github.com/getindiekit/indiekit/commit/533022f8b21a8138366549faba4d8036c0f02283))
* require node.js v18 ([a7408db](https://github.com/getindiekit/indiekit/commit/a7408db7c3430cf51b76e793c5718245a7cae03c))
* **store-file-system:** add file system store ([9185121](https://github.com/getindiekit/indiekit/commit/9185121fd5daed5667379940cd010e563c41a479))





# [1.0.0-alpha.4](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-05-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"conventionalCommits": true
}
},
"version": "1.0.0-alpha.4"
"version": "1.0.0-alpha.5"
}
11 changes: 11 additions & 0 deletions packages/create-indiekit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.5](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-06-08)


### Features

* require node.js v18 ([a7408db](https://github.com/getindiekit/indiekit/commit/a7408db7c3430cf51b76e793c5718245a7cae03c))





# [1.0.0-alpha.0](https://github.com/getindiekit/indiekit/compare/v0.3.0...v1.0.0-alpha.0) (2022-05-20)


Expand Down
20 changes: 10 additions & 10 deletions packages/create-indiekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-indiekit",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.5",
"description": "Get started with Indiekit",
"keywords": [
"express",
Expand Down Expand Up @@ -34,15 +34,15 @@
"directory": "packages/create-indiekit"
},
"dependencies": {
"@indiekit/preset-hugo": "^1.0.0-alpha.0",
"@indiekit/preset-jekyll": "^1.0.0-alpha.0",
"@indiekit/store-bitbucket": "^1.0.0-alpha.0",
"@indiekit/store-ftp": "^1.0.0-alpha.0",
"@indiekit/store-gitea": "^1.0.0-alpha.0",
"@indiekit/store-github": "^1.0.0-alpha.0",
"@indiekit/store-gitlab": "^1.0.0-alpha.0",
"@indiekit/syndicator-internet-archive": "^1.0.0-alpha.0",
"@indiekit/syndicator-twitter": "^1.0.0-alpha.0",
"@indiekit/preset-hugo": "^1.0.0-alpha.5",
"@indiekit/preset-jekyll": "^1.0.0-alpha.5",
"@indiekit/store-bitbucket": "^1.0.0-alpha.5",
"@indiekit/store-ftp": "^1.0.0-alpha.5",
"@indiekit/store-gitea": "^1.0.0-alpha.5",
"@indiekit/store-github": "^1.0.0-alpha.5",
"@indiekit/store-gitlab": "^1.0.0-alpha.5",
"@indiekit/syndicator-internet-archive": "^1.0.0-alpha.5",
"@indiekit/syndicator-twitter": "^1.0.0-alpha.5",
"base-create": "^3.0.7",
"chalk": "^5.0.0",
"prompts": "^2.4.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/endpoint-image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.5](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-06-08)


### Features

* require node.js v18 ([a7408db](https://github.com/getindiekit/indiekit/commit/a7408db7c3430cf51b76e793c5718245a7cae03c))





# [1.0.0-alpha.3](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-05-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/endpoint-image",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.5",
"description": "Image resizing endpoint for Indiekit",
"keywords": [
"indiekit",
Expand Down
16 changes: 16 additions & 0 deletions packages/endpoint-media/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.5](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-06-08)


### Bug Fixes

* correct file paths when views have a query string ([1457773](https://github.com/getindiekit/indiekit/commit/14577736648d7800a0592b31f0c66034502f968a))


### Features

* require node.js v18 ([a7408db](https://github.com/getindiekit/indiekit/commit/a7408db7c3430cf51b76e793c5718245a7cae03c))





# [1.0.0-alpha.0](https://github.com/getindiekit/indiekit/compare/v0.3.0...v1.0.0-alpha.0) (2022-05-20)


Expand Down
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": "1.0.0-alpha.0",
"version": "1.0.0-alpha.5",
"description": "Micropub media endpoint for Indiekit",
"keywords": [
"indiekit",
Expand Down
16 changes: 16 additions & 0 deletions packages/endpoint-micropub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.5](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-06-08)


### Bug Fixes

* correct file paths when views have a query string ([1457773](https://github.com/getindiekit/indiekit/commit/14577736648d7800a0592b31f0c66034502f968a))


### Features

* require node.js v18 ([a7408db](https://github.com/getindiekit/indiekit/commit/a7408db7c3430cf51b76e793c5718245a7cae03c))





# [1.0.0-alpha.4](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-05-26)


Expand Down
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": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "Micropub endpoint for Indiekit",
"keywords": [
"indiekit",
Expand Down
11 changes: 11 additions & 0 deletions packages/endpoint-share/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.5](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-06-08)


### Features

* require node.js v18 ([a7408db](https://github.com/getindiekit/indiekit/commit/a7408db7c3430cf51b76e793c5718245a7cae03c))





# [1.0.0-alpha.0](https://github.com/getindiekit/indiekit/compare/v0.3.0...v1.0.0-alpha.0) (2022-05-20)


Expand Down
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": "1.0.0-alpha.0",
"version": "1.0.0-alpha.5",
"description": "Share endpoint for Indiekit",
"keywords": [
"indiekit",
Expand Down
11 changes: 11 additions & 0 deletions packages/endpoint-syndicate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.5](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-06-08)


### Features

* require node.js v18 ([a7408db](https://github.com/getindiekit/indiekit/commit/a7408db7c3430cf51b76e793c5718245a7cae03c))





# [1.0.0-alpha.0](https://github.com/getindiekit/indiekit/compare/v0.3.0...v1.0.0-alpha.0) (2022-05-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint-syndicate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/endpoint-syndicate",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.5",
"description": "Syndication endpoint for Indiekit",
"keywords": [
"indiekit",
Expand Down
12 changes: 12 additions & 0 deletions packages/endpoint-token/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [1.0.0-alpha.5](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-06-08)


### Features

* **endpoint-token:** add translation files ([7f02e6a](https://github.com/getindiekit/indiekit/commit/7f02e6aa703864302c3591acd68a1a1c26ada1c6))
* require node.js v18 ([a7408db](https://github.com/getindiekit/indiekit/commit/a7408db7c3430cf51b76e793c5718245a7cae03c))





# [1.0.0-alpha.0](https://github.com/getindiekit/indiekit/compare/v0.3.0...v1.0.0-alpha.0) (2022-05-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/endpoint-token",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.5",
"description": "Token endpoint for Indiekit",
"keywords": [
"indiekit",
Expand Down
19 changes: 19 additions & 0 deletions packages/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.5](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-06-08)


### Bug Fixes

* correct file paths when views have a query string ([1457773](https://github.com/getindiekit/indiekit/commit/14577736648d7800a0592b31f0c66034502f968a))
* **frontend:** don’t invert shadow colour in dark mode ([9a9fd25](https://github.com/getindiekit/indiekit/commit/9a9fd25f259442687ce98395fdfb0b6ee1e4ecc5))


### Features

* **frontend:** add styles for file input ([df0fe69](https://github.com/getindiekit/indiekit/commit/df0fe697ea0a40a75fe418ae029628d9e91df020))
* localise pagination component ([533022f](https://github.com/getindiekit/indiekit/commit/533022f8b21a8138366549faba4d8036c0f02283))
* require node.js v18 ([a7408db](https://github.com/getindiekit/indiekit/commit/a7408db7c3430cf51b76e793c5718245a7cae03c))





# [1.0.0-alpha.0](https://github.com/getindiekit/indiekit/compare/v0.3.0...v1.0.0-alpha.0) (2022-05-20)


Expand Down
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": "1.0.0-alpha.0",
"version": "1.0.0-alpha.5",
"description": "An IndieWeb publishing toolkit",
"keywords": [
"express",
Expand Down
13 changes: 13 additions & 0 deletions packages/indiekit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.5](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-06-08)


### Features

* dev mode ([b3c186b](https://github.com/getindiekit/indiekit/commit/b3c186b6456a581cb8187530100d730f56d7193c))
* **indiekit:** remove robots.txt ([650dd05](https://github.com/getindiekit/indiekit/commit/650dd056fa4602f0c43b665a861f353232631ccf))
* localise pagination component ([533022f](https://github.com/getindiekit/indiekit/commit/533022f8b21a8138366549faba4d8036c0f02283))





# [1.0.0-alpha.4](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-05-26)

**Note:** Version bump only for package @indiekit/indiekit
Expand Down
18 changes: 9 additions & 9 deletions packages/indiekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/indiekit",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "An IndieWeb publishing toolkit",
"keywords": [
"express",
Expand Down Expand Up @@ -38,14 +38,14 @@
"directory": "packages/indiekit"
},
"dependencies": {
"@indiekit/endpoint-image": "^1.0.0-alpha.3",
"@indiekit/endpoint-media": "^1.0.0-alpha.0",
"@indiekit/endpoint-micropub": "^1.0.0-alpha.4",
"@indiekit/endpoint-share": "^1.0.0-alpha.0",
"@indiekit/endpoint-syndicate": "^1.0.0-alpha.0",
"@indiekit/endpoint-token": "^1.0.0-alpha.0",
"@indiekit/frontend": "^1.0.0-alpha.0",
"@indiekit/preset-jekyll": "^1.0.0-alpha.0",
"@indiekit/endpoint-image": "^1.0.0-alpha.5",
"@indiekit/endpoint-media": "^1.0.0-alpha.5",
"@indiekit/endpoint-micropub": "^1.0.0-alpha.5",
"@indiekit/endpoint-share": "^1.0.0-alpha.5",
"@indiekit/endpoint-syndicate": "^1.0.0-alpha.5",
"@indiekit/endpoint-token": "^1.0.0-alpha.5",
"@indiekit/frontend": "^1.0.0-alpha.5",
"@indiekit/preset-jekyll": "^1.0.0-alpha.5",
"commander": "^9.0.0",
"cookie-session": "^2.0.0",
"cosmiconfig": "^7.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/preset-hugo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.5](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-06-08)


### Features

* require node.js v18 ([a7408db](https://github.com/getindiekit/indiekit/commit/a7408db7c3430cf51b76e793c5718245a7cae03c))





# [1.0.0-alpha.0](https://github.com/getindiekit/indiekit/compare/v0.3.0...v1.0.0-alpha.0) (2022-05-20)


Expand Down
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": "1.0.0-alpha.0",
"version": "1.0.0-alpha.5",
"description": "Hugo publication preset for Indiekit",
"keywords": [
"indiekit",
Expand Down
11 changes: 11 additions & 0 deletions packages/preset-jekyll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.5](https://github.com/getindiekit/indiekit/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-06-08)


### Features

* require node.js v18 ([a7408db](https://github.com/getindiekit/indiekit/commit/a7408db7c3430cf51b76e793c5718245a7cae03c))





# [1.0.0-alpha.0](https://github.com/getindiekit/indiekit/compare/v0.3.0...v1.0.0-alpha.0) (2022-05-20)


Expand Down
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": "1.0.0-alpha.0",
"version": "1.0.0-alpha.5",
"description": "Jekyll publication preset for Indiekit",
"keywords": [
"indiekit",
Expand Down
Loading

0 comments on commit 98a7a6a

Please sign in to comment.