Skip to content

Commit

Permalink
build(release): publish
Browse files Browse the repository at this point in the history
 - @tada5hi/commitlint-config@1.1.2
 - @tada5hi/eslint-config@1.2.3
 - @tada5hi/eslint-config-nuxt@1.2.3
 - @tada5hi/eslint-config-nuxt-typescript@1.2.4
 - @tada5hi/eslint-config-typescript@1.2.4
 - @tada5hi/eslint-config-vue@1.2.3
 - @tada5hi/eslint-config-vue-typescript@1.3.4
 - @tada5hi/eslint-config-vue3@1.2.3
 - @tada5hi/eslint-config-vue3-typescript@1.3.4
 - @tada5hi/prettier-config@1.2.3
  • Loading branch information
tada5hi committed Sep 15, 2023
1 parent 8fe2c63 commit d1d886d
Show file tree
Hide file tree
Showing 21 changed files with 162 additions and 47 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

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

11 changes: 11 additions & 0 deletions packages/commitlint-config/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.

## [1.1.2](https://github.com/tada5hi/javascript/compare/@tada5hi/commitlint-config@1.1.1...@tada5hi/commitlint-config@1.1.2) (2023-09-15)


### Bug Fixes

* **deps:** bump @commitlint/config-conventional from 17.6.7 to 17.7.0 ([#390](https://github.com/tada5hi/javascript/issues/390)) ([3fc1dba](https://github.com/tada5hi/javascript/commit/3fc1dba23a2dc93d27bbce61740bd881985793ca))





## [1.1.1](https://github.com/tada5hi/javascript/compare/@tada5hi/commitlint-config@1.1.0...@tada5hi/commitlint-config@1.1.1) (2023-08-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/commitlint-config",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-nuxt-typescript/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.

## [1.2.4](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-nuxt-typescript@1.2.3...@tada5hi/eslint-config-nuxt-typescript@1.2.4) (2023-09-15)


### Bug Fixes

* **deps:** bump @nuxtjs/eslint-config-typescript from 12.0.0 to 12.1.0 ([#407](https://github.com/tada5hi/javascript/issues/407)) ([4ab4c62](https://github.com/tada5hi/javascript/commit/4ab4c6258b6de465821d82a6ac8bd27ca10e6974))





## [1.2.3](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-nuxt-typescript@1.2.2...@tada5hi/eslint-config-nuxt-typescript@1.2.3) (2023-08-04)

**Note:** Version bump only for package @tada5hi/eslint-config-nuxt-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-nuxt-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-nuxt-typescript",
"version": "1.2.3",
"version": "1.2.4",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -37,6 +37,6 @@
},
"dependencies": {
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@tada5hi/eslint-config-typescript": "^1.2.3"
"@tada5hi/eslint-config-typescript": "^1.2.4"
}
}
8 changes: 8 additions & 0 deletions packages/eslint-config-nuxt/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.2.3](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-nuxt@1.2.2...@tada5hi/eslint-config-nuxt@1.2.3) (2023-09-15)

**Note:** Version bump only for package @tada5hi/eslint-config-nuxt





## [1.2.2](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-nuxt@1.2.1...@tada5hi/eslint-config-nuxt@1.2.2) (2023-08-04)

**Note:** Version bump only for package @tada5hi/eslint-config-nuxt
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-nuxt",
"version": "1.2.2",
"version": "1.2.3",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -36,6 +36,6 @@
},
"dependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"@tada5hi/eslint-config": "^1.2.2"
"@tada5hi/eslint-config": "^1.2.3"
}
}
23 changes: 23 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.4](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-typescript@1.2.3...@tada5hi/eslint-config-typescript@1.2.4) (2023-09-15)


### Bug Fixes

