Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 19, 2021
1 parent 9d6d8ef commit 71eb686
Show file tree
Hide file tree
Showing 32 changed files with 181 additions and 22 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)


### Bug Fixes

* **frontend:** tweak styles for documentation site ([59f65bc](https://github.com/getindiekit/indiekit/commit/59f65bc499fd48a8d23add34c32cd7880d36cd9b))
* **micropub:** return list of categories ([305588d](https://github.com/getindiekit/indiekit/commit/305588d47e46a54714832d002502d7fa501271a5))


### Features

* default to ‘main’ for git store branch name ([9d6d8ef](https://github.com/getindiekit/indiekit/commit/9d6d8efd9366e19685da6e8526e36f6af3fe6678))
* **store-ftp:** add ftp content store. fixes [#278](https://github.com/getindiekit/indiekit/issues/278) ([fa7267f](https://github.com/getindiekit/indiekit/commit/fa7267f5a988581b373d8ecf2ca2551f7f4187cd))





## [0.1.4](https://github.com/getindiekit/indiekit/compare/v0.1.3...v0.1.4) (2021-08-01)


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": "0.1.4"
"version": "0.2.0"
}
8 changes: 8 additions & 0 deletions packages/endpoint-media/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)

**Note:** Version bump only for package @indiekit/endpoint-media





## [0.1.4](https://github.com/getindiekit/indiekit/compare/v0.1.3...v0.1.4) (2021-08-01)


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": "0.1.4",
"version": "0.2.0",
"description": "Micropub media endpoint for Indiekit",
"keywords": [
"indiekit",
Expand Down
11 changes: 11 additions & 0 deletions packages/endpoint-micropub/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.

# [0.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)


### Bug Fixes

* **micropub:** return list of categories ([305588d](https://github.com/getindiekit/indiekit/commit/305588d47e46a54714832d002502d7fa501271a5))





## [0.1.4](https://github.com/getindiekit/indiekit/compare/v0.1.3...v0.1.4) (2021-08-01)


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": "0.1.4",
"version": "0.2.0",
"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
Expand Up @@ -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.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)

**Note:** Version bump only for package @indiekit/endpoint-share





## [0.1.4](https://github.com/getindiekit/indiekit/compare/v0.1.3...v0.1.4) (2021-08-01)


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": "0.1.4",
"version": "0.2.0",
"description": "Share endpoint for Indiekit",
"keywords": [
"indiekit",
Expand Down
8 changes: 8 additions & 0 deletions packages/endpoint-syndicate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)

**Note:** Version bump only for package @indiekit/endpoint-syndicate





## [0.1.4](https://github.com/getindiekit/indiekit/compare/v0.1.3...v0.1.4) (2021-08-01)


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": "0.1.4",
"version": "0.2.0",
"description": "Syndication endpoint for Indiekit",
"keywords": [
"indiekit",
Expand Down
11 changes: 11 additions & 0 deletions packages/frontend/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.

# [0.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)


### Bug Fixes

* **frontend:** tweak styles for documentation site ([59f65bc](https://github.com/getindiekit/indiekit/commit/59f65bc499fd48a8d23add34c32cd7880d36cd9b))





## [0.1.4](https://github.com/getindiekit/indiekit/compare/v0.1.3...v0.1.4) (2021-08-01)

**Note:** Version bump only for package @indiekit/frontend
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": "0.1.4",
"version": "0.2.0",
"description": "An IndieWeb publishing toolkit",
"keywords": [
"express",
Expand Down
8 changes: 8 additions & 0 deletions packages/indiekit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)

**Note:** Version bump only for package @indiekit/indiekit





## [0.1.4](https://github.com/getindiekit/indiekit/compare/v0.1.3...v0.1.4) (2021-08-01)


Expand Down
14 changes: 7 additions & 7 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.4",
"version": "0.2.0",
"description": "An IndieWeb publishing toolkit",
"keywords": [
"express",
Expand Down Expand Up @@ -34,12 +34,12 @@
"directory": "packages/indiekit"
},
"dependencies": {
"@indiekit/endpoint-media": "^0.1.4",
"@indiekit/endpoint-micropub": "^0.1.4",
"@indiekit/endpoint-share": "^0.1.4",
"@indiekit/endpoint-syndicate": "^0.1.4",
"@indiekit/frontend": "^0.1.4",
"@indiekit/preset-jekyll": "^0.1.2",
"@indiekit/endpoint-media": "^0.2.0",
"@indiekit/endpoint-micropub": "^0.2.0",
"@indiekit/endpoint-share": "^0.2.0",
"@indiekit/endpoint-syndicate": "^0.2.0",
"@indiekit/frontend": "^0.2.0",
"@indiekit/preset-jekyll": "^0.2.0",
"cookie-session": "^2.0.0",
"debug": "^4.3.2",
"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
Expand Up @@ -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.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)

**Note:** Version bump only for package @indiekit/preset-hugo





## [0.1.4](https://github.com/getindiekit/indiekit/compare/v0.1.3...v0.1.4) (2021-08-01)

**Note:** Version bump only for package @indiekit/preset-hugo
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": "0.1.4",
"version": "0.2.0",
"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
Expand Up @@ -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.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)

**Note:** Version bump only for package @indiekit/preset-jekyll





## [0.1.2](https://github.com/getindiekit/indiekit/compare/v0.1.1...v0.1.2) (2021-05-30)


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": "0.1.2",
"version": "0.2.0",
"description": "Indiekit preset for Jekyll-based websites",
"keywords": [
"indieweb",
Expand Down
11 changes: 11 additions & 0 deletions packages/store-bitbucket/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.

# [0.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)


### Features

* default to ‘main’ for git store branch name ([9d6d8ef](https://github.com/getindiekit/indiekit/commit/9d6d8efd9366e19685da6e8526e36f6af3fe6678))





## [0.1.4](https://github.com/getindiekit/indiekit/compare/v0.1.3...v0.1.4) (2021-08-01)

**Note:** Version bump only for package @indiekit/store-bitbucket
Expand Down
2 changes: 1 addition & 1 deletion packages/store-bitbucket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/store-bitbucket",
"version": "0.1.4",
"version": "0.2.0",
"description": "Store IndieWeb content on Bitbucket",
"keywords": [
"indiekit",
Expand Down
11 changes: 11 additions & 0 deletions packages/store-ftp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)


### Features

* **store-ftp:** add ftp content store. fixes [#278](https://github.com/getindiekit/indiekit/issues/278) ([fa7267f](https://github.com/getindiekit/indiekit/commit/fa7267f5a988581b373d8ecf2ca2551f7f4187cd))
2 changes: 1 addition & 1 deletion packages/store-ftp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/store-ftp",
"version": "0.1.4",
"version": "0.2.0",
"description": "Store IndieWeb content via FTP",
"keywords": [
"indiekit",
Expand Down
11 changes: 11 additions & 0 deletions packages/store-gitea/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.

# [0.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)


### Features

* default to ‘main’ for git store branch name ([9d6d8ef](https://github.com/getindiekit/indiekit/commit/9d6d8efd9366e19685da6e8526e36f6af3fe6678))





# [0.1.0](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.23...v0.1.0) (2021-03-15)

**Note:** Version bump only for package @indiekit/store-gitea
Expand Down
2 changes: 1 addition & 1 deletion packages/store-gitea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/store-gitea",
"version": "0.1.0",
"version": "0.2.0",
"description": "Store IndieWeb content on Gitea",
"keywords": [
"indiekit",
Expand Down
11 changes: 11 additions & 0 deletions packages/store-github/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.

# [0.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)


### Features

* default to ‘main’ for git store branch name ([9d6d8ef](https://github.com/getindiekit/indiekit/commit/9d6d8efd9366e19685da6e8526e36f6af3fe6678))





## [0.1.4](https://github.com/getindiekit/indiekit/compare/v0.1.3...v0.1.4) (2021-08-01)

**Note:** Version bump only for package @indiekit/store-github
Expand Down
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.4",
"version": "0.2.0",
"description": "Store IndieWeb content on GitHub",
"keywords": [
"indiekit",
Expand Down
11 changes: 11 additions & 0 deletions packages/store-gitlab/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.

# [0.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)


### Features

* default to ‘main’ for git store branch name ([9d6d8ef](https://github.com/getindiekit/indiekit/commit/9d6d8efd9366e19685da6e8526e36f6af3fe6678))





## [0.1.4](https://github.com/getindiekit/indiekit/compare/v0.1.3...v0.1.4) (2021-08-01)

**Note:** Version bump only for package @indiekit/store-gitlab
Expand Down
2 changes: 1 addition & 1 deletion packages/store-gitlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/store-gitlab",
"version": "0.1.4",
"version": "0.2.0",
"description": "Store IndieWeb content on GitLab",
"keywords": [
"indiekit",
Expand Down
8 changes: 8 additions & 0 deletions packages/syndicator-internet-archive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0](https://github.com/getindiekit/indiekit/compare/v0.1.4...v0.2.0) (2021-12-19)

**Note:** Version bump only for package @indiekit/syndicator-internet-archive





## [0.1.4](https://github.com/getindiekit/indiekit/compare/v0.1.3...v0.1.4) (2021-08-01)

**Note:** Version bump only for package @indiekit/syndicator-internet-archive
Expand Down
2 changes: 1 addition & 1 deletion packages/syndicator-internet-archive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/syndicator-internet-archive",
"version": "0.1.4",
"version": "0.2.0",
"description": "Syndicate IndieWeb content to the Internet Archive",
"keywords": [
"indiekit",
Expand Down
Loading

0 comments on commit 71eb686

Please sign in to comment.