Skip to content

Commit

Permalink
v0.1.0-alpha.23
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Feb 19, 2021
1 parent b29e9e2 commit d8c7d76
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 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-alpha.23](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.22...v0.1.0-alpha.23) (2021-02-19)


### Bug Fixes

* disable watch for nunjucks templates to stop chokidar dependency errors ([b29e9e2](https://github.com/getindiekit/indiekit/commit/b29e9e2e6ed949ab4659bf631ff6b5577232504a))





# [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 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.22"
"version": "0.1.0-alpha.23"
}
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-alpha.23](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.22...v0.1.0-alpha.23) (2021-02-19)


### Bug Fixes

* disable watch for nunjucks templates to stop chokidar dependency errors ([b29e9e2](https://github.com/getindiekit/indiekit/commit/b29e9e2e6ed949ab4659bf631ff6b5577232504a))





# [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/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.0-alpha.22",
"version": "0.1.0-alpha.23",
"description": "An IndieWeb publishing toolkit",
"keywords": [
"express",
Expand Down
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.0-alpha.23](https://github.com/getindiekit/indiekit/compare/v0.1.0-alpha.22...v0.1.0-alpha.23) (2021-02-19)


### Bug Fixes

* disable watch for nunjucks templates to stop chokidar dependency errors ([b29e9e2](https://github.com/getindiekit/indiekit/commit/b29e9e2e6ed949ab4659bf631ff6b5577232504a))





# [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
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.0-alpha.22",
"version": "0.1.0-alpha.23",
"description": "An IndieWeb publishing toolkit",
"keywords": [
"express",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@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.22",
"@indiekit/frontend": "^0.1.0-alpha.23",
"@indiekit/preset-jekyll": "^0.1.0-alpha.22",
"cookie-session": "^1.4.0",
"debug": "^4.3.1",
Expand Down

0 comments on commit d8c7d76

Please sign in to comment.