* **deps:** bump @typescript-eslint/eslint-plugin from 6.2.1 to 6.3.0 ([#388](https://github.com/tada5hi/javascript/issues/388)) ([96a5431](https://github.com/tada5hi/javascript/commit/96a5431e2868a7472deff47d0ece5ea8bf81cc83))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.3.0 to 6.4.0 ([#397](https://github.com/tada5hi/javascript/issues/397)) ([008ba98](https://github.com/tada5hi/javascript/commit/008ba98480cb1a5e82b62b03af2551ae0758099b))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.4.0 to 6.4.1 ([#401](https://github.com/tada5hi/javascript/issues/401)) ([fb0bc14](https://github.com/tada5hi/javascript/commit/fb0bc14e1fc0de0df10f0960099f9db14db70ed0))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.5.0 ([#402](https://github.com/tada5hi/javascript/issues/402)) ([bdaa724](https://github.com/tada5hi/javascript/commit/bdaa7247952f7947b8cefa49aa944aae958a3592))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0 ([#410](https://github.com/tada5hi/javascript/issues/410)) ([ec839e9](https://github.com/tada5hi/javascript/commit/ec839e988732106c655dff97415bde26257f693b))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0 ([#413](https://github.com/tada5hi/javascript/issues/413)) ([8fe2c63](https://github.com/tada5hi/javascript/commit/8fe2c636253e3d0be57d483b1d258feb4de229a6))
* **deps:** bump @typescript-eslint/parser from 6.2.1 to 6.3.0 ([#386](https://github.com/tada5hi/javascript/issues/386)) ([4e00855](https://github.com/tada5hi/javascript/commit/4e008558e262680605cc34f074f784d61b7ad214))
* **deps:** bump @typescript-eslint/parser from 6.3.0 to 6.4.0 ([#396](https://github.com/tada5hi/javascript/issues/396)) ([3591adb](https://github.com/tada5hi/javascript/commit/3591adbbb6b1ce54912d18b7ac5aada2628aaa0b))
* **deps:** bump @typescript-eslint/parser from 6.4.0 to 6.4.1 ([#400](https://github.com/tada5hi/javascript/issues/400)) ([39c8690](https://github.com/tada5hi/javascript/commit/39c869091b91026d6442ec0706fe48afaed98970))
* **deps:** bump @typescript-eslint/parser from 6.4.1 to 6.5.0 ([#404](https://github.com/tada5hi/javascript/issues/404)) ([6b01e2b](https://github.com/tada5hi/javascript/commit/6b01e2bafbbeab7d98f9a2c3319c71ba6cd5260d))
* **deps:** bump @typescript-eslint/parser from 6.5.0 to 6.6.0 ([#409](https://github.com/tada5hi/javascript/issues/409)) ([8acc289](https://github.com/tada5hi/javascript/commit/8acc289af8a89d6f6a17c5dc24a83f25bc7d8bdd))
* **deps:** bump @typescript-eslint/parser from 6.6.0 to 6.7.0 ([#412](https://github.com/tada5hi/javascript/issues/412)) ([1c12af9](https://github.com/tada5hi/javascript/commit/1c12af90b20d04cd29af0f9274c5adb6427cd4fb))
* **deps:** bump eslint-import-resolver-typescript from 3.5.5 to 3.6.0 ([#392](https://github.com/tada5hi/javascript/issues/392)) ([f452005](https://github.com/tada5hi/javascript/commit/f452005559647b6f7ca65f014542978fb8d5c42d))





## [1.2.3](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-typescript@1.2.2...@tada5hi/eslint-config-typescript@1.2.3) (2023-08-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-typescript",
"version": "1.2.3",
"version": "1.2.4",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@tada5hi/eslint-config": "^1.2.2",
"@tada5hi/eslint-config": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint-config-airbnb-typescript": "^17.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-vue-typescript/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.3.4](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-vue-typescript@1.3.3...@tada5hi/eslint-config-vue-typescript@1.3.4) (2023-09-15)

**Note:** Version bump only for package @tada5hi/eslint-config-vue-typescript





## [1.3.3](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-vue-typescript@1.3.2...@tada5hi/eslint-config-vue-typescript@1.3.3) (2023-08-04)

**Note:** Version bump only for package @tada5hi/eslint-config-vue-typescript
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-vue-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-vue-typescript",
"version": "1.3.3",
"version": "1.3.4",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"dependencies": {
"@tada5hi/eslint-config-typescript": "^1.2.3",
"@tada5hi/eslint-config-vue": "^1.2.2"
"@tada5hi/eslint-config-typescript": "^1.2.4",
"@tada5hi/eslint-config-vue": "^1.2.3"
}
}
11 changes: 11 additions & 0 deletions packages/eslint-config-vue/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.

## [1.2.3](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-vue@1.2.2...@tada5hi/eslint-config-vue@1.2.3) (2023-09-15)


### Bug Fixes

* **deps:** bump eslint-plugin-vue from 9.16.1 to 9.17.0 ([#389](https://github.com/tada5hi/javascript/issues/389)) ([58ae39e](https://github.com/tada5hi/javascript/commit/58ae39ee2488a5a324d9035c63c7087aa2c610ee))





## [1.2.2](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-vue@1.2.1...@tada5hi/eslint-config-vue@1.2.2) (2023-08-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-vue",
"version": "1.2.2",
"version": "1.2.3",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"access": "public"
},
"dependencies": {
"@tada5hi/eslint-config": "^1.2.2",
"@tada5hi/eslint-config": "^1.2.3",
"eslint-plugin-vue": "^9.17.0"
}
}
8 changes: 8 additions & 0 deletions packages/eslint-config-vue3-typescript/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.3.4](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-vue3-typescript@1.3.3...@tada5hi/eslint-config-vue3-typescript@1.3.4) (2023-09-15)

**Note:** Version bump only for package @tada5hi/eslint-config-vue3-typescript





## [1.3.3](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-vue3-typescript@1.3.2...@tada5hi/eslint-config-vue3-typescript@1.3.3) (2023-08-04)

**Note:** Version bump only for package @tada5hi/eslint-config-vue3-typescript
Expand Down
Loading

0 comments on commit d1d886d

Please sign in to comment.