Skip to content

Commit

Permalink
chore: merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
elcoosp committed Nov 30, 2024
2 parents d5f8fa3 + a050342 commit fb83660
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .changeset/good-mayflies-shake.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elcoosp-configs/root",
"version": "0.0.0",
"packageManager": "pnpm@9.14.3",
"packageManager": "pnpm@9.14.4",
"scripts": {
"build": "turbo run build",
"check": "turbo run check",
Expand Down
6 changes: 6 additions & 0 deletions packages/biome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elcoosp-configs/biome

## 0.0.2

### Patch Changes

- [`72fbd07`](https://github.com/elcoosp/elcoosp-configs/commit/72fbd07da2009c8f3fe298b1b13dc36143f22a43) Thanks [@elcoosp](https://github.com/elcoosp)! - Cspell additions

## 0.0.1

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/biome/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elcoosp-configs/biome",
"author": "elcoosp <elcoosp@gmail.com>",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"description": "Presets configs for biome",
"main": "./dist/cjs/index.cjs",
Expand All @@ -14,7 +14,10 @@
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/cspell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elcoosp-configs/cspell

## 0.0.5

### Patch Changes

- [`72fbd07`](https://github.com/elcoosp/elcoosp-configs/commit/72fbd07da2009c8f3fe298b1b13dc36143f22a43) Thanks [@elcoosp](https://github.com/elcoosp)! - Cspell additions

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elcoosp-configs/cspell",
"author": "elcoosp <elcoosp@gmail.com>",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"description": "Presets configs for cspell",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/docusaurus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elcoosp-configs/docusaurus

## 1.1.2

### Patch Changes

- [`72fbd07`](https://github.com/elcoosp/elcoosp-configs/commit/72fbd07da2009c8f3fe298b1b13dc36143f22a43) Thanks [@elcoosp](https://github.com/elcoosp)! - Cspell additions

## 1.1.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/docusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elcoosp-configs/docusaurus",
"description": "Presets configs for docusaurus",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"main": "./dist/cjs/index.cjs",
"exports": {
Expand All @@ -13,7 +13,9 @@
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/lefthook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elcoosp-configs/lefthook

## 0.0.7

### Patch Changes

- [`72fbd07`](https://github.com/elcoosp/elcoosp-configs/commit/72fbd07da2009c8f3fe298b1b13dc36143f22a43) Thanks [@elcoosp](https://github.com/elcoosp)! - Cspell additions

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lefthook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elcoosp-configs/lefthook",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"description": "Presets configs for lefthook",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rslib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elcoosp-configs/rslib

## 2.0.4

### Patch Changes

- [`72fbd07`](https://github.com/elcoosp/elcoosp-configs/commit/72fbd07da2009c8f3fe298b1b13dc36143f22a43) Thanks [@elcoosp](https://github.com/elcoosp)! - Cspell additions

## 2.0.3

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/rslib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elcoosp-configs/rslib",
"version": "2.0.3",
"version": "2.0.4",
"type": "module",
"description": "Presets configs for rslib",
"main": "./dist/cjs/index.cjs",
Expand All @@ -13,7 +13,9 @@
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit fb83660

Please sign in to comment.