Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nnecec committed Mar 2, 2024
1 parent a7b94c6 commit c724ea3
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 11 deletions.

This file was deleted.

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.9.2",
"version": "0.9.3",
"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/tsconfig/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@nnecec/tsconfig",
"entries": [
{
"date": "Sat, 02 Mar 2024 08:58:39 GMT",
"version": "0.2.3",
"tag": "@nnecec/tsconfig_v0.2.3",
"comments": {
"patch": [
{
"author": "nnecec@outlook.com",
"package": "@nnecec/tsconfig",
"commit": "a7b94c6e4aea87892a4770099b2875ecde15ce13",
"comment": "fix(tsconfig): react lib"
}
]
}
},
{
"date": "Thu, 30 Nov 2023 06:02:36 GMT",
"version": "0.2.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @nnecec/tsconfig

This log was last generated on Thu, 30 Nov 2023 06:02:36 GMT and should not be manually modified.
This log was last generated on Sat, 02 Mar 2024 08:58:39 GMT and should not be manually modified.

<!-- Start content -->

## 0.2.3

Sat, 02 Mar 2024 08:58:39 GMT

### Patches

- fix(tsconfig): react lib (nnecec@outlook.com)

## 0.2.2

Thu, 30 Nov 2023 06:02:36 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nnecec/tsconfig",
"version": "0.2.2",
"version": "0.2.3",
"main": "tsconfig.json",
"files": [
"tsconfig.json",
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.10",
"version": "0.2.11",
"description": "Basic Vite configuration, includes React and some default configurations",
"author": "nnecec(https://github.com/nnecec/)",
"exports": {
Expand Down

0 comments on commit c724ea3

Please sign in to comment.