Skip to content

Commit 61b1d70

Browse files
chore: Version Packages
1 parent c4b5fa6 commit 61b1d70

File tree

34 files changed

+134
-41
lines changed

34 files changed

+134
-41
lines changed

.changeset/dependencies-GH-31.md

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

.changeset/dependencies-GH-34.md

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

packages/commitlint-config/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#31](https://github.com/TheCodeDestroyer/devkit/pull/31) [`732d158`](https://github.com/TheCodeDestroyer/devkit/commit/732d158f007bcbf1c7770bc4c8111dd6dc756080) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.24
8+
39
## 0.2.1
410

511
### Patch Changes

packages/commitlint-config/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/commitlint-config",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": false,
55
"description": "Shareable commitlint configuration for enforcing conventional commit messages.",
66
"keywords": [

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

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#31](https://github.com/TheCodeDestroyer/devkit/pull/31) [`732d158`](https://github.com/TheCodeDestroyer/devkit/commit/732d158f007bcbf1c7770bc4c8111dd6dc756080) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.24
8+
9+
- Updated dependencies [[`732d158`](https://github.com/TheCodeDestroyer/devkit/commit/732d158f007bcbf1c7770bc4c8111dd6dc756080)]:
10+
- @tcd-devkit/eslint-config-a11y@0.1.2
11+
- @tcd-devkit/eslint-config-import-ts@0.1.3
12+
- @tcd-devkit/eslint-config-next@0.1.3
13+
- @tcd-devkit/eslint-config-react-hooks@0.0.3
14+
- @tcd-devkit/eslint-config-react@0.1.2
15+
- @tcd-devkit/eslint-config-ts@0.1.2
16+
- @tcd-devkit/eslint-config@0.1.2
17+
318
## 0.1.2
419

520
### 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.2",
3+
"version": "0.1.3",
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.3
4+
5+
### Patch Changes
6+
7+
- [#31](https://github.com/TheCodeDestroyer/devkit/pull/31) [`732d158`](https://github.com/TheCodeDestroyer/devkit/commit/732d158f007bcbf1c7770bc4c8111dd6dc756080) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.24
8+
9+
- Updated dependencies [[`732d158`](https://github.com/TheCodeDestroyer/devkit/commit/732d158f007bcbf1c7770bc4c8111dd6dc756080)]:
10+
- @tcd-devkit/eslint-config-import-ts@0.1.3
11+
- @tcd-devkit/eslint-config-ts@0.1.2
12+
- @tcd-devkit/eslint-config@0.1.2
13+
314
## 0.1.2
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.2",
3+
"version": "0.1.3",
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-a11y/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#31](https://github.com/TheCodeDestroyer/devkit/pull/31) [`732d158`](https://github.com/TheCodeDestroyer/devkit/commit/732d158f007bcbf1c7770bc4c8111dd6dc756080) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/node to v22.15.24
8+
39
## 0.1.1
410

511
### Patch Changes

packages/eslint/eslint-config-a11y/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-a11y",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "ESLint Flat Configuration for JSX A11y. This package provides accessibility (a11y) rules for JSX using `eslint-plugin-jsx-a11y`, helping to create more accessible web applications.",
55
"keywords": [
66
"tcd-devkit",

0 commit comments

Comments
 (0)