Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nnecec committed Feb 22, 2024
1 parent 673b3e7 commit 68abf3b
Show file tree
Hide file tree
Showing 13 changed files with 82 additions and 34 deletions.

This file was deleted.

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": "Thu, 22 Feb 2024 02:27:47 GMT",
"version": "0.9.0",
"tag": "@nnecec/eslint-config_v0.9.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@nnecec/eslint-config",
"commit": "263caa38104fed35b04a8b617e97ccd96211df44",
"comment": "update to typescript-eslint@7"
}
]
}
},
{
"date": "Thu, 18 Jan 2024 07:43:31 GMT",
"version": "0.8.10",
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 Thu, 18 Jan 2024 07:43:31 GMT and should not be manually modified.
This log was last generated on Thu, 22 Feb 2024 02:27:47 GMT and should not be manually modified.

<!-- Start content -->

## 0.9.0

Thu, 22 Feb 2024 02:27:47 GMT

### Minor changes

- update to typescript-eslint@7 ([email protected])

## 0.8.10

Thu, 18 Jan 2024 07:43:31 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.8.10",
"version": "0.9.0",
"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
21 changes: 21 additions & 0 deletions packages/prettier/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@nnecec/prettier-config",
"entries": [
{
"date": "Thu, 22 Feb 2024 02:27:47 GMT",
"version": "0.4.1",
"tag": "@nnecec/prettier-config_v0.4.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nnecec/prettier-config",
"commit": "263caa38104fed35b04a8b617e97ccd96211df44",
"comment": "update deps"
},
{
"author": "[email protected]",
"package": "@nnecec/prettier-config",
"commit": "b0178687d18573a293a97525e956842d5d178e28",
"comment": "fix format json"
}
]
}
},
{
"date": "Wed, 17 Jan 2024 15:19:11 GMT",
"version": "0.4.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @nnecec/prettier-config

This log was last generated on Wed, 17 Jan 2024 15:19:11 GMT and should not be manually modified.
This log was last generated on Thu, 22 Feb 2024 02:27:47 GMT and should not be manually modified.

<!-- Start content -->

## 0.4.1

Thu, 22 Feb 2024 02:27:47 GMT

### Patches

- update deps ([email protected])
- fix format json ([email protected])

## 0.4.0

Wed, 17 Jan 2024 15:19:11 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.0",
"version": "0.4.1",
"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": "Thu, 22 Feb 2024 02:27:47 GMT",
"version": "0.2.10",
"tag": "@nnecec/vite-preset_v0.2.10",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nnecec/vite-preset",
"commit": "263caa38104fed35b04a8b617e97ccd96211df44",
"comment": "update deps"
}
]
}
},
{
"date": "Thu, 18 Jan 2024 07:43:31 GMT",
"version": "0.2.9",
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 Thu, 18 Jan 2024 07:43:31 GMT and should not be manually modified.
This log was last generated on Thu, 22 Feb 2024 02:27:47 GMT and should not be manually modified.

<!-- Start content -->

## 0.2.10

Thu, 22 Feb 2024 02:27:47 GMT

### Patches

- update deps ([email protected])

## 0.2.9

Thu, 18 Jan 2024 07:43:31 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.9",
"version": "0.2.10",
"description": "Basic Vite configuration, includes React and some default configurations",
"author": "nnecec(https://github.com/nnecec/)",
"exports": {
Expand Down

0 comments on commit 68abf3b

Please sign in to comment.