Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nnecec committed Oct 17, 2024
1 parent f54ea07 commit 205ba30
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/biome/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@nnecec/biome-config",
"entries": [
{
"date": "Thu, 17 Oct 2024 08:23:18 GMT",
"version": "0.2.0",
"tag": "@nnecec/biome-config_v0.2.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@nnecec/biome-config",
"commit": "f54ea07fff0c207d0770bdb239c381fbdbb13843",
"comment": "support v1.9"
}
]
}
},
{
"date": "Mon, 01 Jul 2024 08:13:43 GMT",
"version": "0.1.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/biome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @nnecec/biome-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 Thu, 17 Oct 2024 08:23:18 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.2.0

Thu, 17 Oct 2024 08:23:18 GMT

### Minor changes

- support v1.9 ([email protected])

## 0.1.2

Mon, 01 Jul 2024 08:13:43 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/biome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nnecec/biome-config",
"version": "0.1.2",
"version": "0.2.0",
"author": "nnecec(https://github.com/nnecec/)",
"exports": {
".": "./biome.json"
Expand Down
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, 17 Oct 2024 08:23:18 GMT",
"version": "0.11.0",
"tag": "@nnecec/eslint-config_v0.11.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@nnecec/eslint-config",
"commit": "f54ea07fff0c207d0770bdb239c381fbdbb13843",
"comment": "fix: typescript"
}
]
}
},
{
"date": "Wed, 14 Aug 2024 02:32:34 GMT",
"version": "0.10.1",
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 Wed, 14 Aug 2024 02:32:34 GMT and should not be manually modified.
<!-- This log was last generated on Thu, 17 Oct 2024 08:23:18 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.11.0

Thu, 17 Oct 2024 08:23:18 GMT

### Minor changes

- fix: typescript ([email protected])

## 0.10.1

Wed, 14 Aug 2024 02:32:34 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.1",
"version": "0.11.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
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, 17 Oct 2024 08:23:18 GMT",
"version": "0.2.15",
"tag": "@nnecec/vite-preset_v0.2.15",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nnecec/vite-preset",
"commit": "f54ea07fff0c207d0770bdb239c381fbdbb13843",
"comment": "upgrade deps"
}
]
}
},
{
"date": "Wed, 14 Aug 2024 02:32:34 GMT",
"version": "0.2.14",
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 Wed, 14 Aug 2024 02:32:34 GMT and should not be manually modified.
<!-- This log was last generated on Thu, 17 Oct 2024 08:23:18 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.2.15

Thu, 17 Oct 2024 08:23:18 GMT

### Patches

- upgrade deps ([email protected])

## 0.2.14

Wed, 14 Aug 2024 02:32:34 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.14",
"version": "0.2.15",
"description": "Basic Vite configuration, includes React and some default configurations",
"author": "nnecec(https://github.com/nnecec/)",
"exports": {
Expand Down

0 comments on commit 205ba30

Please sign in to comment.