ci: 👷🦋 version packages

This commit is contained in:
github-actions[bot]
2023-08-23 14:13:13 +00:00
parent 7d663d7ddf
commit e28cacfbd6
9 changed files with 35 additions and 23 deletions

View File

@@ -1,5 +0,0 @@
---
"@eslit/cli": minor
---
Now the cli can automatically detect the workspace structure on monorepos and single repositories

View File

@@ -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).

View 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

View File

@@ -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"
}

View File

@@ -8,8 +8,8 @@
},
"packageManager": "pnpm@8.6.10",
"name": "monorepo",
"workspaces": [
"apps/*",
"packages/*"
]
"workspaces": [
"apps/*",
"packages/*"
]
}

View 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))

View File

@@ -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",

View 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)).

View File

@@ -1,6 +1,6 @@
{
"name": "@eslit/config",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"main": "index.js",
"module": "./src/index.js",