Skip to content

Commit f069994

Browse files
chore: Version Packages
1 parent c15740a commit f069994

File tree

18 files changed

+62
-28
lines changed

18 files changed

+62
-28
lines changed

.changeset/cruel-breads-read.md

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

.changeset/khaki-pigs-wink.md

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

.changeset/salty-pianos-write.md

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

.changeset/solid-lands-tickle.md

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

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

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f7296cd`](https://github.com/TheCodeDestroyer/devkit/commit/f7296cda34804bacb0f41f5c55313e8bd33d2eef), [`d8428ec`](https://github.com/TheCodeDestroyer/devkit/commit/d8428ec42efc160fb7b043f3cb8fd5ff9a7163bd)]:
8+
- @tcd-devkit/eslint-config-ts@0.1.3
9+
- @tcd-devkit/eslint-config@0.1.3
10+
- @tcd-devkit/eslint-config-import-ts@0.1.4
11+
- @tcd-devkit/eslint-config-a11y@0.1.2
12+
- @tcd-devkit/eslint-config-next@0.1.3
13+
- @tcd-devkit/eslint-config-react@0.1.2
14+
- @tcd-devkit/eslint-config-react-hooks@0.0.3
15+
316
## 0.1.3
417

518
### 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.3",
3+
"version": "0.1.4",
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-presets/eslint-preset-node/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#36](https://github.com/TheCodeDestroyer/devkit/pull/36) [`085a011`](https://github.com/TheCodeDestroyer/devkit/commit/085a011997fa19c8c3ae2d9ac43a311a39525fe7) Thanks [@TheCodeDestroyer](https://github.com/TheCodeDestroyer)! - Properly configure Node ENV
8+
9+
- Updated dependencies [[`f7296cd`](https://github.com/TheCodeDestroyer/devkit/commit/f7296cda34804bacb0f41f5c55313e8bd33d2eef), [`d8428ec`](https://github.com/TheCodeDestroyer/devkit/commit/d8428ec42efc160fb7b043f3cb8fd5ff9a7163bd)]:
10+
- @tcd-devkit/eslint-config-ts@0.1.3
11+
- @tcd-devkit/eslint-config@0.1.3
12+
- @tcd-devkit/eslint-config-import-ts@0.1.4
13+
314
## 0.1.3
415

516
### Patch Changes

packages/eslint-presets/eslint-preset-node/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-node",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Comprehensive ESLint Flat Configuration Preset for Node.js projects. This preset bundles various @tcd-devkit ESLint configurations for a robust Node.js and TypeScript linting setup.",
55
"keywords": [
66
"tcd-devkit",

packages/eslint/eslint-config-import-ts/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d8428ec`](https://github.com/TheCodeDestroyer/devkit/commit/d8428ec42efc160fb7b043f3cb8fd5ff9a7163bd)]:
8+
- @tcd-devkit/eslint-config-import@0.1.4
9+
310
## 0.1.3
411

512
### Patch Changes

packages/eslint/eslint-config-import-ts/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-import-ts",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "ESLint Flat Configuration for TypeScript import rules. This package provides rules for `eslint-plugin-import-x` tailored for TypeScript projects, ensuring consistent and best-practice module imports.",
55
"keywords": [
66
"tcd-devkit",

0 commit comments

Comments
 (0)