Skip to content

Commit 1f4c5bb

Browse files
Version Packages (#246)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3ad0b02 commit 1f4c5bb

File tree

15 files changed

+84
-18
lines changed

15 files changed

+84
-18
lines changed

.changeset/shiny-lights-hunt.md

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

packages/astro/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @zemd/eslint-astro
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 3ad0b02: Make sonarjs optional, migrate from tsup to tsdown
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3ad0b02]
12+
- @zemd/eslint-common@2.0.0
13+
- @zemd/eslint-react@2.0.0
14+
315
## 0.0.25
416

517
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zemd/eslint-astro",
3-
"version": "0.0.25",
3+
"version": "1.0.0",
44
"license": "Apache-2.0",
55
"description": "Shared ESLint config for Astro based projects",
66
"keywords": [

packages/common/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 3ad0b02: Make sonarjs optional, migrate from tsup to tsdown
8+
39
## 1.0.4
410

511
### Patch Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zemd/eslint-common",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"license": "Apache-2.0",
55
"description": "Common utilities for @zemd/eslint-* packages",
66
"keywords": [

packages/js/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 3ad0b02: Make sonarjs optional, migrate from tsup to tsdown
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3ad0b02]
12+
- @zemd/eslint-common@2.0.0
13+
314
## 1.1.22
415

516
### Patch Changes

packages/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zemd/eslint-js",
3-
"version": "1.1.22",
3+
"version": "2.0.0",
44
"license": "Apache-2.0",
55
"description": "Shared ESLint config for javascript projects",
66
"keywords": [

packages/next/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 3ad0b02: Make sonarjs optional, migrate from tsup to tsdown
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3ad0b02]
12+
- @zemd/eslint-rock-stack@2.0.0
13+
- @zemd/eslint-common@2.0.0
14+
315
## 1.0.50
416

517
### Patch Changes

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zemd/eslint-next",
3-
"version": "1.0.50",
3+
"version": "2.0.0",
44
"license": "Apache-2.0",
55
"description": "Shared ESLint config for next.js projects",
66
"keywords": [

packages/react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @zemd/eslint-react
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 3ad0b02: Make sonarjs optional, migrate from tsup to tsdown
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3ad0b02]
12+
- @zemd/eslint-common@2.0.0
13+
- @zemd/eslint-ts@2.0.0
14+
315
## 1.0.45
416

517
### Patch Changes

0 commit comments

Comments
 (0)