Skip to content

Commit c0d08d8

Browse files
committed
build(version): version packages
1 parent f5e60cc commit c0d08d8

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"@mlaursen/eslint-config": "8.0.1"
6+
},
7+
"changesets": ["ready-parents-strive"]
8+
}

.changeset/ready-parents-strive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@mlaursen/eslint-config": patch
3+
---
4+
5+
Updated dependencies to latest

CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @mlaursen/eslint-config
22

3+
## 8.0.2-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies to latest
8+
39
## 8.0.1
410

511
### Patch Changes
@@ -70,12 +76,10 @@
7076
### Major Changes
7177

7278
- Updated dependencies for the latest eslint rules and behavior.
73-
7479
- Bumped `eslint-plugin-testing-library` to v7.1.0
7580
- Bumped `@next/eslint-plugin-next` to v15.0.4
7681

7782
- Updated dependencies for the latest eslint rules and behavior.
78-
7983
- Bumped `eslint-plugin-testing-library` to v7.1.0
8084
- Bumped `@next/eslint-plugin-next` to v15.0.4
8185

@@ -84,7 +88,6 @@
8488
### Major Changes
8589

8690
- Updated dependencies for the latest eslint rules and behavior.
87-
8891
- Bumped `eslint-plugin-testing-library` to v7.1.0
8992
- Bumped `@next/eslint-plugin-next` to v15.0.4
9093

@@ -93,11 +96,9 @@
9396
### Minor Changes
9497

9598
- Features:
96-
9799
- bump dependencies to latest
98100

99101
Fixes:
100-
101102
- Disabled `@typescript-eslint/unified-signatures` since you get better type inference with separate signatures
102103
- Disabled `no-undef` and removed globals since I use typescript
103104

@@ -106,7 +107,6 @@
106107
### Patch Changes
107108

108109
- The release focused on improving docs and debugging:
109-
110110
- added a `name` to each configuration so it can be inspected more easily with `npx @eslint/config-inspector@latest`
111111
- added tsdoc to each configuration object so it can be viewed from editor
112112
- export `globals` so additional globals can be added easily
@@ -118,7 +118,6 @@
118118
### Patch Changes
119119

120120
- There were a few changes in this release:
121-
122121
- attempt to fix the globals issue when using react/jsx-a11y
123122
- allow less strict typescript behavior in tests
124123
- fix some typescript rules that conflicted with base js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mlaursen/eslint-config",
33
"type": "module",
4-
"version": "8.0.1",
4+
"version": "8.0.2-next.0",
55
"description": "An eslint config used by mlaursen for most projects.",
66
"repository": "https://github.com/mlaursen/eslint-config.git",
77
"author": "Mikkel Laursen <mlaursen03@gmail.com>",

0 commit comments

Comments
 (0)