ci: 👷🦋 version packages
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@eslit/cli": minor
|
||||
---
|
||||
|
||||
Now the cli can automatically detect the workspace structure on monorepos and single repositories
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@eslit/config": minor
|
||||
---
|
||||
|
||||
Rewritten most of the package logic, so now it uses a more standard ESLint configuration object structure. All configurations now are separated in scope and presets are created for better convenience when configuring ESLint.
|
||||
(fixes #3).
|
||||
8
fixtures/library/CHANGELOG.md
Normal file
8
fixtures/library/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @eslit-fixtures/library
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`1296891`](https://github.com/LoredDev/ESLit/commit/1296891431117c9a386d36d84c8d402013c3a094)]:
|
||||
- @eslit/cli@0.1.0
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@eslit-fixtures/library",
|
||||
"version": "1.0.0",
|
||||
"name": "@eslit-fixtures/library",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "pnpm cli"
|
||||
},
|
||||
"dependencies": {
|
||||
"@eslit/cli": "workspace:*"
|
||||
},
|
||||
"keywords": [],
|
||||
"@eslit/cli": "workspace:*"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
},
|
||||
"packageManager": "pnpm@8.6.10",
|
||||
"name": "monorepo",
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
]
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
]
|
||||
}
|
||||
|
||||
7
packages/cli/CHANGELOG.md
Normal file
7
packages/cli/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @eslit/cli
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Now the cli can automatically detect the workspace structure on monorepos and single repositories ([#10](https://github.com/LoredDev/ESLit/pull/10))
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@eslit/cli",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
||||
8
packages/config/CHANGELOG.md
Normal file
8
packages/config/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @eslit/config
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Rewritten most of the package logic, so now it uses a more standard ESLint configuration object structure. All configurations now are separated in scope and presets are created for better convenience when configuring ESLint. ([#8](https://github.com/LoredDev/ESLit/pull/8))
|
||||
(fixes [#3](https://github.com/loreddev/eslit/issues/3)).
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@eslit/config",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"module": "./src/index.js",
|
||||
|
||||
Reference in New Issue
Block a user