From d694a163d039285ed01fd5c4a18216ed0f359319 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Jan 2024 15:29:46 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @tksst/next-app-additions@1.4.2 --- .changeset/secretlint-options.md | 5 ----- CHANGELOG.md | 28 +++++++++++++++++----------- package.json | 2 +- 3 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 .changeset/secretlint-options.md diff --git a/.changeset/secretlint-options.md b/.changeset/secretlint-options.md deleted file mode 100644 index 50b16d5..0000000 --- a/.changeset/secretlint-options.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tksst/next-app-additions": patch ---- - -fix the secretlint options to respect .gitignore and not to expand globs on your shell diff --git a/CHANGELOG.md b/CHANGELOG.md index 290f3d1..65e8e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,53 +1,59 @@ # @tksst/next-app-additions +## 1.4.2 + +### Patch Changes + +- c447197: fix the secretlint options to respect .gitignore and not to expand globs on your shell + ## 1.4.1 ### Patch Changes -- 0444aba: migrate from [npm-run-all](https://www.npmjs.com/package/npm-run-all) to [npm-run-all2](https://www.npmjs.com/package/npm-run-all2) because the latest release of npm-run-all does not fix this bug: https://github.com/mysticatea/npm-run-all/pull/171 +- 0444aba: migrate from [npm-run-all](https://www.npmjs.com/package/npm-run-all) to [npm-run-all2](https://www.npmjs.com/package/npm-run-all2) because the latest release of npm-run-all does not fix this bug: https://github.com/mysticatea/npm-run-all/pull/171 ## 1.4.0 ### Minor Changes -- 5883d88: introduce eslint-plugin-redos to ESLint configuration +- 5883d88: introduce eslint-plugin-redos to ESLint configuration ### Patch Changes -- ec14423: fix an execution failure due to PNPM failing with ERR_PNPM_PUBLIC_HOIST_PATTERN_DIFF error - This occurs if `node_modules` is not deleted after running create-next-app +- ec14423: fix an execution failure due to PNPM failing with ERR_PNPM_PUBLIC_HOIST_PATTERN_DIFF error + This occurs if `node_modules` is not deleted after running create-next-app ## 1.3.0 ### Minor Changes -- 0cfce47: introduce @typescript-eslint to ESLint configuration +- 0cfce47: introduce @typescript-eslint to ESLint configuration ### Patch Changes -- e8febbb: update the action used in the workflows of GitHub Actions to be added to the Next.js project +- e8febbb: update the action used in the workflows of GitHub Actions to be added to the Next.js project ## 1.2.0 ### Minor Changes -- 00c7e38: Set ECMAScript version in tsconfig.json to ESNEXT. (Browser compatibility is handled by webpack) -- d3969f5: pin the dependencies installed by create-next-app +- 00c7e38: Set ECMAScript version in tsconfig.json to ESNEXT. (Browser compatibility is handled by webpack) +- d3969f5: pin the dependencies installed by create-next-app ## 1.1.1 ### Patch Changes -- a2a291f: use "next lint --fix" instead of "eslint --fix" to avoid linting the whole source tree including the .next folder. +- a2a291f: use "next lint --fix" instead of "eslint --fix" to avoid linting the whole source tree including the .next folder. ## 1.1.0 ### Minor Changes -- 302d9de: Stop using external workflows for GitHub Actions to add to Next.js apps, because it's not flexible enough. +- 302d9de: Stop using external workflows for GitHub Actions to add to Next.js apps, because it's not flexible enough. ## 1.0.0 ### Major Changes -- aca31ab: first release +- aca31ab: first release diff --git a/package.json b/package.json index 93f725a..6c21975 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tksst/next-app-additions", - "version": "1.4.1", + "version": "1.4.2", "description": "additions to a project generated with create-next-app", "publishConfig": { "access": "public"