Skip to content

Commit

Permalink
v1.0.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Apr 9, 2024
1 parent 7c0cd00 commit 1baeb91
Show file tree
Hide file tree
Showing 45 changed files with 315 additions and 111 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.12](https://github.com/getindiekit/indiekit/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2024-04-09)


### Bug Fixes

* **frontend:** check for textarea character count before updating ([309b11f](https://github.com/getindiekit/indiekit/commit/309b11fe5cf41b786d715de3a170b23446c7094c))
* **frontend:** header background colour in dark mode ([508343c](https://github.com/getindiekit/indiekit/commit/508343cefb09fdf9918d789177aeb1602673e5a2))
* **frontend:** resolve fetched error message in file upload component ([dc6174a](https://github.com/getindiekit/indiekit/commit/dc6174a385000148371c01640e17b0b59c9a678b))
* **indiekit:** correctly resolve media store fallback ([dcd42ee](https://github.com/getindiekit/indiekit/commit/dcd42ee0e4e746c17dc6fad2c3fe180c8191984a))


### Features

* **error:** handle non-json response from fetch request ([1a4d0ad](https://github.com/getindiekit/indiekit/commit/1a4d0ad6ee938563d084b5d93c3b0982e5d8014f))
* **frontend:** replace widont filter with text-wrap balance ([60d4dec](https://github.com/getindiekit/indiekit/commit/60d4deca1e69cda2fe0fc415d2b2fab7c70258e9))





# [1.0.0-beta.11](https://github.com/getindiekit/indiekit/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-04-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
}
},
"ignoreChanges": ["**/tests/**", "**/*.md"],
"version": "1.0.0-beta.11"
"version": "1.0.0-beta.12"
}
110 changes: 55 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/create-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.

# [1.0.0-beta.12](https://github.com/getindiekit/indiekit/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2024-04-09)

**Note:** Version bump only for package create-indiekit





# [1.0.0-beta.10](https://github.com/getindiekit/indiekit/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-04-08)


Expand Down
16 changes: 8 additions & 8 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-beta.10",
"version": "1.0.0-beta.12",
"description": "Get started with Indiekit",
"keywords": [
"express",
Expand Down Expand Up @@ -38,13 +38,13 @@
"dependencies": {
"@indiekit/preset-eleventy": "^1.0.0-beta.10",
"@indiekit/preset-hugo": "^1.0.0-beta.10",
"@indiekit/preset-jekyll": "^1.0.0-beta.10",
"@indiekit/store-bitbucket": "^1.0.0-beta.10",
"@indiekit/store-ftp": "^1.0.0-beta.10",
"@indiekit/store-gitea": "^1.0.0-beta.10",
"@indiekit/store-github": "^1.0.0-beta.10",
"@indiekit/store-gitlab": "^1.0.0-beta.10",
"@indiekit/syndicator-mastodon": "^1.0.0-beta.10",
"@indiekit/preset-jekyll": "^1.0.0-beta.12",
"@indiekit/store-bitbucket": "^1.0.0-beta.12",
"@indiekit/store-ftp": "^1.0.0-beta.12",
"@indiekit/store-gitea": "^1.0.0-beta.12",
"@indiekit/store-github": "^1.0.0-beta.12",
"@indiekit/store-gitlab": "^1.0.0-beta.12",
"@indiekit/syndicator-mastodon": "^1.0.0-beta.12",
"base-create": "^3.0.7",
"chalk": "^5.0.0",
"prompts": "^2.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/endpoint-auth/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.

# [1.0.0-beta.12](https://github.com/getindiekit/indiekit/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2024-04-09)

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





# [1.0.0-beta.10](https://github.com/getindiekit/indiekit/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-04-08)


Expand Down
Loading

0 comments on commit 1baeb91

Please sign in to comment.