Skip to content

Commit

Permalink
Merge pull request #90 from clickbar/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
saibotk authored Feb 20, 2024
2 parents 7c98c76 + fbda2f8 commit 80f4adf
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 30 deletions.
13 changes: 0 additions & 13 deletions .changeset/little-drinks-complain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/loud-guests-notice.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-chefs-dream.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @clickbar/eslint-config

## 9.0.0

### Major Changes

- d81925d: Require eslint >= 8.56.0 & TS >= 4.7.4

We adjusted the requirements according to the typescript-eslint v7 change [1].

[1]: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

### Patch Changes

- 7c98c76: Remove unnecessary dependencies

Those are all installed by the other packages and are just duplicated.

- 18bd1e0: Use new typescript-eslint package
- Updated dependencies [d81925d]
- @clickbar/eslint-config-vue@9.0.0

## 8.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clickbar/eslint-config",
"version": "8.0.15",
"version": "9.0.0",
"description": "eslint config used at clickbar.",
"main": "index.js",
"repository": "https://github.com/clickbar/eslint-config.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @clickbar/eslint-config-base

## 7.0.0

### Major Changes

- d81925d: Require eslint >= 8.56.0 & TS >= 4.7.4

We adjusted the requirements according to the typescript-eslint v7 change [1].

[1]: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

## 6.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clickbar/eslint-config-base",
"version": "6.2.12",
"version": "7.0.0",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @clickbar/eslint-config-typescript

## 10.0.0

### Major Changes

- d81925d: Require eslint >= 8.56.0 & TS >= 4.7.4

We adjusted the requirements according to the typescript-eslint v7 change [1].

[1]: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

### Patch Changes

- 18bd1e0: Use new typescript-eslint package
- Updated dependencies [d81925d]
- @clickbar/eslint-config-base@7.0.0

## 9.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clickbar/eslint-config-typescript",
"version": "9.0.14",
"version": "10.0.0",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @clickbar/eslint-config-vue

## 9.0.0

### Major Changes

- d81925d: Require eslint >= 8.56.0 & TS >= 4.7.4

We adjusted the requirements according to the typescript-eslint v7 change [1].

[1]: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

### Patch Changes

- Updated dependencies [d81925d]
- Updated dependencies [18bd1e0]
- @clickbar/eslint-config-typescript@10.0.0

## 8.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clickbar/eslint-config-vue",
"version": "8.1.10",
"version": "9.0.0",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down

0 comments on commit 80f4adf

Please sign in to comment.