Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed May 30, 2021
1 parent a4a6e93 commit b2e8e64
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **indiekit:** incorrect this assignment in postTemplate function. fixes [#344](https://github.com/getindiekit/indiekit/issues/344) ([52812b8](https://github.com/getindiekit/indiekit/commit/52812b82d7bf8e522de900393e7275999d348965))
* **preset-hugo:** add missing like-of property ([75da03d](https://github.com/getindiekit/indiekit/commit/75da03d5047802af21394425da6387dd1fa3611b))
* **preset-hugo:** use camelcased frontmatter keys. fixes [#345](https://github.com/getindiekit/indiekit/issues/345) ([a4a6e93](https://github.com/getindiekit/indiekit/commit/a4a6e93a62420aefeea0c19a521dbe4ead297453))
* **preset-jekyll:** add missing like-of property ([6b0f60a](https://github.com/getindiekit/indiekit/commit/6b0f60ada43db4fa6b8b55e98605174d535f915e))





## [0.1.1](https://github.com/getindiekit/indiekit/compare/v0.1.0...v0.1.1) (2021-05-16)


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.1"
"version": "0.1.2"
}
11 changes: 11 additions & 0 deletions packages/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.

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


### Bug Fixes

* **indiekit:** incorrect this assignment in postTemplate function. fixes [#344](https://github.com/getindiekit/indiekit/issues/344) ([52812b8](https://github.com/getindiekit/indiekit/commit/52812b82d7bf8e522de900393e7275999d348965))





## [0.1.1](https://github.com/getindiekit/indiekit/compare/v0.1.0...v0.1.1) (2021-05-16)


Expand Down
4 changes: 2 additions & 2 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.1",
"version": "0.1.2",
"description": "An IndieWeb publishing toolkit",
"keywords": [
"express",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@indiekit/endpoint-share": "^0.1.1",
"@indiekit/endpoint-syndicate": "^0.1.1",
"@indiekit/frontend": "^0.1.1",
"@indiekit/preset-jekyll": "^0.1.0",
"@indiekit/preset-jekyll": "^0.1.2",
"cookie-session": "^1.4.0",
"debug": "^4.3.1",
"express": "^4.17.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/preset-hugo/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.

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


### Bug Fixes

* **preset-hugo:** add missing like-of property ([75da03d](https://github.com/getindiekit/indiekit/commit/75da03d5047802af21394425da6387dd1fa3611b))
* **preset-hugo:** use camelcased frontmatter keys. fixes [#345](https://github.com/getindiekit/indiekit/issues/345) ([a4a6e93](https://github.com/getindiekit/indiekit/commit/a4a6e93a62420aefeea0c19a521dbe4ead297453))





# [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
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",
"version": "0.1.2",
"description": "Indiekit config for Hugo-based websites",
"keywords": [
"indieweb",
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.

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


### Bug Fixes

* **preset-jekyll:** add missing like-of property ([6b0f60a](https://github.com/getindiekit/indiekit/commit/6b0f60ada43db4fa6b8b55e98605174d535f915e))





# [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
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",
"version": "0.1.2",
"description": "Indiekit preset for Jekyll-based websites",
"keywords": [
"indieweb",
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.2](https://github.com/getindiekit/indiekit/compare/v0.1.1...v0.1.2) (2021-05-30)

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





## [0.1.1](https://github.com/getindiekit/indiekit/compare/v0.1.0...v0.1.1) (2021-05-16)

**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.1",
"version": "0.1.2",
"description": "Syndicate IndieWeb content to the Internet Archive",
"keywords": [
"indiekit",
Expand Down

0 comments on commit b2e8e64

Please sign in to comment.