Skip to content

Commit

Permalink
bump: v7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto authored and github-actions[bot] committed Jun 25, 2024
1 parent 9265b50 commit 74f0e82
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 21 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v7.9.0 (2024-06-25)
<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### :bug: Type: Bug
* fix: skip cloudflare pages comment by @9renpoto in https://github.com/9renpoto/frontend/pull/3887
### :house: Refactoring
* refactor: biome check apply by @9renpoto in https://github.com/9renpoto/frontend/pull/3905
### Other Changes
* chore(deps-dev): bump @biomejs/biome from 1.5.1 to 1.5.2 by @dependabot in https://github.com/9renpoto/frontend/pull/3888
* chore(deps-dev): bump lint-staged from 15.2.0 to 15.2.2 by @dependabot in https://github.com/9renpoto/frontend/pull/3898
* chore(deps): bump peter-evans/create-pull-request from 5 to 6 by @dependabot in https://github.com/9renpoto/frontend/pull/3894
* chore(deps-dev): bump husky from 8.0.3 to 9.0.10 by @dependabot in https://github.com/9renpoto/frontend/pull/3897
* chore(deps-dev): bump @biomejs/biome from 1.5.2 to 1.5.3 by @dependabot in https://github.com/9renpoto/frontend/pull/3890
* chore(deps): bump streetsidesoftware/cspell-action from 5 to 6 by @dependabot in https://github.com/9renpoto/frontend/pull/3900
* chore(deps-dev): bump husky from 9.0.10 to 9.0.11 by @dependabot in https://github.com/9renpoto/frontend/pull/3899
* chore(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in https://github.com/9renpoto/frontend/pull/3903


**Full Changelog**: https://github.com/9renpoto/frontend/compare/v7.8.0...v7.9.0
## v7.8.0 (2024-01-14)
<!-- Release notes generated using configuration in .github/release.yml at main -->

Expand Down
2 changes: 1 addition & 1 deletion apps/slides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@9renpoto/slides",
"version": "7.8.0",
"version": "7.9.0",
"private": true,
"description": "my slides",
"license": "https://github.com/9renpoto/frontend/blob/master/LICENSE",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@9renpoto/eslint-config-react",
"version": "7.8.0",
"version": "7.9.0",
"description": "my react eslint-config",
"license": "MIT",
"repository": {
Expand All @@ -13,7 +13,10 @@
"url": "https://github.com/9renpoto/frontend/issues"
},
"main": "index.js",
"keywords": ["eslint", "react"],
"keywords": [
"eslint",
"react"
],
"peerDependencies": {
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand Down
7 changes: 5 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@9renpoto/eslint-config-typescript",
"version": "7.8.0",
"version": "7.9.0",
"description": "TypeScript with eslint",
"license": "MIT",
"repository": {
Expand All @@ -13,7 +13,10 @@
"url": "https://github.com/9renpoto/frontend/issues"
},
"main": "index.js",
"keywords": ["eslint", "TypeScript"],
"keywords": [
"eslint",
"TypeScript"
],
"peerDependencies": {
"@9renpoto/eslint-config": "^7.7.0",
"@typescript-eslint/parser": "^6.0.0"
Expand Down
7 changes: 5 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@9renpoto/eslint-config",
"version": "7.8.0",
"version": "7.9.0",
"description": "my eslint config",
"license": "MIT",
"repository": {
Expand All @@ -13,7 +13,10 @@
"url": "https://github.com/9renpoto/frontend/issues"
},
"main": "index.js",
"keywords": ["config", "eslint"],
"keywords": [
"config",
"eslint"
],
"peerDependencies": {
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0"
Expand Down
6 changes: 4 additions & 2 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@9renpoto/stylelint-config",
"version": "7.8.0",
"version": "7.9.0",
"description": "@9renpoto stylelint config",
"license": "MIT",
"repository": {
Expand All @@ -13,7 +13,9 @@
"url": "https://github.com/9renpoto/frontend/issues"
},
"main": "index.js",
"keywords": ["stylelint-config"],
"keywords": [
"stylelint-config"
],
"peerDependencies": {
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^4.0.0"
Expand Down
7 changes: 5 additions & 2 deletions packages/textlint-config-ja/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "@9renpoto/textlint-config-ja",
"version": "7.8.0",
"version": "7.9.0",
"description": "Configrations for Japanese text linter",
"license": "MIT",
"author": "9renpoto",
"main": "index.js",
"scripts": {
"lint": "textlint README.md --cache"
},
"keywords": ["ja", "textlint"],
"keywords": [
"ja",
"textlint"
],
"peerDependencies": {
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-incremental-headers": "^0.2.0",
Expand Down
14 changes: 11 additions & 3 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"name": "@9renpoto/tsconfig",
"version": "7.8.0",
"version": "7.9.0",
"description": "Shared TypeScript config for my projects",
"license": "MIT",
"main": "tsconfig.json",
"files": ["tsconfig.json"],
"keywords": ["tsconfig", "typescript", "ts", "config", "configuration"],
"files": [
"tsconfig.json"
],
"keywords": [
"tsconfig",
"typescript",
"ts",
"config",
"configuration"
],
"peerDependencies": {
"typescript": "^5.0.0"
}
Expand Down

0 comments on commit 74f0e82

Please sign in to comment.