Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nnecec committed Aug 14, 2024
1 parent 5975c05 commit 8ade5ea
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 27 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/eslint/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@nnecec/eslint-config",
"entries": [
{
"date": "Wed, 14 Aug 2024 02:32:34 GMT",
"version": "0.10.1",
"tag": "@nnecec/eslint-config_v0.10.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nnecec/eslint-config",
"commit": "5975c05ed78e0d31a3e5e68619b5d32c7882898b",
"comment": "fix(eslint): sort-imports"
}
]
}
},
{
"date": "Mon, 01 Jul 2024 08:13:43 GMT",
"version": "0.10.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @nnecec/eslint-config

This log was last generated on Mon, 01 Jul 2024 08:13:43 GMT and should not be manually modified.
This log was last generated on Wed, 14 Aug 2024 02:32:34 GMT and should not be manually modified.

<!-- Start content -->

## 0.10.1

Wed, 14 Aug 2024 02:32:34 GMT

### Patches

- fix(eslint): sort-imports ([email protected])

## 0.10.0

Mon, 01 Jul 2024 08:13:43 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nnecec/eslint-config",
"version": "0.10.0",
"version": "0.10.1",
"description": "A useful eslint config friendly with Prettier. Work with JavaScript, TypeScript and React Opional.",
"license": "MIT",
"author": "nnecec(https://github.com/nnecec/)",
Expand Down
15 changes: 15 additions & 0 deletions packages/prettier/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@nnecec/prettier-config",
"entries": [
{
"date": "Wed, 14 Aug 2024 02:32:35 GMT",
"version": "0.4.3",
"tag": "@nnecec/prettier-config_v0.4.3",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nnecec/prettier-config",
"commit": "5975c05ed78e0d31a3e5e68619b5d32c7882898b",
"comment": "feat: upgrade deps"
}
]
}
},
{
"date": "Mon, 01 Jul 2024 08:13:43 GMT",
"version": "0.4.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @nnecec/prettier-config

This log was last generated on Mon, 01 Jul 2024 08:13:43 GMT and should not be manually modified.
This log was last generated on Wed, 14 Aug 2024 02:32:35 GMT and should not be manually modified.

<!-- Start content -->

## 0.4.3

Wed, 14 Aug 2024 02:32:35 GMT

### Patches

- feat: upgrade deps ([email protected])

## 0.4.2

Mon, 01 Jul 2024 08:13:43 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nnecec/prettier-config",
"version": "0.4.2",
"version": "0.4.3",
"author": "nnecec(https://github.com/nnecec/)",
"main": "index.js",
"files": [
Expand Down
15 changes: 15 additions & 0 deletions packages/vite/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@nnecec/vite-preset",
"entries": [
{
"date": "Wed, 14 Aug 2024 02:32:34 GMT",
"version": "0.2.14",
"tag": "@nnecec/vite-preset_v0.2.14",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nnecec/vite-preset",
"commit": "5975c05ed78e0d31a3e5e68619b5d32c7882898b",
"comment": "feat: upgrade deps"
}
]
}
},
{
"date": "Mon, 01 Jul 2024 08:13:43 GMT",
"version": "0.2.13",
Expand Down
10 changes: 9 additions & 1 deletion packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @nnecec/vite-preset

This log was last generated on Mon, 01 Jul 2024 08:13:43 GMT and should not be manually modified.
This log was last generated on Wed, 14 Aug 2024 02:32:34 GMT and should not be manually modified.

<!-- Start content -->

## 0.2.14

Wed, 14 Aug 2024 02:32:34 GMT

### Patches

- feat: upgrade deps ([email protected])

## 0.2.13

Mon, 01 Jul 2024 08:13:43 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nnecec/vite-preset",
"version": "0.2.13",
"version": "0.2.14",
"description": "Basic Vite configuration, includes React and some default configurations",
"author": "nnecec(https://github.com/nnecec/)",
"exports": {
Expand Down

0 comments on commit 8ade5ea

Please sign in to comment.