Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Mar 15, 2021
1 parent 952c0dd commit 8d1fd68
Show file tree
Hide file tree
Showing 30 changed files with 147 additions and 21 deletions.
11 changes: 11 additions & 0 deletions 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.1.0](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.23...v0.1.0) (2021-03-15)


### Features

* **frontend:** support heading anchors and definition lists in Markdown ([dab1a2e](https://github.com/getindiekit/indiekit/commit/dab1a2edee4fbf7e9dc6b8c7543965a9a63a43d2))





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


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.0-alpha.23"
"version": "0.1.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.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/endpoint-media





# [0.1.0-alpha.22](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) (2021-02-19)


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





# [0.1.0-alpha.22](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) (2021-02-19)


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.0-alpha.22",
"version": "0.1.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.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/endpoint-share





# [0.1.0-alpha.21](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.20...v0.1.0-alpha.21) (2021-02-01)

**Note:** Version bump only for package @indiekit/endpoint-share
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.0-alpha.21",
"version": "0.1.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.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/endpoint-syndicate





# [0.1.0-alpha.22](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) (2021-02-19)


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.0-alpha.22",
"version": "0.1.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.1.0](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.23...v0.1.0) (2021-03-15)


### Features

* **frontend:** support heading anchors and definition lists in Markdown ([dab1a2e](https://github.com/getindiekit/indiekit/commit/dab1a2edee4fbf7e9dc6b8c7543965a9a63a43d2))





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


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.0-alpha.23",
"version": "0.1.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.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/indiekit





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


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.0-alpha.23",
"version": "0.1.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.0-alpha.22",
"@indiekit/endpoint-micropub": "0.1.0-alpha.22",
"@indiekit/endpoint-share": "0.1.0-alpha.21",
"@indiekit/endpoint-syndicate": "0.1.0-alpha.22",
"@indiekit/frontend": "0.1.0-alpha.23",
"@indiekit/preset-jekyll": "0.1.0-alpha.22",
"@indiekit/endpoint-media": "^0.1.0",
"@indiekit/endpoint-micropub": "^0.1.0",
"@indiekit/endpoint-share": "^0.1.0",
"@indiekit/endpoint-syndicate": "^0.1.0",
"@indiekit/frontend": "^0.1.0",
"@indiekit/preset-jekyll": "^0.1.0",
"cookie-session": "^1.4.0",
"debug": "^4.3.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
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.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/preset-hugo





# [0.1.0-alpha.22](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) (2021-02-19)


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.0-alpha.22",
"version": "0.1.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.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/preset-jekyll





# [0.1.0-alpha.22](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) (2021-02-19)


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





# [0.1.0-alpha.21](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.20...v0.1.0-alpha.21) (2021-02-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.0-alpha.21",
"version": "0.1.0",
"description": "Store IndieWeb content on Bitbucket",
"keywords": [
"indiekit",
Expand Down
8 changes: 8 additions & 0 deletions packages/store-gitea/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.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





# [0.1.0-alpha.21](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.20...v0.1.0-alpha.21) (2021-02-01)

**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-alpha.21",
"version": "0.1.0",
"description": "Store IndieWeb content on Gitea",
"keywords": [
"indiekit",
Expand Down
8 changes: 8 additions & 0 deletions packages/store-github/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.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-github





# [0.1.0-alpha.22](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) (2021-02-19)

**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.0-alpha.22",
"version": "0.1.0",
"description": "Store IndieWeb content on GitHub",
"keywords": [
"indiekit",
Expand Down
8 changes: 8 additions & 0 deletions packages/store-gitlab/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.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-gitlab





# [0.1.0-alpha.21](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.20...v0.1.0-alpha.21) (2021-02-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.0-alpha.21",
"version": "0.1.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.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/syndicator-internet-archive





# [0.1.0-alpha.22](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) (2021-02-19)

**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.0-alpha.22",
"version": "0.1.0",
"description": "Syndicate IndieWeb content to the Internet Archive",
"keywords": [
"indiekit",
Expand Down
8 changes: 8 additions & 0 deletions packages/syndicator-twitter/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.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/syndicator-twitter





# [0.1.0-alpha.22](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) (2021-02-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/syndicator-twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indiekit/syndicator-twitter",
"version": "0.1.0-alpha.22",
"version": "0.1.0",
"description": "Syndicate IndieWeb content to Twitter",
"keywords": [
"indiekit",
Expand Down

0 comments on commit 8d1fd68

Please sign in to comment.