Skip to content

Commit 72bc1d4

Browse files
Version Packages (#280)
2 parents 140c7bf + 06cf97d commit 72bc1d4

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/deep-snakes-win.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fuzzy-worlds-stop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-presets/eslint-preset-next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tcd-devkit/eslint-preset-next
22

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`58073a3`](https://github.com/TheCodeDestroyer/devkit/commit/58073a30797b96d46fa51b55be850c2578098922), [`56a9728`](https://github.com/TheCodeDestroyer/devkit/commit/56a97287345d4931612bec3f4a0920f87054057c)]:
8+
- @tcd-devkit/eslint-config-next@0.1.10
9+
310
## 0.1.12
411

512
### Patch Changes

packages/eslint-presets/eslint-preset-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tcd-devkit/eslint-preset-next",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Comprehensive ESLint Flat Configuration Preset for Next.js projects. This preset bundles various @tcd-devkit ESLint configurations for a complete Next.js, React, TypeScript, and a11y linting setup.",
55
"keywords": [
66
"tcd-devkit",

packages/eslint/eslint-config-next/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @tcd-devkit/eslint-config-next
22

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- [#282](https://github.com/TheCodeDestroyer/devkit/pull/282) [`58073a3`](https://github.com/TheCodeDestroyer/devkit/commit/58073a30797b96d46fa51b55be850c2578098922) Thanks [@TheCodeDestroyer](https://github.com/TheCodeDestroyer)! - Add missing Node globals
8+
9+
- [#279](https://github.com/TheCodeDestroyer/devkit/pull/279) [`56a9728`](https://github.com/TheCodeDestroyer/devkit/commit/56a97287345d4931612bec3f4a0920f87054057c) Thanks [@TheCodeDestroyer](https://github.com/TheCodeDestroyer)! - Fix an issue with NextJS ESLint config
10+
311
## 0.1.9
412

513
### Patch Changes

packages/eslint/eslint-config-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tcd-devkit/eslint-config-next",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "ESLint Flat Configuration for Next.js projects. This package provides ESLint rules specific to Next.js, integrating `@next/eslint-plugin-next` for optimal Next.js development.",
55
"keywords": [
66
"tcd-devkit",

0 commit comments

Comments
 (0)